Question

Ive done some research on this but can not seem to figure out how to make a program work if it has referenced libraries. I have a java program with dependencies on the selenium 2.12 libraries and I require making the program into an exe because I will have to run this program across several computers that do not have java installed. I have looked into JSmooth which everyone seems to recommend. Has anyone had experience with this that can help me out in setting this up?

No correct solution

OTHER TIPS

AFAIK JSmooth does not allow you to run java on computer that does not have java installed, simply it downloads Java if it does not find it already installed.

You should tell JSmooth the external dependencies (jars) you need, placing them on the classpath as explained here http://jsmooth.sourceforge.net/docs/jsmooth-doc.html#N10166 .

If you then plan to create and installer for your app, you'll need to include also those jars inside it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top