Does anyone know where I can download the 64-bit JDK for the Windows Intel platform? I downloaded this a few months ago, but now the download page ( http://java.sun.com/javase/downloads/index.jsp) only seems to have a link for the AMD architecture. Thanks,Gary
1930 byte By
Djaunla at 2007-11-27 4:50:03
Howdy,I have an application that I compiled with jdk1.6.0. When I run it, using JWS, on a computer with jre1.6.0+, it will work fine. However, when I try to run it and launch it using at outdated javaws.exe program in $JAVA_HOME/bin, I get the fun "Unexpected Error" message.I though the JNLP ...
732 byte By
davyka at 2007-11-27 4:50:20
Hey everyone,I have a couple of questions.firstly, I have never made anything good enough, to make into a full application, until now.I have a bookingsheet which inputs/updates and counts data to & from MS Access from my java application.My main question is, how do I make my java ...
Hi. All Here I am tring to Rename Jar file Names once after JWS Downloads at Client Place. But I don't know how to do this. I Searched in so many Blogs and Forums, but i failed to get Solution for this. As when JWS downloads Jars from server, its changes file names (prefixes with "RM" and ...
533 byte By
SmurfZGa at 2007-11-27 4:54:36
I've created a small application that works fine when compiled and ran normally.When I create a jar and run it, the application works mostly fine too, the button (there's a button in it) shows up, but the graphics produced with java.awt.Graphics don't. What's really weird is that this ...
1260 byte By
MrHusa at 2007-11-27 4:54:37
Ok I've made an application it runs fine, but i want to have a JAR so its portable. But I can't get it to work, when i try to make a jar it says "No main arguments" so i create a text.txt containing. "Main-Class: myprojects.HusIP.HusIP"So at the command prompt Program Files\Java\..\..\bin> ...
I'm using Eclipse All in one, which includes Crystal Reports.. I Connected my Java program with Crystal Reports and its working properly. Now my problem is that the Report is not working in JAR files.. It throws some exception as"com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: ...
Hi,While installing JRE (particularly 1.4.2_XX ) in custom mode, second option enables user to support for additional languages.The disk size requirement is 18 MB but after installation i figured out that it takes ~8 MB. As per documentation at ...
We have a Java Applet which is based on Java3D (see also www.sudoku-ball.com). Many users are able to start the game without any problem however several users have reported that the applet start and immediately closes after one second.Is there anyone who has had this problem with their applet ...
259 byte By
luuteria at 2007-11-27 5:04:28
hi,doesn anyone know to read the default browser proxy settings while proxy requires authentication? I would have to set the proxy address together with username and password to a XFire client... and would have to extract them somehow somewhere.
I am using a font in my program which may not be available to my users. I need to distribute the ttf file for the font along with my application JAR. Can anyone please advice where I need to place the ttf file within my application directory in order to be able to load it from within my program ...
921 byte By
awajavaa at 2007-11-27 5:08:09
How do a build a war file with a folder structure? I have code that creates JarEntrys and writes jar files and resource files etc. to the war. When I look at the war that gets created using winzip the path names for all the entries are correct and everything appears correct. When I try to ...
Hello guys!I'm making an application with java web start.I need to read and writte a xml file, located in the same machine that i have the jar files and jnlp file (file located at the server, not in the client machine).When i tried to do a FileOpen, i catch an error "file open denied", and the ...
I have a Web Start application that requires a jar that is within a secure area on our server. In order to retrieve the jar, the url to get that jar includes an authenticated session id. For example, the relevant element in my jnlp looks like:<jar ...
Using a network-traffic-sniffing tool, I noticed that one of my jar files was being downloaded redundantly when using JRE 1.6. When investigating the issue, I found that the SwingSet demo on Sun's Web Start demo page ( http://java.sun.com/products/javawebstart/demos.html) exhibits the same ...
197 byte By
kumahaa at 2007-11-27 5:28:13
Hi,At what location jars files are downloaded on client machine using Java Web Start? Are they converted to some other form, if yes what is way of locating these downloaded jar files?
I've tried searching the forums for a fix but have not found one. I want users to be able to save/open my self-extracting jar.I've downloaded other jar files on the internet with IE and it saves as a jar sometimes and as a zip other times. Why does this happen?
542 byte By
kumahaa at 2007-11-27 5:33:11
#1. StartMenu/Desktop are created only when <"offline-allowed>" is specified in JNLP file. Is that required behaviour or bug ? Without specifying it, startMenu/Desktop icon does not create.#2. After Start Menu is created with <"offline-allowed>" specified. Application launched from ...
572 byte By
kumahaa at 2007-11-27 5:33:13
I have an application running on Window Server. When i tried to run this application from another window server, it works fine. Applications files (jar files etc )are downloaded and behaviour was OK. when i tried to launch same application(running on another window server) from linux, i get ...
I want a better (more information feedback) way of launching JWS* based apps. from web pages.This example tests for the problems that would be encountered if using sockets (from the JWS app. back to the applet) for that reporting. http://www.physci.org/test/kk/applet.html* The technique should ...
908 byte By
JMousea at 2007-11-27 5:35:21
Hello,I have troubles creating an executable jar file and I ran out of ideas how to solve it so I would appreciate some help.I have created a jar file with the export function in eclipsethe Manifest.MF file contains:Manifest-Version: 1.0Main-Class: view.AppTennisViewI tried starting the file ...
I have a problem whereby if I open my jar file from the start menu, it fails to find the xml file I want it to read that is in the same directory. But if I open the folder they are both in, then open teh jar it works fine. Is there any way I can find the location of the jar file, ie ...
593 byte By
Nyksa at 2007-11-27 5:38:02
Hi!Since yesterday I try to download the Java SE 6 from http://java.sun.com/javase/downloads/index.jsp... several times, without success.I only get[quote]Notice: We're Offline for System UpgradesOur site is currently offline for maintenance. We ask that you please try again later. Be assured ...
902 byte By
forgeuka at 2007-11-27 5:41:41
I'm still a bit new to all this, so just want to clear a few things up.I'm currently trying to publish an application using Web start, so i know I have to sign all the JARs, as it needs to do some writing to the hard drive.1. I have my main JAR file, and then two "third party" JAR files in ...
Hi all.I wish to see logging infomation from the client side when using java web start technologie (java1.6 version).Please help.Thak's
3200 byte By
LucKy-a at 2007-11-27 5:45:45
Hi everyone,i hope, anyone can help me out here.I try do deploy an application via JWS. I have to include sqljdbc and keep to get java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriverMy App-structure:root .classpath .fatjar .project MANIFEST.MFroot/main ...
I am developing a java applet based game portal but the problem is that the applet will not run till the JRE is installed on the client machine.I don't want the user to manually download and then install JRE.Is there any mechanism through which i can detect that whether the required version of ...
How can we invoke VBA code present in the .xla file in javaMessage was edited by: jamlakhan
2493 byte By
Eric11a at 2007-11-27 5:50:43
The standard technique for detecting the jre version is to embed a small java applet in your web page, and then you query the applet to get the jre version/vendor. This has worked for both Internet Explorer and other browsers.The only problem I have with this approach is that you have to wait ...
I want to add all the configure files and other jars, which my program uses, into one jar. How can I do that?Thanks
840 byte By
ypyeana at 2007-11-27 5:51:07
Hello , allI have a problem in JWS with file association and main-class. I have a java application that has two entry classes, one is appmain.class that is required to launch from web, and the other is player.class that is required to launch when user double-click the .abc extension file.In JWS ...
Please Do Tell.How do I get Web Start starting and operating in Vista ?Thank You Very MuchSurvivor468
1485 byte By
Forgeuka at 2007-11-27 5:52:35
I'll get the hang of this soon :-)I'm trying to deploy an application that uses the FreeTTS Text to speech. I'm using Netbeans IDE. The program runs fine locally, but when I run it via Web Start, it closes with an exception at the point it initialises the FreeTTS, so I guess I'm missing a ...
Hi,I am trying to access Leadtools (native DLLs graphics library) in a web start application. It works fine under Windows 2000. However under Windows XP I get an error message with the error code R6034 for the library named msvcr80.dll which means that there is something wrong with the windows ...
873 byte By
kumahaa at 2007-11-27 5:56:32
Hi,I am moving my client application to run through JWS. In order to run client application, i need to download files other then jars like xml, some bin files etc. My JNLP file is something like following.<security> <all-permissions/> </security> <resources><j2se ...
I made a change to my JNLP file the other day. Suddenly our helpdesk receives a lot of calls from clients saying that our application won't start. After a mild panic it turned out that people are putting a copy of the desktop shortcut into the quick launch bar, or renaming the desktop icon. ...
I have a problem in compiling the jsp files as well as servlets?I don't know y this occurs.Let me list down the software installed in my system.I have JRE,JRE1.4.2,JRE1.4.2_08J2SDK1.4.2_08 and J2ee1.4I want to upgrade my software to J2EE SDK 5.I want to know whether we need to upgrade JDK and ...
2998 byte By
Raj-ka at 2007-11-27 6:08:10
Hi All,We are using an web application with weblogic server and webstart. We are currently trying to convert the application from T3 to T3s protocol. For this we require the license.bea file to be set in the client side class path. When i place this license.bea in the download directory of the ...
138 byte By
JonBa at 2007-11-27 6:08:12
Is there a limit to the size of file that can be stored in a JAR file or is the limit dictated by the underlying file system limit?
My question is relative simple -- is there a way to specify or request a 64 bit JVM where one is available in a JNLP file?From the command line it would be something like java -d64 ... Is there an equivalent JNLP resource tag?Apologies if this is a FAQ -- I've done a fair bit of web searching ...
Our certificate to sign our JWS deployed jars is about to expire so we signed them with a new cert and in development when we re-deploy with the new jars the JWS client throws exceptions. But if you launch it again it will work, but ONLY from the web browser the desktop shortcut link will stay ...
My group supports a Java application which we'd like to add "auto-update" functionality to. We have a rough implementation now where we place a version text file on our web server and the software compares this with its own version to determine if an update is available. Then, if the user ...
304 byte By
mushenoa at 2007-11-27 6:11:09
Does anyone know of a site that will host the JNLP XML files required to allow for me to publish a Java Web Start Swing app?I have been using www.geocities.com, but cant seem to get it to work.ThanksToddPS: Please send me mail at todd_musheno@yahoo.com as well as ...
hello..I got a problem that i can't solve.Currently, i am making a login file that using database to compare the username and password. when i am creating the JAR, i don't know how to attach or reference the database to the JAR and how to connect jdbc to the JAR...here is the rar of my ...
Hi Community!First i磛e got a little question, if i understood it right:If i write into an JNLP-File this <resources os="Windows"><nativelib href="lib/jtwain.dll.jar"/> </resources>Then Java should copy the DLL into the Windows System32 Directory! Or is this wrong?My second ...
478 byte By
rdevaa at 2007-11-27 6:21:23
When installing i get the following error message:Extracting...../Desktop/jdk-6u1-linux-amd64.bin: line 342: ./install.sfx.4480: cannot execute binary fileFailed to extract the files. Please refer to the Troubleshooting section ofthe Installation Instructions on the download page for more ...
461 byte By
mummya at 2007-11-27 6:22:51
I have a jar file that i want anyone run it.The problem is that the code makes a connection to a database (mysql) to my computer.How anyone can connect to my databse in my computer from another pc without the user have to had the java \ mysql connect or hte mysql.Only the java.I try with a jnlp ...
391 byte By
x1114a at 2007-11-27 6:29:23
Hi, I am using netbeans 5.5 to develop some GUI application.I need to deploy it to some machine that may not have jdk installed at all. i.e can someone run my application w/o install jdk or jre specifically?I have myapp.jar built in dist/ folder. the readme said it will include all jar to ...
Hi, we have an application deployed using JWS, with Java version 5 to load time is just fine. but as our app clients are moving to Java 6 we are seeing long start up times. We are using pack200 and jars are signed, off line is not allowed and certificate is a java generated certificate. there ...
2432 byte By
kkaala at 2007-11-27 6:34:13
Hi,I deploy my progam in a JAR file. But this program does not find the libs which are in the same directory.Directory structure:D:\jartest\SFSynchronizer.jarD:\jartest\axis.jar... other libsI call my main class with:D:\jartest>java -cp d:\jartest\axis.jar -jar SFSynchronizer.jarWith -cp or ...