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

jar won't start #89

Closed
kloro2006 opened this issue Apr 3, 2015 · 5 comments
Closed

jar won't start #89

kloro2006 opened this issue Apr 3, 2015 · 5 comments

Comments

@kloro2006
Copy link

~/$ java -jar logisim-evolution-2.13.9.jar
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.cburch.logisim.Main. Program will exit.
~/$

@mikespallino
Copy link
Contributor

Are you sure you're trying to run this repository's jar? Our jar is called logisim-2.7.2.jar and is found under /build/libs/. If you can't find that run gradlew build. Hope this helps!

@AL3XEY
Copy link

AL3XEY commented Apr 7, 2015

You are right, it seems that kloro2006 is trying to run this repository's jar.

@kloro2006
Copy link
Author

is logisim-2.7.2.jar better than logisim-generic-2.7.1.jar?

On 4/7/15, Alexandre Faucher notifications@github.com wrote:

You are right, it seems that kloro2006 is running this
repository
's jar.


Reply to this email directly or view it on GitHub:
#89 (comment)

On 4/7/15, Alexandre Faucher notifications@github.com wrote:

You are right, it seems that kloro2006 is running this
repository
's jar.


Reply to this email directly or view it on GitHub:
#89 (comment)

@kloro2006
Copy link
Author

i'm trying to run logisim-evolution too. where can i post my problem about it?

On 4/6/15, Mike Spallino notifications@github.com wrote:

Are you sure you're trying to run this repository's jar? Our jar is called
logisim-2.7.2.jar and is found under /build/libs/. If you can't find
that run gradlew build. Hope this helps!


Reply to this email directly or view it on GitHub:
#89 (comment)

@AL3XEY
Copy link

AL3XEY commented Apr 8, 2015

You can create an issue here so that the developers of logisim-evolution can help you.

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

4 participants