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

Can't get WinRun4J to work at all with my JAR #96

Open
shootie22 opened this issue Feb 8, 2020 · 0 comments
Open

Can't get WinRun4J to work at all with my JAR #96

shootie22 opened this issue Feb 8, 2020 · 0 comments

Comments

@shootie22
Copy link

I'm having issues getting it to work. The example files work together as intended, but when I try to set up my own JAR as an EXE, it fails to initialize the main class. I checked with multiple people and no one had any idea as to why this could be happening. This is the error I'm getting:

[warn] Could not find Native class
 [err] Could not find or initialize main class
java.lang.NoClassDefFoundError: IllegalName: eu/project/App
        at java.lang.ClassLoader.preDefineClass(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at org.boris.winrun4j.classloader.EmbeddedClassLoader.findClass(EmbeddedClassLoader.java:98)

I tried going the other route and install the Eclipse plugin. No success with that either, it results in an error saying it can't find the jar file:
unknown

This project is exactly what I need and I can't seem to get it to work in any way, or find any other alternative. Have you guys experienced these issues? Thanks.

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

1 participant