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
2
votes
1 answer

What is the "next generation plugin" for Java

What is the "next generation plugin" for Java and how is it different from the classic plugin? Strangely, there is only one generic plugin on Mac OS X, so is this distinction only on Windows, or does linux also have two plugins? I also noticed that…
Hawken
  • 2,059
  • 19
  • 34
2
votes
0 answers

JNLP classpath nested folders

I'm running into some issues with deploying a JNLP applet. For some reason if I don't put all the necessary files into the same directory as the JNLP file, Java complains that it can't find it. example jnlp file:
helloworld922
  • 10,801
  • 5
  • 48
  • 85
2
votes
1 answer

Class not found Exception when launching Applet using JNLP

I've run into a problem when trying to launch a jar file using JNLP. We've previously launched the applet without JNLP without any problems. We want to launch three different jars who are kept in the same directory together with the jnlp file. All…
Erik
  • 663
  • 2
  • 7
  • 10
1
vote
2 answers

JNLP file always downloaded from cache even if the file is changed in the server

We got performance hit in one of the Java-Applet based web application. So we implemented JNLP concept to improve applet loading. As per JNLP, The JAR files will be downloaded to client machine for the first time and will be cached locally If the…
Saravanan
  • 1,237
  • 2
  • 18
  • 25
1
vote
1 answer

Jnlp gives error in certification

I have generated the keystore and its inner key. Then I have my signed java applet. But each time I start my jnlp applet I can see the Internet browser security Warning dialog. When the application server and the client machine are in the same…
newbie.my
  • 341
  • 2
  • 3
  • 13
1
vote
2 answers

Applet frameworks for access to local file system

I need a Java applet framework or something like that for syncing files between server and local machine through browser. Of course I can make that applet myself, but maybe someone has already seen or done that applet. Are there any Java applet…
Andre
  • 79
  • 1
  • 3
  • 6
1
vote
2 answers

Swing / More than one Applet in the same JVM

I'm using processing(.org), the core.jar inside a Swing-GUI. Now I'm trying to initialize several views inside the GUI whereas the processing core is a simple Applet (PApplet extends Applet) and I'm currently not sure if it's possible to initialize…
Johannes
  • 2,021
  • 2
  • 23
  • 40
1
vote
2 answers

What could be reason of not working lazy jar loading in applet with jnlp file?

I have applet embedded in http page. Applet is signed (as all jars which I'm using) and it's using new java plugin which allows to embed applets in web page with jnlp. I wanted to lazy load one of the jar files required by my applet, but I cannot…
Piotr Kukielka
  • 3,792
  • 3
  • 32
  • 40
1
vote
2 answers

How to create file from java applet?

I'm trying to create an excel file and save to local file system using java applet. After sign the application, i can successfully create the file by directly invoking the applet. However, when i try to call the method from javascript, it failed…
Progress Programmer
  • 7,076
  • 14
  • 49
  • 54
1
vote
1 answer

value passing in java applet

i am passing value in java applet but value is coming there as null my javascript for applet deployment :