Skip to content

orionll/services-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using services in Java 11.

Prerequisites

You need JDK 11+ to build the project (run mvn -version to make sure that it is using JDK 11+).

Building

Run the following command to build the project:

mvn clean install

Running

Under mypaint-core/target:

java -p libs/org.eclipse.swt.win32.win32.x86_64.jar;mypaint-core-1.0-SNAPSHOT.jar -m mypaint.core

(Substitute ; with : on Linux)

To use the plugin, copy mypaint-ext/target/mypaint-ext-1.0-SNAPSHOT.jar to mypaint-core/target/plugins/

About

Java 11 services demo with dynamic plugin loading

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages