Compiling jar file using mingw gcj - The procedure entry point__get_memory_functions could not be l
Posted
by Xinus
on Stack Overflow
See other posts from Stack Overflow
or by Xinus
Published on 2010-06-12T12:28:01Z
Indexed on
2010/06/12
12:32 UTC
Read the original article
Hit count: 151
I am trying to compile jar file to exe using mingw- gcj version 4.4 under windows 7, but it always throws error saying
I am using following command
C:\libs>gcj --classpath . --main=<main class> -o test.exe <my jar file>
Where I am going wrong ?
© Stack Overflow or respective owner