Mail Archives: cygwin/2001/06/21/14:19:56
hi all,
I am trying to recompile a c library (openssl) under W32 (using Cygwin) and to
access it in the W32 environnement with my JAVA program mapped with swig...
Ok , it may sounds strange... but ....
If I include the .dll in my java code, my java will not run any more...
EX :
public class simple {
static {
try { System.loadLibrary("openssl.dll"); }
catch (UnsatisfiedLinkError e) {
System.out.println("Error loading the lib"); System.exit(1);
}
}
public static void main(String argv[]) {
System.out.println("Hello World !");
}
}
If I include the static code, I have not output... I have put in comments the
static loading part I have no problem I have my silly output...
the strangest thing is that the JVM(1.3) says nothing !!
Of course, on my linux box everything is fine...
Regards,
Laurent Hausermann
PS : please write me back, I didn't subscribe to the list.
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -