installation - Java - Difficulty installing program from 3 separate .jar files (involves CLASSPATH) -


I have some difficulty running some Java code, for which three. What I have to do with them, I have lost about this - I have tried to set up crossspath (and follow the instructions to do this in readme files), but there is no benefit.

I was thinking that someone can walk through it? I imagine three. The file will be easy for anyone who knows what they are doing.

If it helps, then I am using Ubuntu very well outside the box (but I do JDK and Eclipse installed!)

Runtime Library: < / P>

Extra. Important:

The program needs to run ultimately:

If you are willing to help, then I can not thank you too much - you deserve one million praise !

These are all JAR files when you double- By clicking or java -jar , CLASSPATH environment variable and -cp and -classpath logic ignored The classpath should be defined in the Meta-INF / MANIFEST.MF file. In this particular case, there is a class-path entry in the manifest file only in the second and third jars:

  class-path: LBJ2 library.  

The first path is that the Classpath is saying that it is expecting LBJ2Library.jar to be in the same folder That you want to execute (either the second or the third).

Therefore, leave them all in one folder and execute by java -jar LBJPOS.jar .


Comments