JFX VNC is a Java VNC remote desktop client based on JavaFX and divided into two parts. One module (jfxvnc-net) is a RFB/VNC remote desktop protocol based on Netty. The other module (jfxvnc-ui) contains the JavaFX based VNC viewer build with the just-enough MVP framework afterburner.fx
What is required:
mvn clean install java -jar jfxvnc-app/target/jfxvnc-jar-with-dependencies.jar
<dependency> <groupId>org.jfxvnc</groupId> <artifactId>jfxvnc-net</artifactId> <version>[LATEST_RELEASE]</version> </dependency> <dependency> <groupId>org.jfxvnc</groupId> <artifactId>jfxvnc-ui</artifactId> <version>[LATEST_RELEASE]</version> </dependency> <dependency> <groupId>org.jfxvnc</groupId> <artifactId>jfxvnc-swing</artifactId> <version>[LATEST_RELEASE]</version> </dependency> <dependency> <groupId>org.jfxvnc</groupId> <artifactId>jfxvnc-app</artifactId> <version>[LATEST_RELEASE]</version> </dependency>