Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Carlton Martinez   on Dec 12 In Java Category.

  
Question Answered By: Kelly Bell   on Dec 12

This might be a problem with classpath.
just unset ur class  path, I mean echo %classpath% should be %classpath%
and try. It might work. else try experimenting
with just the classpath variable. This will solve this problem

make sure your classpath has a .
i.e..
.;(path of the to other jar files)

CLASSPATH environment variable should start with '.;'

e.g. CLASSPATH=".;C:\path1;C:\path2"

Share: 

 

This Question has 9 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on compilation error Or get search suggestion and latest updates.


Tagged: