Skip to main content

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

Nebula is an extension of SWT / JFace so running it "standalone" as described is not possible and I'm wondering what is the context for this?

Anyways the easiest way would be:
1) Download Eclipse
2) clone the nebula source
3) Import the examples and the corresponding widget projects
4) Run the main (you can ignore the compile errors of other examples)



Am 19.07.24 um 00:35 schrieb Brad Lowe via nebula-dev:
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.



_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/nebula-dev


Back to the top