hi James,
now i config my application to
tomcat ... then i start my server and also Java Web Start ... my application is loading inside web start after that is start my application ..
it was throwing Error
1.An error occurred while launching/running the application.
Title: My Pirate!
Vendor: me
Category: Download Error
Unable to load resource:
http://localhost:8080/mypirate.jnlp 2.<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://localhost:8080" href="mypirate.jnlp">
<information>
<title>My Pirate!</title>
<vendor>me</vendor>
<icon href="icon.png"/>
<icon href="splash.png" kind="splash"/>
</information>
<resources>
<j2se version="1.4+"/>
<jar href="taf.jar" main="true"/>
</resources>
<application-desc main-class="Startup"/>
</jnlp>
3. Exception
JNLPException[category: Download Error : Exception: java.io.FileNotFoundException: C:\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P8080\XMmypirate.jnlp1146039933990 (Access is denied) : LaunchDesc: null ]at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(Unknown Source)at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
4.java.io.FileNotFoundException: C:\Sun\Java\Deployment\javaws\cache\http\Dlocalhost\P8080\XMmypirate.jnlp1146039933990 (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at com.sun.javaws.net.BasicDownloadLayer.download(Unknown Source)
atcom.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(Unknown Source)at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)at com.sun.javaws.Launcher.downloadResources(Unknown Source)at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
these are the details of the Error message ..
my file is not getting Download ..
by
dhana