| Author |
CLASSPATH
|
suguna ramesh
Greenhorn
Joined: Mar 07, 2007
Posts: 5
|
|
i have set the CLASSPATH in the environmental variables for jess.jar import jess.* is working if i am using java in command promt. the same i tryed in eclipse and NetBeans i am getting the same error. how to set CLASSPATH in eclipse and NetBeans or i have to copy the jess.jar to any of the package of eclipse and NetBeans.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
I use Eclipse, so I can tell you how it works in Eclipse: Right-click your project, choose Properties in the popup menu, select Java Build Path, click on the tabsheet Libraries, use the buttons "Add JARs..." (if the JAR file is in your project) or "Add External JARs..." (if the JAR file is not in your project) to add the JAR to your library. Read the documentation of Eclipse and NetBeans.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
suguna ramesh
Greenhorn
Joined: Mar 07, 2007
Posts: 5
|
|
thank you very much it is working in eclipse. if you can help me how to do it in NetBEans
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
Did you read the NetBeans documentation?
|
 |
 |
|
|
subject: CLASSPATH
|
|
|