Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / June 2005

Tip: Looking for answers? Try searching our database.

web start jnlp offline

Thread view: 
Remi Arntzen - 29 Jun 2005 16:57 GMT
This is the file I use:

<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="...">
<information>
...
 <offline-allowed/>
 <shortcut online="false">
...
 </shortcut>
</information>
<security>
 <all-permissions/>
</security>
<resources>
 <j2se version="1.6+"/>
...
</resources>
<application-desc main-class="..." />
</jnlp>

If I am online the program doesn't start (it does ask for permission to
run the app., and opens a javaw instance, but nothing happens.  No
error, No exception, No gui.)

However if I am offline the program works great (note: The program also
works when I use the jnlp file to open the program it is the shortcut
that does not work when online).

So in short my program only works from the start menu when I am
offline.

Please tell me how to fix this.
I'm using java version 1.6 build 41
Might this just be a problem with the current version or have other
people had the same problem as me.
Remi Arntzen - 30 Jun 2005 02:38 GMT
How about I put it this way;  Does my jnlp file look correct overall?


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.