Different JWS versions for desktop/file associations launch?

1635 byte By AndrewThompson64a at 2007-11-26 12:42:01
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 = ...

circular dependency in jars

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. ...

ClassNotFoundException in Linux but not in Windows

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 ...

Auto Download JRE from Intranet using JWS

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 ...

Configuring the system cache

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 ...

Running two different plugins..

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 ...

Embedding The "Java DB" in a JNLP app

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 ...

Error install JDK6 on Fedora 6

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 ...

install shield

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.

Deploying OpenOffice

65 byte By buttmanizera at 2007-11-26 12:48:21
is it possible to deploy the OfficeBean in Java Web Start?

Application path of Webstart application messed under Java6

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 ...

JRE 1.6.0 deployment: error 1606

574 byte By cuicui_oizoa at 2007-11-26 12:48:47
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 ...

JWS 6.0 and Java Applet JRE selection.

1122 byte By John_Shotta at 2007-11-26 12:48:48
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 ...

1st compile after install -> Error occurred during initialization of VM

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 ...

One .jnlp resource problem (.zip files) and solution.

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 ...

Http response didn't correspond to the request url after connection reset

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 ...

Launch File Error

1528 byte By matheszabia at 2007-11-26 12:54:54
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" ...

JWS application jar-files are downloaded almost every time

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

Can my application run directly on ee5

1048 byte By hongbing_javaa at 2007-11-26 12:57:31
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 ...

loading and invoking the method from my printer dll

352 byte By pratheevana at 2007-11-26 12:59:56
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 ...

No access to Filesystem in spite of all-permissions

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 ...

Error parsing web.apps.xml: External entity not found

249 byte By rajpurohita at 2007-11-26 13:00:29
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

Problems with webstart

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 ...

A solution for Secure Static Versioning problem in 1.5.0_06 and later?

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 ...

How to load the original manifest file

355 byte By matheszabia at 2007-11-26 13:02:41
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 ...

Source for the Plugin

139 byte By Factor_Threea at 2007-11-26 13:04:24
Greetings:I was wondering if the source code for the Java Plugin is available. If it is, where can I get it... Thanks.

How to make noxp style

397 byte By Akihabaraa at 2007-11-26 13:05:35
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 , ...

PLUG IN ERROR..HELP ME

436 byte By confusedyania at 2007-11-26 13:05:52
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 ...

Dynamic jar loading

502 byte By raghu182a at 2007-11-26 13:06:26
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 ...

internationalization in jws application

239 byte By ramkumar_goslinga at 2007-11-26 13:20:11
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

Java 6 Splash Screen functionality in Java web start

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 ...

ClipboardService.setContents() without annoying message

505 byte By throwablea at 2007-11-26 13:23:07
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 ...

Deploying a WAR via PLESK

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 ...

Packages and External Resources

640 byte By DMTNTJGDa at 2007-11-26 13:24:20
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/ | || --> ...

using a jar librari under netbeans for java web start

283 byte By ElvenKinga at 2007-11-26 13:24:34
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 =(

EXECUTABLE JAR FILES DONOT EXECUTE

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 ...

Problem running the web start application!!!

4179 byte By ali_hammada at 2007-11-26 13:26:50
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+" ...

Scanning Java WebStart application classpath

1739 byte By CasMeirona at 2007-11-26 13:31:26
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 = ...

jar help plsssss

286 byte By aravindraamana at 2007-11-26 13:31:28
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

Java Web Start

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 ...

Upgrade Java requirement for 32bit if 64 bit is all that is needed

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 ...

Problem running Java Problem

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 ...

Can not run JDK.5.0-10

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.

downloading a directory of jar files

180 byte By Pan_pradipa at 2007-11-26 13:35:00
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?

How to get latest fixes while building JDK 1.4.2.13

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 ...

Accessing file included in jar-file from java

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 ...

Website / JAR help

709 byte By The_Sandman_81a at 2007-11-26 13:46:19
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 ...

Dynamic Jar Loading Issues

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 ...

Any way to stop Webstart from not updating JNLP-Files?

697 byte By linuxhippya at 2007-11-26 13:48:20
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 ...

loading icons from a jar

365 byte By cat4hirea at 2007-11-26 13:51:26
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. ...