Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Use WebEngine to view applet demo of JDK problem

866755Jun 5 2011 — edited Jun 6 2011
When I used webEngine to view applet demo of JDK like this:

WebEngine webEngine = new WebEngine("file:///C:/Program Files/Java/jdk1.6.0_25/demo/applets/BarChart");

I got message on the page inside JavaFX like this:

alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!

So, my question is how can I embed applet in webEngine or can webEngine embed applet?

Thank you very much!

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 4 2011
Added on Jun 5 2011
3 comments
522 views