Link to home
Start Free TrialLog in
Avatar of ank5
ank5Flag for India

asked on

Clear environment classpath entries

I am executing the following Java command from prompt.

java -cp classes;lib\dfc.jar;lib\dfcbase.jar;config; com.WFHistor

I suspect that it is causing some conflict because of the classpath set in environment variables.

I only want the claspath mentioned in the above command to be used. Is there a way to tell it not to use any other classpath entries set in system classpath.

Thank you
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

>>I suspect that it is causing some conflict

Why do you suspect that?
ASKER CERTIFIED SOLUTION
Avatar of alanpetersen
alanpetersen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
:-)