It's all about the answers!

Ask a question

Deploying a Java Plain Client Application?


0
1
Liora Milbaum (513289118) | asked Dec 22 '12, 1:05 p.m.
 Hi,

I am developing an application using the java plain client API.  Now, I have an executable jar file. 
It doesn't work in a production machine cause the java plain client API jar files are missing. 
What is the best practice in deploying the application?

Liora

Accepted answer


permanent link
sam detweiler (12.5k6195201) | answered Dec 22 '12, 1:45 p.m.
like any other java app dependent on other classes, you have to ship the extra class/jar files with the app

there are packagers that support all this on one big jar
http://one-jar.sourceforge.net/version-0.95/ for example

Liora Milbaum selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.