Questions tagged [next-generation-plugin]

The next-generation Java Plug-In, introduced in Java SE 6 Update 10, provides powerful new capabilities to applets in the web browser, while improving the overall reliability and functionality of applets in a backward-compatible manner.

The next-generation Java Plug-In, introduced in Java SE 6 Update 10, provides powerful new capabilities to applets in the web browser, while improving the overall reliability and functionality of applets in a backward-compatible manner.

Summary of new/improved functionality

  • Improved reliability
  • Improved user experience
  • Applets launch in the background
  • Built-in JNLP (Java Web Start) support
  • Per-applet command line arguments
  • Heap size, Java 2D API acceleration options
  • Improved Java/JavaScript programming language integration
  • Improved Windows Vista support
  • Signed applets now work correctly in Protected Mode Internet Explorer

See also

72 questions
3
votes
2 answers

How to save some config information in an Java Applet?

How can I save a configuration locally and permanently in a Java Applet? Ideally this should be work with a not signed Applet.
Horcrux7
  • 23,758
  • 21
  • 98
  • 156
3
votes
4 answers

Issues with signed applet

I am developing an Application that will perform Encryption/Decryption at client side only. I am using Spring, jdk 1.6+, and eclipse. I have developed an Applet that contain cryptographic code it looks like : public void accessToken(){ try{ …
Pravin
  • 195
  • 1
  • 4
  • 15
3
votes
1 answer

Clarifications over java applet warnings

I'm working on deploying a Java applet over JNLP. The functionality of the Applet works as expected, my problems lies within the Security Warnings displayed during run time. I've searched extensively for answers on when and why they appear without…
Erik
  • 663
  • 2
  • 7
  • 10
2
votes
1 answer

Having trouble displaying an Applet

I am attempting to display a working applet in Firefox (and will also want to display it in IE). I am using the following in my HTML: