Quote Originally Posted by Davey
You can put the proprties file in your jar and load it from the class path if you are not going to make any changes to it (it can't easily be changed inside a JAR file).
Ok, it runs but is still unable to find the property file.
Just to be sure I understand what you are saying.
I should also insert javax.comm.properties also in the manifest file?

like:
Code:
Class-Path : Javax.comm;javax.comm.properties
at the moment I only have
Code:
Class-Path : Javax.comm
Main-Class: MyApplication
Thx,

Jewe