Hi,

I put my program in a Jar file.
with a bat file I can make it run with the jar file for the serial communication.
(java -cp comm.jar;MyProgram.jar MyProgram)

but with a manifest file I have no clue.
It runs when I double click on it but no serial communication.

Should I insert the Jar of the Javax.comm in the jar file?
and how do I tell the program that it is there?

And the Dll(win32com.dll) I need for the communication, does it need to be included in the jar file? or is next to the Jar file enought? and what about javax.comm.properties?

Thx,

Jewe