I am trying to test the behaviour of a sandboxedapplication that claims file associations forits behaviour in 1.6 JWS and have struck a snag.E.G. Double click dekstop launch icon for JWS applicationJava Web Start 1.6.0Using JRE version 1.6.0 Java HotSpot(TM) Client VMUser home directory = ...
991 byte By
asafbu2a at 2007-11-26 12:42:20
Hello All,I have my projects are divided into sub-projects and each of them build their own jar files. I use ANT to build the system. So, my build flow goes something like:A) A build.xml at the top level (main project builds EAR and other deliverables butonly after delegating to 1- Projext X. ...
862 byte By
aqda at 2007-11-26 12:43:24
Hello,We have a web application where the server uses Tomcat 5.5 on Fedora 3 (Linux). The application is accessed via https://ipaddress/applicationnameWhen I access the application from a Windows 2000 client, it starts and runs perfectly.However, if I access the application from a client ...
1202 byte By
Baskia at 2007-11-26 12:45:46
I'm pretty new to JWS, I want to download a specfic JRE version from my Intranet or from a directory on the Unix server (webserver). I have downloaded 1.4.2_11 from Sun web site to http://webserver01.intra.xyzabc.com:8000/sample. What step I must do to autoload when the user does not have any ...
1249 byte By
lkublera at 2007-11-26 12:46:04
Hi,I'm trying to install an application on a new computer running version 1.5.0. I want this application to be available to all users of this computer without having to install it for each individual user. I think that configuring the system cache is the key to doing this. Problem is, is that ...
579 byte By
tdcjoea at 2007-11-26 12:46:09
Is it possible to have two versions of the java plugin, say 1.4.2 and 1.5.0 running on the same pc at the same time. I have two different programs that use two different versions and can only use one of them at a time. The other program is useless and I have to uninstall the other plugin to get ...
1195 byte By
jcpalmera at 2007-11-26 12:46:42
Has anyone embedded Sun's "Java DB" in a JNLP application? See http://developers.sun.com/prodtech/javadb/ if you are unfamilar, though the answer would be no in your case.I have a JNLP system 3/4 complete using HSQL, http://hsqldb.org/ , with 20 tables, views, & about 80 mb of data ...
622 byte By
Fluida at 2007-11-26 12:46:52
HelloI am new to Linux, and I fail to install JDK 6 for the 64 bit version of Fedora. Executing anything with "java ..." results in errormessage java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directoryI have searched the net for days ...
202 byte By
kc81a at 2007-11-26 12:47:54
need help in making my code executeable without having to put in a jar file and having a jvm or jre in my system.please,somebody tell me how write an install shield for my code.thanks in advance.
is it possible to deploy the OfficeBean in Java Web Start?
2339 byte By
deadbeefa at 2007-11-26 12:48:36
For all of my webstart application, I determine the application path (path of class file or jar) to store/load an INI file like this:// get ini path String s = frame.getClass().getName().replace('.','/') + ".class";URL url = frame.getClass().getClassLoader().getResource(s);int pos;try ...
Hi,I tried to deploy Java JRE 1.6.0 automatically on workstations using the MSI package and i got a "1606" error (no error when i lauch "by hand" the msi installation).I checked the registry as said on the microsoft website but everything's ok for these ...
Java Web Start community:We've been successfully using JWS for some time for our applications.However, recent versions also seem to have taken over control of which JRE runs when applets are downloaded.In our case, we have an applet (not our own so we have no control over the JRE that it ...
1713 byte By
John_L.a at 2007-11-26 12:51:22
Complete message text:Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/ObjectTo re-cap:1. Install J2SE Development Kit 5.0 Update 10. Error message received during finalization.Error 1722. There is a problem with this Windows Installer package.A program run as ...
336 byte By
Froina at 2007-11-26 12:51:45
It appears now that webstart fails to verify that signed .zip files are in fact signed (.jars have been fine for me). This happened to me while granting all-permissions, perhaps true more generally.Solution: rename the .zip to .jar for the moment, but .zip worked fine in previous versions so ...
930 byte By
chyhsa at 2007-11-26 12:52:23
Hi,I have develpoed a webgis site using applet. You can see the map from : http://r.mapbased.com/wc/map.htm?sn=rwcb&_l=zh_CN (Sorry for no English version still)The map applet will send http requests for getting features when need.(after load applet, zoom,pan etc).It do use multi-thread,but ...
Hi!I wrote an application with multiple jars, somtehing just libs.I try to wite a jnlp file to launch tham, but I have not succes. So I pack tham all in all in one jar. No success too. So I sign the jar. Still that problem. What can I do? Hire is the .jnlp file content<?xml version="1.0" ...
276 byte By
Maita at 2007-11-26 12:55:15
hey,how can i debug the situation, where my application is downloaded very often (even if i havent updated all of the jar-files, they are all downloaded again)?can it be that they expire after a certain time? how can i check that?thanks,Mait
My EE application is built in 1.4 and it runs very well under 1.4. with Jboss3.2.6.But it can't run at all in 1.5. I got a 'VerifyError':java.lang.VerifyError: class com.dst.ui.MainFrame overrides final method .at java.lang.ClassLoader.defineClass1(Native Method)at ...
hi all,i hav to load and invoke the method from my printer dll..it has the string n would be printed in the com printer..the method to printing the string has done in the dll itself..so all i need to do is loading the dll and to invoke its method..if anybody familiar with this do help me..thanx ...
1801 byte By
ulma82a at 2007-11-26 13:00:02
Hi,I've written an application and want to start it via JWS. This is my JNLP-File:<?xml version="1.0" encoding="UTF-8" ?><jnlp spec="1.0" codebase=" http://foo/" href="bar.jnlp"><information><title>foo</title><vendor>me</vendor><homepage ...
Actually my web application running over the iplanet 6.0 SP2. durring deployment i got an errorerror is "Error parsing/usr/iplanet/servers/power/config/ web-apps.xml :External entity not found:how can i resolve this error
1168 byte By
Tom100a at 2007-11-26 13:01:22
Hello,I can't get webstart to work properly. Probably it is something very simple, but I can't get it right.I compile a sample program, put it into a jar file, and sign it. If I execute it using java -jar ex1.jar it starts as it should,but if I put it on a web-page and try to start it using a ...
1370 byte By
harperspa at 2007-11-26 13:02:14
There have been a few posts in this forum from folks who have problems with the new secure static versioning that came out in 1.5.0_06.This was needed because of all the sandbox bugs found in earlier JRE releases that malware installers had become fond of. Sun rightly decided that something had ...
Hi I wrote an application. Is lanunched by webstart.In the original jar file is set an property like a Program-version:1.5after launching the application I can fread resources from "/resources/images/myimage", but I Cant read the from the manifest file.just 2 properties: Manifest version and ...
Greetings:I was wondering if the source code for the Java Plugin is available. If it is, where can I get it... Thanks.
Application JRE: jdk 1.4webStart: jdk1.5 os:window xp, xp themeIf you run your application with console, you will not get noxp Style.Although you useSystem.setProperty("noxp","true");UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());it will not take effect.Please help me , ...
i suddenly had a problem opening yahoo games coz there is always 3 error messages that are 'java plug in error' or 'several java virtual machine are in the same process' and java cannot be uploaded.i had java runtime 5.0_09 installed by my Window by default. but i upgrade it to 5.0_10 and ...
Hello,I have a java application which should accept the three parameters.1) The jar file location2) Particular Class file insdie that jar(we specified the location in step number 1)3) And method name in that class.My question is how to include specified jar location with jar name to CLASSPATH ...
where will be the locale details available in the JWS applicaiton package?How JWS application detects country code ?How to change the datas from English to Chinese ?Advance Thanks RegardsP.Ramkumar
560 byte By
forseya at 2007-11-26 13:21:01
Hi,I have a jar application which makes use of the new splash screen functionality available in Java 6 SE.When I run the jar locally from a folder, the splash screen shows as expected, however when the app gets launched from Java web start, no splash screen is shown. Any ideas why?I know you ...
Hi,When I use ClipboardService.setContents() a permission popup opens asking a user to allow access to system clipboard. But when I make Ctrl-C, Ctrl-V operations in the same application in any swing text component a popup doesn't open and the content of system clipboard changes. Do swing ...
1135 byte By
mitgerra at 2007-11-26 13:23:16
Dear All,I am using Plesk to deploy my J2EE application. On that hosting account, my web directory is called 'httpdocs', and I have to upload all web related stuff to this directory. If I have a WAR file called mywar.war, I upload this via Plesk. However, this WAR file is expanded into a ...
I am trying to package several classes in a JAR file while using a manifest to specify non-JARed resources outside the JAR. It works with classes using the default package, but it can't find the resources when I have a file structure like:MainDir|--> MyJar.jar| || --> dmt/ | || --> ...
hello im using netbeans with the java web start plugin, in my proyect i need to use some .jar libraries , like synthetica.jar, i add the .jars to the librarie of my proyect but when i run the aplication under java web start the jars are not been use, any ideas? please help =(
479 byte By
abxa at 2007-11-26 13:26:42
I havejre1.5.0_07jdk1.5.0_02My problem is that i am not able to run any Jar executable files on my pc ..While my laptop with the same java versions is able to run the jar executable files which my pc does not...Whats the possible reason .. i have tried selecting javaw.exe from both jdk and jre ...
Here are the file names placed the Root directory of Tomcat web server- TheTime.jar(contains only TheTime.class, which is the main class file, and META-INF directory)- TheTime.jnlpHere is the .jnlp file <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" ...
Ok, i got a problem...I made a java framework, it scan my classpath looking for service Providers Impl, work to java app, web app but with java web start, i can't access the jars (main jar and resources)... any help?!example:(classpath scanner framework)String classPath = ...
i am a beginner...i ve a jar file.. when i try to open it in eclipse i am not able to...when i double click, i get an error msg....pls help me in telling how to create a jar file and also how to execute or use or open it plsssssssssssss help me thankx
339 byte By
hopia at 2007-11-26 13:32:28
Hi,I would like to use Java Web Start technology.I have looked at the jnlp specification and notice that most of the services are interfaces.Do I need to write an implementation of BasicService.getCodebase() or is there something already written that I put on the classpath in order to ...
432 byte By
shastsa at 2007-11-26 13:32:37
All,We are upgrading from Java 1.2.2 to 1.4.2, I have been told that on a sparc upgrade where all we need is the 64bit version installed, that we also have to install the 32 bit version. Apparently the package install fails. Is this required and can anyone explain why, or how you would get ...
954 byte By
mythiosa at 2007-11-26 13:34:05
I am new to J2SEI had installed J2SE 6 in my NoteBook with Win XP --> c:\program files\java\jdk1.6.0 --> c:\program files\java\jre1.6.0and Ennironment setting are set correctly for the pathI created a simple HelloWorld.java program (verified visually to be correct/no error), a) I run ...
296 byte By
Neola at 2007-11-26 13:34:26
I have download JDK.50-10, and install it in C drive.after every thing done. I can not find where I can click to start.and I go to control panel, it shows both JDK5.0-10 and JRE are installed.I have tried fixed this problems for two monthes, but does not successfully.
We need to download jar files one by one in the jnlp file but is it possible to download a directory that contains all the jar files as the number of jar files is too large?
576 byte By
K_Palema at 2007-11-26 13:36:58
Before the JDK 1.4.2 source taken out from the downloads link, I had downloaded the JDK 1.4.2, JdK 1.4.2 Update 13 and other dependencies. Now JDK 1.4.2.0 is no more accessible to download in Download link.I have built the source code using "gnumake scsl". But I did not see latest time zone ...
450 byte By
Tom100a at 2007-11-26 13:37:08
Hi,I've installed an application, which executes using java webstart and now I want to use an object-file included in the the jar-file. What is the easist way to do this?I've tried:ClassLoader cl= this.getClass().getClassLoader();Icon saveicon = new ...
Hello folks,I've written a simple application which I can execute as a JAR in a .bat file.It (very) basically updates 5 html files every 20 mins.I would like to have this JAR running on my website, updating every 20 mins but am unsure how to do this. I've read some of the tutorial and it ...
1698 byte By
sumGuya at 2007-11-26 13:46:47
Background: I'm writing a program that downloads modules (jars) from a server.MainProgram contains the following interfacepublic interface Action{public void go();}The main program gets appropriate class names from a database and loads them using JarClassLoader (found at ...
Hello,We dynamically generate JNLP-"Files" via Servlets. The problem we face is, that downloaded once, Webstart caches the result and does not ask our Servlet anymore which is pretty bad - because the servlet reflects changes.We already played arround with expires/pragma/cache headers, but it ...
Hi all,I've got my application that loads icons from a relative path, such as "img/tree/menu.png". While running outside the jar it works fine, but when I create a jar of my filesystem I cannot load the icon (i.e., it is not found). The jar of course contains the icons and the relative path. ...