Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just dies with exception on Win10 #9

Open
dzavalishin opened this issue Mar 5, 2023 · 1 comment
Open

Just dies with exception on Win10 #9

dzavalishin opened this issue Mar 5, 2023 · 1 comment

Comments

@dzavalishin
Copy link

G:\games\JPC\JPC-3.0>java -jar JPCApplication.jar -boot fda -fda resources/images/floppy.img
ьрЁ. 05, 2023 3:24:03 PM org.jpc.j2se.JPCApplication main
INFO: Using configuration specified on command line
Exception in thread "main" java.lang.IllegalStateException
at org.jpc.j2se.JPCApplication.getResources(JPCApplication.java:593)
at org.jpc.j2se.JPCApplication.(JPCApplication.java:205)
at org.jpc.j2se.JPCApplication.main(JPCApplication.java:766)

G:\games\JPC\JPC-3.0>java -version
java version "17.0.5" 2022-10-18 LTS
Java(TM) SE Runtime Environment (build 17.0.5+9-LTS-191)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.5+9-LTS-191, mixed mode, sharing)

@jdstroy
Copy link

jdstroy commented Sep 16, 2023

This isn't a Windows 10 problem; the JPC code targets an older version of the Java runtime class library. Please try JPC with JRE8; you can use Adoptium Temurin or any other JRE8 runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants