Compiling jar file using mingw gcj - The procedure entry point__get_memory_functions could not be l
- by Xinus
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 ?