Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

import jar file

hi everybody,
can any one help me with this,
am trying to import some classes in a jar file but i dont know how to change the class path or where to place the jar file to get this work(note:am using sun java studio creator enviroment)
thanks in advance,
regards.
[288 byte] By [sssnbj_project] at [2007-11-11 7:00:39]
# 1 Re: import jar file
Read the doc for your IDE on how to setup its classpath.

If entering commands manually:

javac.exe -classpath <pathtofile><jarname>.jar;. <program>.java
Norm at 2007-11-11 22:39:47 >