1

So I have a pretty basic Java app I have been writing in Eclipse. I now have realized somewhat late that I want this to run as an applet on my website.

How do I setup JApplet? (assuming this is what I need to use) Is there any "quick fixes" for assuring that the app will be able to be used as an applet?

1
  • Rather than convert to an applet, launch the app. from a link using Java Web Start. Commented Nov 29, 2014 at 23:43

1 Answer 1

1

This should get you started http://www.dreamincode.net/forums/topic/28410-application-to-japplet-and-reverse/

It was the first item in a Google Search, so next time look there first.

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.