| Author |
java -jar
|
Raja Sathci
Greenhorn
Joined: Sep 16, 2005
Posts: 10
|
|
Hi,
I have set an jar file in a Windows environment variable classpath. Have also confirmed the changes by running the command
echo %classpath%
it does show the jar file.
But however when i run the command java -jar jarfilename it says " unable to access jarfile"
Can any one please help how to overcome this issue
Thanks in advance.
Regards,
Raja
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16479
|
|
If you're using "java -jar" then your classpath is completely irrelevant.
Are you sure you copied and pasted the error message exactly? That looks more like a paraphrase to me.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: java -jar
|
|
|