390 byte By
ttl3 at 2007-9-26 1:13:41
I am running a trusted application via JWS with full access.when i run the application thorugh jws client, these appear in the JWS install directory, which is OK for me. When I launch the jnlp file through web browserlog files created by the application appear on desktop.how to make these ...
54 byte By
ttl3 at 2007-9-26 1:13:44
Any one using JWS in production ?
805 byte By
rpray at 2007-9-26 1:14:00
We have found a problem in JDK 1.3.0 that causes our application to have a run time error in the JVM. If we recompile with JDK 1.3.1 the problem goes away. So, we need to be able to load our application with JRE 1.3.1, but JWS comes bundled with JRE1.3.0_03. I've installed the JRE 1.3.1 and ...
395 byte By
geraldb at 2007-9-26 1:14:13
Hi, I wrote up a free resource loading tutorial for Java Web Start/JNLP. You can find it here http://www.geocities.com/vamp201/tutorial.html You can browse the source here http://www.geocities.com/vamp201/tutorial/crossref/index.html And finally you can launch the example app here ...
771 byte By
pratyay at 2007-9-26 1:14:28
Hi I'm using Borland AppServer 4.5. I'm trying to run a simple program which connects to EJB.When I'm running from JBuilder it works fine but when running from JWS it gives me Error :org.omg.CORBA.OBJECT_NOT_EXIST:minor code: 0 completed: NoCode :javax.naming.Context context = ...
361 byte By
fresh94 at 2007-9-26 1:15:49
What's matter? I checked URL in jnlp file several times. but I coudn't know how to do.Error mesagge shows below,[Exception: java.io.IOException: HTTP response 404 : LaunchDesc: null ]at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)...etc]Anybody help, plz? ...
180 byte By
fadill at 2007-9-26 1:16:32
Is jar file perfectly secure to run from some web site in internet?Is there any way the developer make a program that could harm my computer(client) or server?
769 byte By
IGOED at 2007-9-26 1:16:39
I am shipping JRE 1.3.1 and Java3D with our application. I have no problems running the InstallShield PackageForTheWeb generated install in silent mode after following the document http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/silent.htmlI cannot find any documentaion to run ...
847 byte By
fnisol at 2007-9-26 1:18:03
Hello all!Here's my bug scenario :I've got an application that does a RMI asynchrounous connection to a server. The server processes a client demand, and assynchronously sends progress messages to the client. On client side, a swing dialog is refreshed according to this progress message.The ...
555 byte By
dimaie_ at 2007-9-26 1:18:27
All,I am getting an error when launching an application using WebStart:Category: Download ErrorBad MIME type returned from server when accessing resource: http://ws019/jnlp/prodman.jnlp - text/htmlI created a simple application to check the MIME type returned by Apache 1.3.20 installed on my ...
I thought this was fixed in 1.3.1, however when my users go to a page without the plugin installed, the download starts, then gpf's.Anyone else with the same problem?
853 byte By
Jebediah at 2007-9-26 1:19:15
Our JWS application needs to be launched locally from a Win32 application with command line options.I successfully deployed a JSP page that dynamically builds a JNLP file passing <argument>'s. Works great.Unfortunately the only local launching method is hitting our JSP page with a Web ...
Hi, I have installed the jsdk on linux but it does not work .Can anybody help me ? e-mail : evert@cnerds.comwebsite : http://wordsofmagic.cnerds.comICQ : 118724411Thank you in advange
413 byte By
wangpe at 2007-9-26 1:21:11
Hi,I have a executable (windows exe file) packaged in JWS jar. How do I invoked it through runtime.exec? How do I tell webstart where to find this exe? I don't think the following way works.<nativelib href="myexe.jar"/>then Runtime.getRuntime().exec("cmd /cstart theExe.exe");I don't ...
1324 byte By
dbullard at 2007-9-26 1:21:14
When I run my application on the client after deploying a new jar on the server, I get an error.It looks like it loads the jar, verifies it, and then says it is unable to launch the application. Clicking on the "Details" button gives the exception listed below.Trying to run the application a ...
I got an error when I calling a remote machines servlet. I am calling from applet which is downladed by pluggin.can any body tell me what is the reason the applet is not calling this servlet ?what do i do to solve this problem ?Dinesh
I have installed JDK 1.0 (VisualCafePDE) and JDK 1.2, BDK 1.0. In C: I have \Programs\Javasoft\Jre\1.2\ and \1.3\.JRE.EXE is only in VisualCafePDE\Java\Bin\.I have now installed "j2re1_3_1-win-i.exe" the new 1.3.1 Plugin. Ok for plug-in and applets but where is the bridge? In the docs they ...
668 byte By
JMagnus at 2007-9-26 1:23:29
I am making an installer. The installer is packaged in a jar. It creates a jar file that contains the content to be installed and appropriate extractor classes. When I execute the jar using the command line, I can use two different commands:"javaw myJar.jar"OR"java -jar myJar.jar"When I use ...
551 byte By
kimro at 2007-9-26 1:24:03
I compiled a simple fileclass Grades {public static void main(String args[]) {System.out.println("it's not much, but it's a start...");}}after compiling, which seemd to work fine, when I tried to run it I got the following error message:Exception in thread "main" ...
312 byte By
ablakey at 2007-9-26 1:24:25
My applicaton uses log4j to log output using a ConsoleAppender. All works nicely in the standalone version. No output gets logged to the jws console when running under the jws client.Any ideas?As an aside, how do you steal System.err. and redirect it? I thought it was declared final. ...
1554 byte By
pratyay at 2007-9-26 1:27:17
Hi I'm Having problem in lookup while using J2EE and JWS.I'm using Borland AppServer 4.5.I can connect to EJBs deployed in my local m/c but while connecting to remote EJBs I'm having CORBA_OBJECT not Exists error.My JNLP :<?xml version="1.0" encoding="utf-8"?><jnlp spec="0.2 ...
916 byte By
dwainwr at 2007-9-26 1:28:24
Has anyone experienced problems with memory violations under the following circumstances:We have a Java bean packed with the Bean packager supplied with JRE1.3 (Beans.ocx) which saves and retrieves information from a Java application server using RMI. The Bean itself is initialized from a VBA ...
87 byte By
me97msm at 2007-9-26 1:28:58
Hi, Does anybody know what is new with JWS 1.0.1_01?Thanks!
833 byte By
neilr3 at 2007-9-26 1:29:47
Having suffered with this problem for a few hours, and finding here that a lot of other people have too, I thought I'd share my findings...Obviously if you haven't included your main class, or have refererred to it incorrectly in the manifest then this error will occur. However, this was not ...
550 byte By
shayl at 2007-9-26 1:30:33
hi. i have a simple listener:btnRemove.addMouseListener(new MouseAdapter(){public void mousePressed(MouseEvent evt){removeSelectedRow();System.out.println("perss");}});when the method removeSelectedRow() is commented the button (btnRemove) acts "normal", but when this method is active, whenever ...
472 byte By
walpj at 2007-9-26 1:32:24
A user shouldn't have to download the entire JRE to upgrade from 1.3 to 1.4. The following is a request for improvement that calls for some method for incremental updates for the client-side JRE.It could use some votes. http://developer.java.sun.com/developer/bugParade/bugs/4267080.htmlAlso, ...
Is there any way to tell Java Plug-In 1.3.0 to use Root CA Certificates installed in navigator's database in order to verify a RSA signed applet?Thanks in advance.
Hi,I want to install Solaris on my intel machine. I have Windows 2000 running and don't want to lose it. What do I need to do, so Solaris and Windows 2000 can both be installed on my harddrive and I would have a choice to which OS to boot?Thanks in advance.
Ok, please forgive me if I'm being stupid.I saw the question on the JWS Unoffical FAQ but the answer is worded pretty oddly and I'm left a bit confused. ("You can add parameters as follows ... However, WebStart will then bomb badly, " etc) -- I need to pass parameters to my application. They ...
getting a java.util.zip.zipexception : a device attached to the system is not functioning error - what could cause such an error?My program finds all zip files in an archive and then searches through them for xls files, which it extracts and re-locates. I havent even a clue where to look for ...
1836 byte By
jfisher1 at 2007-9-26 1:33:27
I am trying to deploy an application through JavaWebStart and I am accessing 4 other JAR resources.The JNLP file it related resources are all located in the 6.3 directory.However, I am getting the following exception when I try to launch the JNLP:JNLPException[category: Security Error : ...
I have an applet which has a parameter which is dependent on the presence of the Java Plug In.Is there an easy way to put:if (PlugInExists) { <PARAM NAME="Movie" VALUE = "PluginMovie"> }else { <PARAM NAME="Movie" VALUE = "NonPluginMovie"> }in HTML? ...
575 byte By
jschick1 at 2007-9-26 1:36:52
I am pretty new to java and I cant seem to get my jar file to execute when I double click it. It gives an error that reads "Could not find the main class" and I'm not sure where the problem resides. My manifest file reads Main-Class: CalculatorWhich, of course, is my main class. I get the same ...
152 byte By
izhidov at 2007-9-26 1:39:45
I still see the process in memory after I exit the app. Do you think it is a JWS side effect?Platform: W2KCheers,Ivan
106 byte By
izhidov at 2007-9-26 1:39:47
Has anybody heard any news, rumors, jokes etc. on JWS for Mac OS X?Cheers,Ivan
Hi...I have downloaded the jnlp file so many times but still the aplcation is not displayed in the JWS manager console.This my jnlp file : - <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase=" http://2m6:8100/jws/" href="ChatApplication.jnlp"><information> ...
Hi...I have downloaded the jnlp file so many times but still the aplcation is not displayed in the JWS manager console.This my jnlp file : - <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase=" http://2m6:8100/jws/" href="ChatApplication.jnlp"><information> ...
Hi...I have downloaded the jnlp file so many times but still the aplcation is not displayed in the JWS manager console.This my jnlp file : - <?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" codebase=" http://2m6:8100/jws/" href="ChatApplication.jnlp"><information> ...
The label on a button should be Monospaced and BOLD,but it is always the same font (Dialog?) no matterwhich font I have specified. The same program shownas an applet by the browser is correct (shows differentfonts just as I have specified).Plain fonts are shown correctly both by JWS and ...
722 byte By
sangigr at 2007-9-26 1:43:08
Hello,I tried to compile "j2sdk1_3_0-src-sol (Solaris)", but I had the following errors:>>>Recursively making copy-jvm all @ Mon Jul 23 12:07:42 CDT 2001 ...make[2]: Entering directory`/home/ALTEON/j2sdk1_3_0-src-sol/build/solaris/java/copy-jvm'make[2]: *** No rule to make target ...
295 byte By
wingster at 2007-9-26 1:43:18
Downloaded java3d-1_2_1_01-win32-directx-sdk.exeInstallAnywhere didn't show me the JVM selection screen and it didn't install anything. The registry has the JavaSoft SDK 1.3 & runtime 1.3 entries. I am running Windows ME with DirectX 8.0Any idea ?
3146 byte By
dunchis at 2007-9-26 1:43:54
Hi all -I need help. I cannot get my JWS to read my command line arguments. I have read all the other postings on command line arguments and JWS and I've modeled mine after them, but I still cannot get them to work.Here's my jnlp file:<jnlp spec="1.0" ...
After downloading and installing Netscape6, I tried to access a page with an applet. I downloaded the Plugin as directed. I Shut Down the PC, rebooted it, and still Netscape cannot find the Plugin. I have fought this for about a month in different ways. Can anyone tell me what I need to ...
675 byte By
greys at 2007-9-26 1:47:09
hi all I installed javaplugin1.3.1 in my system. and i am using in netscape 4.7 EMBEDED tag to display my applet, but it bowser is showing java plugin is not installed. can i have some suggestions for this why it is happening. My html code is like this:<EMBED ...
838 byte By
joumong at 2007-9-26 1:48:18
Hello.I have been working on this problem for weeks and I am very close to giving up and burn my computer and become Amish. :(It seems like Java plug-in isn't working, none of java applets on websites doesn't work. I have looked into Microsoft website, but noticed that their support for Java ...
282 byte By
roey at 2007-9-26 1:48:27
windows XP is coming. no JVM.does that mean that a simple user would not be able to run a Java application on his PC?end of Java for PC application?what is a solution for that?should we go and look for another job?roey_b@hotmail.com
683 byte By
knoxor at 2007-9-26 1:48:47
Hi,I'm a java developer trying to write some VB code to access a Java API I have written. I am getting this error when I try to call a method on the API.I have included the code below.thanks in advance for any help.-Dim vResult As java_util_VectorDim SearchResult As SearchFile2Dim firstName ...
1952 byte By
Mantri at 2007-9-26 1:49:14
HiWe are working on a JMS client application that is deployed via Webstart. While testing without webstart, the client instantiates a default context (based on -Djms.properties=config/jms_client.properties parameter passed to the JVM) and connects properly to the server. All EJB properties ...
Hi.My client side application that's downloaded via webstartinvokes remote methods residing on a different host.Everything works fine if JNLP file is configured forunlimited access. Is there any way to makethis work without requesting unlimited access?Are there more security levels between ...
Hi All,I was wondering if it would be possible to use Web Start to install the application from a CD, but to look for updates normally (ie over the web)?ThanksMike