Unify Browser and Desktop Experience - Draggable Applet
The new draggable feature in Applet unifies user's browser and desktop experience -
The New Plug-In allows you to drag an Applet off from a browser to your desktop
and allows your Applet continues to run. In addition to dragging an Applet off from a browser, when user closes the
a shortcut can also be created from this draggable Applet. The shortcut utilizes Java Web Start
technology and allow user to launch the Applet with Java Web Start without
opening a web browser. Thus, this feature unifies desktop
application deployment via Java Web Start technology, and Applet deployment
inside the browser.
Download the latest build of 6u10 and try out this new exciting feature!
Posted at 10:42AM May 13, 2008
by Roger Yeung in Java SE 6 Update N |
I'm getting the following exception when I click the "draggable feature" link. Any thoughts?
------------------------------
Java Plug-in 1.6.0_10-beta
Using JRE version 1.6.0_10-beta Java HotSpot(TM) Kernel VM
User home directory = C:\Users\Peter Murray
network: Loading user-defined proxy configuration ...
network: Done.
network: Loading proxy configuration from Netscape Navigator ...
network: Error reading registry file: C:\Users\Peter Murray\AppData\Roaming\Mozilla\registry.dat
network: Done.
network: Loading browser proxy configuration ...
network: Done.
network: Proxy Configuration: Browser Proxy Configuration
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@d7b7d9, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1570945
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
network: Cache entry not found [url: http://java.com/jsp_utils/jreCheck.class, version: null]
network: Connecting http://java.com/jsp_utils/jreCheck.class with proxy=DIRECT
network: Connecting socket://java.com:80 with proxy=DIRECT
network: Connecting http://java.com/jsp_utils/jreCheck.class with cookie "JSESSIONID=2F329A708EDBF3952F600EC6A34EF9B2"
network: Downloading resource: http://java.com/jsp_utils/jreCheck.class
Content-Length: 1,624
Content-Encoding: null
network: Wrote URL http://java.com/jsp_utils/jreCheck.class to File C:\Users\Peter Murray\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\57\6c019739-34660c16-temp
basic: Stopping applet ...
basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1570945
basic: Destroying applet ...
basic: Disposing applet ...
basic: Joining applet thread ...
basic: Joined applet thread ...
basic: Finding information ...
basic: Releasing classloader: sun.plugin.ClassLoaderInfo@d7b7d9, refcount=0
basic: Caching classloader: sun.plugin.ClassLoaderInfo@d7b7d9
basic: Current classloader cache size: 1
basic: Done ...
basic: Quiting applet ...
security: Accessing keys and certificate in Mozilla user profile: C:\Users\Peter Murray\AppData\Roaming\Mozilla\Firefox\Profiles/gkm5wh0e.default
security: JSS package is not found
security: JSS is not configured
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@2cbc86, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@1682a53
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
APPLET tag missing CODE parameter.
java.lang.NullPointerException: name
at sun.applet.AppletClassLoader.getResourceAsStream(Unknown Source)
at sun.applet.AppletPanel$7.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
basic: Exception: java.lang.NullPointerException: name
Ignored exception: java.lang.NullPointerException: name
Posted by Peter Murray on May 16, 2008 at 06:14 AM PDT #
My bad - wasn't running FF3b5 - now the applet works, but am experiencing the launching from shortcut problem outlined in the forum.
Posted by Peter Murray on May 16, 2008 at 06:23 AM PDT #
Hi,
similar problems here:
clicking the link "draggable feature" I get "ClassNotFoundException: Ignored"
Any ideas?
Posted by Hans on June 16, 2008 at 01:56 PM PDT #
Do you have 6u10 installed? You will need IE6, 7, or Firefox 3 to view that page.
Posted by Roger on June 16, 2008 at 02:20 PM PDT #