Giter Club home page Giter Club logo

controlfxtest's Introduction

execute following commands in order to create keystore files
(password always was ddg1234)

keytool -genkey -v -keystore my-privateKey.store -alias ddg -keyalg RSA -keysize 2048 -validity 10000
keytool -export -alias ddg -file my-certfile.cer -keystore my-privateKey.store (not so important)
keytool -import -alias publicDdg -file my-certfile.cer -keystore my-publicKey.store (not so important)

and gradle tasks choose: installWebstartDist , and .jnlp file with lib/*.jars will be generated.

and run :
javaws /home/edutilos/Desktop/tutorials/ControlFXTest/build/jnlp/launch.jnlp


//or create my-javaws.desktop in linux (in one of the following location)
1) /usr/share/applications  (for the current user)
2) ~/.local/share/applications/ (for all users)

with following content: 
[Desktop Entry]
Encoding=UTF-8
Name=Java 8 Web Start
Comment=Java 8 Web Start
Exec=/home/edutilos/Applications/jdk1.8.0_131/bin/javaws %u
Terminal=false
Type=Application
Icon=javaws
Categories=Application;Network;
MimeType=application/x-java-jnlp-file;


and create index.html with following content: 
<!DOCTYPE html>
<html>
<head>
    <title>run launch.jnlp</title>
</head>
<body>
<a href="launch.jnlp">launch jnlp</a>
</body>
</html>

and open this index.html in firefox (in chrome that does not work) . Firefox will give option to 
run with (and choose "Java 8 Web Start")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.