TheAliceProject / alice3

The Alice 3 block-based IDE desktop application. Also contains a NetBeans plugin to extend development into java.
https://www.alice.org/
Other
154 stars 24 forks source link

Which jar contains the main manifest? #358

Closed emmanuelrosa closed 1 year ago

emmanuelrosa commented 1 year ago

I've tried running the alice-ide-8.0.0-SNAPSHOT.jar, ide-8.0.0-SNAPSHOT.jar, and ide-nonfree-8.0.0-SNAPSHOT.jar with openjdk on Linux (ex. java -jar /path/to/alice-ide-8.0.0-SNAPSHOT.jar) and I get the error:

no main manifest attribute

Whis is the correct jar file to launch the IDE?