Problem of packing Jar file in Eclipse
Hello,
Thanks for looking my post first :D
My problem is:
While I run my program in eclipse, it is fine, but after I pack the whole project to a jar file, the interface is running, but the connection function.
My program is using my computer to connect a GSM device via bluetooth, the GSM device needs an java API (comm.jar, communication API) with an external driver named *.dll. It means not only the jar file need to be imported to eclipse, but also the *.dll file need to be placed in the java path: Java\jre1.5.0_08\bin\*.dll. And also another file called "javax.comm.properties" needs to be placed in Java\jre1.5.0_08\lib\.
I think the problem of my jar might be these two files not included in the classpath after exported.
Does anyone could tell me is there any way to put these two files into the classpath after export? Or what kind of problem am I face actually?
Thanks very much for help!

