This points to an issue with Java.I am having an issue where I can't launch the app. This shows up: View attachment 638308and the problem is that I have the newest version of Java, and as you have said before I don't have 2 installs of java either. It seems like a really cool app, but no matter what I do I can't get it working. :/
You can check if Java is correctly linked to the system by opening a command prompt or terminal and typing
echo %JAVA_HOME%
The terminal should return with a file path like: C:/Users/<user>/program files/java
If it returns %JAVA_HOME% you will need point your pc to the installation location of java.
- To set JAVA_HOME, do the following:
- Right click My Computer and select Properties.
- On the Advanced tab, select Environment Variables, and then edit JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.6.0_02.
Run the Program as an Administrator
Often, this specific JVM launcher error happens due to a lack of permissions. If you haven't enabled Java to access admin privileges or to run as an administrator, the JVM can't launch.
In the /bin folder inside your Java installation directory you can find the Java.exe.
Right click and go to properties
Switch to the compatibility tab
Enable the Run the Program as an Administrator under Settings secition
Click Apply and save the settings.
Hope this has helped you run it it any way.
If not, check to see if you can get the program running via a terminal leave another comment and I will take another look.
To run it via a terminal in windows. Open the folder and press ALT+D. Then type in cmd and press enter.
Afterwards type in:
java "AC Formula Championship.jar"
and press enter.
See what the terminal says and paste it in a comment.
Last edited: