Skip to content

StegmannSystems/rcp.demo

Repository files navigation

rcp.demo

A RCP Demo Project as example as well as for communication of issues like Java Version, OpenJFX, OSGI and topics like this

Build Status codebeat badge CodeFactor

Quickstart

Running on Windows and Linux environment (at least):

# build without tests and generating the products
./mvnw -B -f rcp.demo.build -PDefault
# tests without product generation
./mvnw -B -f rcp.demo.build/pom.tests.core.xml -PTest

The rcp.demo.product/target folder will contain then all three distributions:

  • Windows 64bit
  • Linux (Gtk) 64Bit
  • Mac OSX 64Bit

Please note: Requires at least Java 11.

You also can use Docker on Windows for testing the Build under Linux

docker run --rm -v %CD%:/workspace -it adoptopenjdk/openjdk11-openj9 /workspace/build.sh

Links

About

A RCP Demo Project as example as well as for communication of issues like Java Version, OpenJFX, OSGI and topics like this

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published