lawrancej / logisim

Git fork of Logisim code base
http://www.cburch.com/logisim/
GNU General Public License v3.0
211 stars 104 forks source link

jar won't start #89

Closed kloro2006 closed 8 years ago

kloro2006 commented 9 years ago

~/$ 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 commented 9 years ago

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 commented 9 years ago

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

kloro2006 commented 9 years ago

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: https://github.com/lawrancej/logisim/issues/89#issuecomment-90499760

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: https://github.com/lawrancej/logisim/issues/89#issuecomment-90499760

kloro2006 commented 9 years ago

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: https://github.com/lawrancej/logisim/issues/89#issuecomment-90307679

AL3XEY commented 9 years ago

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