I can only assume i have upset one of my environment variables can anyone help
from a complete java novice
Jeff Albertson
Ranch Hand
Joined: Sep 16, 2005
Posts: 1780
posted
0
For ease of use you may want your CLASSPATH environment variable to include . (period), to include the current directory. Alternately, you can enter:
>java -cp . YourClass
If you are using Ant or an IDE, this wouldn't be a problem.
There is no emoticon for what I am feeling!
gordon wilcox
Greenhorn
Joined: Feb 02, 2006
Posts: 5
posted
0
Originally posted by Jeff Albertson: For ease of use you may want your CLASSPATH environment variable to include . (period), to include the current directory. Alternately, you can enter:
>java -cp . YourClass
If you are using Ant or an IDE, this wouldn't be a problem.
gordon wilcox
Greenhorn
Joined: Feb 02, 2006
Posts: 5
posted
0
Thanks that solved my problem with the classpath
they say 'ignorance is bliss' but it dont feel that way
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.