Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Standalone nebula app example?

Can someone point me to a sample project that can build a stand alone java app that uses nebula widgets? Something that I can git clone, mvn compile package, and run using java -jar target/xyz.jar

Ideally where I can also instruct mvn to build a jar with dependencies for Windows, linux, or Mac. (Universal binary for mac?!) But linking against an SWT jar is fine too. 

I have been able to git clone nebula and mvn install it.
Running the example from the command line has me stumped.
java -jar org.eclipse.nebula.examples-1.0.4-SNAPSHOT.jar
gives error: no main manifest attribute, in org.eclipse.nebula.examples-1.0.4-SNAPSHOT.jar

Thanks in advance for any pointers. 



Back to the top