You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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)
The text was updated successfully, but these errors were encountered: