Re: [Ikvm-developers] An ikvmc compiled program hangs but works with ikvm
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2011-12-20 14:01:28
|
It's hard to say anything useful without any concrete information, but usually when it works with ikvm and not with ikvmc, it is a class loader issue. See http://sourceforge.net/apps/mediawiki/ikvm/index.php?title=ClassLoader for more information. Regards, Jeroen > -----Original Message----- > From: Agustin Barto [mailto:ab...@gm...] > Sent: Tuesday, December 20, 2011 14:50 > To: ikv...@li... > Subject: [Ikvm-developers] An ikvmc compiled program hangs but works > with ikvm > > I have a Java program that depends on a couple of third-party libraries > and when I compile the .exe with ikvmc it doesn't work as expected. > Basically, the program opens a socket to a remote server, waits for a > condition to become true, and continues working. When I run the program, > the socket is opened and closed almost immediately and it seems the > program is not notified about this and it'll timeout after a while. > > When I run the same program using the jars and IKVM (instead of the > ikvmc compiled exe), it runs perfectly both on Windows and Linux (with > MS .NET and Mono). > > Any ideas? > > Agustin > > ------------------------------------------------------------------------ > ------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > Ikvm-developers mailing list > Ikv...@li... > https://lists.sourceforge.net/lists/listinfo/ikvm-developers |