Re: [jnc-users] exe won't run on one of my computers
Status: Beta
Brought to you by:
soapy
From: Marco T. <ma...@mt...> - 2010-08-03 11:01:59
|
Hey Paul On 02.08.2010 20:56, paul smith wrote: > I compiled a program on the machine where I installed JNC and it worked > fine. Did you read the compilation messages? See below... > I then copied the the exe file to another computer and it gave the > following output when it ran: > Exception in thread "main" java.lang.unsatisfiedlinkerror: util can't > open the module > at > java.runtime._load(con4sc3.exe)..... Sounds like you didn't copy the "lib" directory that was put in the same location as the compiled binary. There is a message at compilation time explaining that you need that directory. > Both computers are running vista and the program uses some graphics from > awt. > When I do the same test with "helloworld" it runs on both computers. Because it doesn't need any additional dlls at runtime. Hope that helps Marco > Please can anyone help with the problem? > Paul. > > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > > > > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users |