-
Notifications
You must be signed in to change notification settings - Fork 64
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
Exception in thread main error in Ubuntu 20.04 Focal Fossa. #8
Comments
The resources need to be in the class path. This includes for example the bios image. |
wait you think i builded the emulator. oh i should try that |
alright lets try it |
well didnt work :( |
It seems like current build of JPC is not working on JDK11 or later, if I run it with JDK1.8 it's running fine. |
The problem is that Java 9 changed the class loader to no longer be a URLClassLoader Edit:
|
I'm trying to make a program that uses your emulator to emulate Windows 95.
But on Ubuntu 20.04 Focal Fossa, I get this error message:
Exception in thread "main" java.lang.IllegalStateException at org.jpc.j2se.JPCApplication.getResources(JPCApplication.java:593) at org.jpc.j2se.JPCApplication.<init>(JPCApplication.java:205) at org.jpc.j2se.JPCApplication.main(JPCApplication.java:766)
How do I fix this?
The text was updated successfully, but these errors were encountered: