242 byte By
Baskia at 2007-11-26 16:34:41
How do I just display message when JRE 1.5 is not found on desktop by specifying the url in j2se version tag..I don't want to download JRE from external site..<j2se version="1.5" href="intranet.domain.com/1.5-NOT-Found"/>
125 byte By
siyaroa at 2007-11-26 16:35:09
this error occured when i tried to install football manager 2007 on my computer. what should i do now? please help me!
I was just doing a few quick checks based on the previous thread by Baski (sorry, I haveno new/interesting information to offer on thatspecific question), and noticed a disturbing thing.Here is a series of three images (total<100Kb) that demonstrate the experiencethe user sees if they have ...
Hi,I have been using JWS since JRE 1.3. We have a servlet running and up until now I just had to increment the "version" for a respective Jar file and JWS would download that jar nicely.I moved to JRE 1.6 this week and for some reason (using the same back end) it seems like JWS launches and ...
137 byte By
BINGIa at 2007-11-26 16:39:03
I have an application which needs to convert from JApplet to JFrame....Please let me know what are the steps need to take for this
Hi guys,Itried sendind a jar file from my webserver with d ffg snippetif(url != ""){try{File app = new File(url);FileInputStream fileInputStream = new FileInputStream(app);response.setContentType("application/octet-stream");response.setHeader("Content-Disposition","Attachment");int i;while ...
HI all, I am having 2 machine(machine 1 and machine 2). machine 1 is acting as client, I want to install a package on machine 2 through machine 1. Is it possible in java. If yes how?Is RMI can be the solution.
378 byte By
jvma at 2007-11-26 16:42:42
Hello,I am really in big trouble. I want to detect the architecture so that I can load the correct library. When I am running from the command line the architecture is detected properly but in webstart it always return x86 even though I am running from amd64 or ia64.I hope someone can help. Or, ...
i am a final year student doing my masters, i planned to do a project on agents technology in java, but i am unable to dig out the informations, pls help me to develop agents in java, if u have resources pls mail to this address, davidsnt@yahoo.com.
338 byte By
eboyda at 2007-11-26 16:44:09
I have found that Google web accelerator interferes with the downloading of jnlp applications using Java 1.5+. I have worked around this by changing the network settings in the Java Control Panel to Direct connection instead of the default Use Browser settings.Does anyone know if Sun and/or ...
197 byte By
daPaula at 2007-11-26 16:45:13
I am in the process of patching my Solaris 8 systems for the new DST setting. Sun web site says that J2SE1.3.1_18 and later is compliant. But is 1.3.1_b24 compliant?Thanks.Paul
hellow sir,iam sridhar.I have some technical problem.I started Bea Weblogic version 8.0,Apache Tomcat version 5.0 success fully.But when iam giving url like" http://localhost:8080/manager/html" for tomcat, and url like " http://localhost:7001/console" for weblogic iam not getting servers home ...
Hi AllI am writing a batch file to run a packaged JAR file, What do I need to run a JAR file in a separate or different PC other than my development-PC? Thank you in advanceJotnarta
Hello,I have noticed the CAB file doesnt exist for JRE 6.0. Thats very bad because our applets uses some 1.6 technologies and our clients do not want to install Java from EXE installers... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/autodl-files.htmlDo you know why Sun ...
In my jnlp file all jars are with "lazy" tag, and everything works fine, but when I execute this line of code:javax.print.PrintService[] result = PrintServiceLookup.lookupPrintServices( null, null );all of the jar are downloaded.I've opened the bug request n: 830151 (but this is only an ...
Our java version is 1.4.2_04-b04. We installed the DST OS patches 109809-04 and 108993-54. We also installed the tzupdater-1_0_0.zip.When we tested the starting DST, the system time jumped from 1:59 AM to 3 AM on March 11. This is correct.But for the ending DST testing, the system time did not ...
i m trying to make a jar file for my package named as mainPanelbut when i run the gcs.jar file it gives following error " failed to load mainclass menifest attribute from e:/gcs/mainPanel/gcs.jar"could you please explain me the procedure through an example for making a jar file for a package ...
1279 byte By
wahiduna at 2007-11-26 17:01:09
I am trying to get an idea on JNLP by running locally from folder before I start using it with web server. Therefore its a new-bie question. I have a jar file in "netbeansProjectFolder/dist" folder along with library folders. I created a jnlp file in netbeansProjectFolder. The file contains the ...
Hello, I tried to install JDK Version 5.0 onto my computer today which runs on a Windows 98 OS and I got a message saying "Java 2 Platform Standard Edition Development Kit 5.0 Update 11 cannot be installed on your computer because current account does not have sufficient privileges." Does ...
I have a scenario as given below.I have a Central Server hosting a web application(JSPs, jars) in Jetty 6.0.0. I have many branch servers having Jetty 6.0.0 installed and the web application deployed. Now, I want to update the web application on all my branch servers whenever a modification is ...
Hello,I give here a part of my code:boolean stillrunning = true;Process p =null;while (stillrunning){try {p=Runtime.getRuntime().exec(javawsPath + "javaws " + portalURL_);} catch (Exception ext) { printException(ext);} try{int g = p.exitValue();stillrunning = false;} ...
1421 byte By
amcolomba at 2007-11-26 17:07:01
When running my webstart application I get the following exception:Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission jboss.messaging.callback.bind.port read)at java.security.AccessControlContext.checkPermission(Unknown Source)at ...
I couldn't find a forum that this was really well suited for, so I thought I'd try here....I am producing a java software product and my installer currently bundles the 1.5 JRE with my software and installs it. However, to meet some performance requirements, I'm finding that I need to use ...
315 byte By
gibboa at 2007-11-26 17:07:56
Any idea when Sun is going to be releasing the JRE 6.0 on www.java.com and via the JNLP auto update mechanism? ( http://java.sun.com/products/autodl/j2se)I'm deploying a JWS app which relies on JRE 6.0 features such as GroupLayout etc. , plus JWS 6.0 looks so much slicker than the previous ...
2032 byte By
Szymika at 2007-11-26 17:11:19
Hi!I have big problem with Java Web Start.I have to deploy application, with small starter which invokes main application with osgi support.I have a section for downloading jars (bundles)<jar href="plugins/com.szymik.plugin1.jar" /><jar href="plugins/com.szymik.plugin2.jar" />...and ...
I want to show a image on JLabel and then I deploy my project into a jar file.I use my code like this:ImageIcon icon = new ImageIcon("C:/Documents and Settings/ram/Desktop/jeu de Nim/res/match.JPG");setIcon(icon);or like this ;ImageIcon icon = new ImageIcon("match.JPG");setIcon(icon);However,It ...
Hi everyone,Do anyone know how to configure java web start (custom) settings for a java ee client module. How can i provide a custom jnlp file to be use by sun AS 9 to deploy my java ee application client.Using : java web start 1.6thk for any reply.
Hi I am getting a error while downloading application from java webstartI am using Apache 2.2 http server running on port 80 In that in htdocs folder I have placed my jnlp file and my jar fileMy jnlp file is like this .All file are in the folder htdocs/products/<jnlp spec="1.0+" ...
While running the application from java webstart i am getting this errorMissing version field in response from server when accessing resource: ( http://localhost:8080/test/log.jar, 4.5)My jnlp file is like this<?xml version="1.0" encoding="UTF-8"?><jnlp spec="1.0+" ...
258 byte By
ajveda at 2007-11-26 17:21:14
A JarEntry class should include the method to return the URL of the resource packaged in the jar. This way, if we would like to load the resource in the jar file, we can do so dynamically.This will be very useful for custom classloaders.
5361 byte By
Naik1983a at 2007-11-26 17:22:44
I recently upgraded the Websphere App server version to V5.1.1 Cumulative Fix 13 (latest). The site was working fine before with the older version without any exceptions/site breaking, but after upgrading the Application server i am encountering the following exceptions in the SystemOut.log. ...
hi i want to upgrade new java
Hi all,I have uploaded image in my web start application and now i want to send that image to my servlet. I have created URL connection and using output stream i am able to send data in String as well as numeric format but i have to send image also.please help.thanks in ...
Can Web Start invoke earlier installed versions of theJRE on a client machine, without invoking a download?I ask because I have tried to so, unsuccessfully,using the versions attribute of the j2se element.In the usenet thread 'Jar test, with 1.4 VM?',Usenet Message ID: ...
I have an application (unsigned) that saves progress to a file chosen by the user using the FileSaveService.I store this location (specifically location.getName()) using the PreferencesService so that the most recently saved file can offered at startup of the next session.I therefore have to ...
HelloI have developed an application in java using netbeans. I have created a jar file of my application. Now for deployment of my application on other user machines, i need to somehow package the entire jdk along with my application. The condition put on me is that this whole package size ...
how to create batch file for windows application ?I hava 2 jar files 1) b.jar (not have main class) 2) a.jar (have main class and dependent on b.jar)so how i call main class of a.jar?
111 byte By
mtricksa at 2007-11-26 17:30:50
i cannot load my jsp page . i have uploaded it to the correct path. but it coninuissly showing error 404
383 byte By
haretua at 2007-11-26 17:32:35
Hello, Please help this:I use <argument> tag to transfer some parameters to JWS application. I also use <associatio> tag to associate a specila file(such as .zzz) to JNLP. But when I doulbe click .zzz file, my application only get "-open" and file path as argument, those parameters ...
Hello, there:I have created a Swing application and created a signed jar file and uploaded it to my site. The signed jar includes class packages, and a folder of binary files which are the datasource for my application.jws downloads this signed executable jar, it'll automatically run it, but ...
757 byte By
Schippea at 2007-11-26 17:37:54
Hello,I want JWS to prompt the user for updates when such updates are available. So I added <update check="timeout" policy="prompt-update">.As the result JWS is always prompting for updates if it is online. Regardless wether the application files have really been updated or not.I磎 using ...
HelloFirst of all, excuse my poor english.In my website I have a problem with an applet. This applet is used to select files from the client computer.My JRE version is 1.5.0_10 Java HotSpot(TM) Client VMThe browser is IE 7The OS is WinXP SP2First time the page is loaded works fine, but when the ...
1540 byte By
Castanona at 2007-11-26 17:39:46
I have posted before a topic related to this matter, although now I have a lot more information about what is going on (although still no fix for it). This is the link to the earlier post, containing JVM HOTSPOT ...
I have a "Java 2 Runtime Environment, SE v1 4.2 _12" on my PC.When I run "Sun Java SE Platform TZupdater Tool"java -jar tzupdater.jar -t -vIt says /data/tzdata2007a.test:365: test failed: Canada/Pacific/data/tzdata2007a.test:366: test failed: Canada/Pacific/data/tzdata2007a.test:369: test ...
I have developed a swing application and run from Java Web Start. When my application read the data from database and export into XML file, it works fine if the data amount is less than 5000 KB. But the program stop working if the data amount is larger than 5000 KB. Then I run the application ...
Dear java experts,I am trying to hack some of my own code into a file upload applet I got off Sourceforge. I know two things so far... my code works when it's in my separate test applet and the ZUpload applet works before I modify it.I have put my code into ZUpload and it compiles ok. I have ...
760 byte By
subramka at 2007-11-26 17:41:50
We are currently using We are using JDK 5.0 update 6.Going through articles on upgrade required for JAVA for the2007 DST rules I am confused.As per the article below http://java.sun.com/developer/technicalArticles/Intl/USDST/ J2SE 5.0 Update 6 is fine and will handle the 2007 DST changes.However ...
hii have developed an application in java using netbeans that uses javax.comm package. In order to use this package I need to put 3 file: win32com.dll, comm.jar and javax.comm.properties in appropriate folders in jdk and jre. Now I want to deploy my application. How can I include these three ...
Hi everyone,we are using thick-client Applications which are downloaded at our JBoss apps servers. This has been working perfectly until late. But in order to prevent our company to stand still on server blackouts or network break downs, I had to develop a backup application which can run ...
I have a program written in Java that is in use by many customers. One customer is receiving the following error when installing my program. Does anyone know what would cause this?"Module [Path]\JavaWebStart.dll failed to register. HRESULT-2147220991. Contact your support