2

I have a web application that loads other applications from within it, how can I open a java web start application from within my JavaFx 2.0 application. All help is greatly appreciated.

1 Answer 1

1

It's long to answer, you need to study how to Deploy Java Web Start application first.

The basic approach is:

  1. Create a JAR file containing your application's class files and resources. including Main-Class attribute in your MANIFEST.MF.

  2. Create JNLP files to describe how your application to run, You can also use JavaFX Packager tool to help.

Then look at source code for The Java FX Ensemble example to figure out JavaFX specific configuration, and full documentation Deploying JavaFX Applications.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.