GraalVM Commands for Java to EXE Conversion
Budget: $30 – $250 USD
I'm looking for an expert in GraalVM who can provide the necessary native-image commands to compile my full-screen AWT Java application into a Windows executable. This executable should be able to run on PCs without Java installed. I have the Java JDK and the native-image on my PC.
The task involves:
- Providing the GraalVM native-image commands to compile the Java app into a single executable file.
- Delivering the commands without the need for an installer package or an executable with dependencies.
Ideal candidates for this project should have:
- Extensive experience with GraalVM and its native-image capabilities.
- Deep understanding of Java and AWT.
- Previous experience in converting Java applications into Windows executables.
- Ability to deliver succinct and clear command instructions.
To compile and run the application I use:
javac -cp ".;tinysound-1.1.1.jar;steamworks4j-1.9.0.jar" EarthLight.java
jar -cfm EarthLight.jar Manifest.txt *.class *.png *.wav *.bmp
java -cp ".;EarthLight.jar;tinysound-1.1.1.jar;steamworks4j-1.9.0.jar" EarthLight
The task involves:
- Providing the GraalVM native-image commands to compile the Java app into a single executable file.
- Delivering the commands without the need for an installer package or an executable with dependencies.
Ideal candidates for this project should have:
- Extensive experience with GraalVM and its native-image capabilities.
- Deep understanding of Java and AWT.
- Previous experience in converting Java applications into Windows executables.
- Ability to deliver succinct and clear command instructions.
To compile and run the application I use:
javac -cp ".;tinysound-1.1.1.jar;steamworks4j-1.9.0.jar" EarthLight.java
jar -cfm EarthLight.jar Manifest.txt *.class *.png *.wav *.bmp
java -cp ".;EarthLight.jar;tinysound-1.1.1.jar;steamworks4j-1.9.0.jar" EarthLight