1511 byte By
Mavrcka at 2007-10-3 5:39:28
Ok, I need just above layman's terms for a solution, just to set the stage.I have a Web based Time Card Application that requires nothing higher than 1.3.1_02. I have a third party app that requires nothing lower than 1.5_07. I have no control over the programming of either.How can I lock IE ...
how to configute apache web server so that java webstart wil be start working.
1341 byte By
Sikhaa at 2007-10-3 5:45:53
I want to run blender from the menubar of a different java based application. I have created a menu "blender" and its menuitem '"Run" . When i click "run" menuitem blender should run from that application.I have createdthe menu "Blender" and its menuitem "Run"in a xml file. In a different ...
348 byte By
gulura at 2007-10-3 5:46:48
I need to Run a java class using Runtime class.But i could not..., code i'm using is below . The class i need to run is a.classRuntime runtime=Runtime.getRuntime();Process proc=runtime.exec("java F:\\abc\\d\\a);also used Process proc=runtime.exec("java abc.d.a);where both are not working ,plz ...
In the current college class I am in, it requires us to use coursecompass.com as a way to take tests/quizzes and JRE is one of the required DL's to view the content on this site. I used their installation wizzard which walked me through all the necessary plug-ins needed to use the website. ...
Hi,since I upgraded to 1.5.0_08 I have a strange behaviour in my web-application:while a thread of one applet is still in progress, other applets on other pages do not get initiated. JUst after the thread finished, they start normally.Any idea?
Hi folks,I'm testing running Java apps through a web proxy (Squid) that's using NTLM authentication. However, I seem to be having problems getting any apps to run over https. For some reason, the JRE just keeps prompting for authentication -- even after a correct username and pw is entered. ...
Please see this thread http://www.windowsbbs.com/showthread.php?t=57661You can see there is much confusion and conflicting information on various Sun.com sites.jucheck.exe says I have the latest version--version 1.5.0_06. And http://www.java.com/en/download/manual.jsp offers Update 6.But ...
I can no longer run any loops from weather sites. Have uninstalled and installed with no results. JVM is working. When i run a test it says it cannot see java applets. Need help. Java website is of no help. Thank you
3823 byte By
jayffica at 2007-10-3 5:56:34
Hi, ok, I'm desperate so any help is greatly appreciated. I have an old applet that runs under 1.1 jre and we're getting new applets that run under 1.4+. Whelp, when we install anything other version, the 1.1 version stops working. I've tried everything I can think of, read everything and ...
658 byte By
ike2000a at 2007-10-3 5:58:17
Hello,Got a problem with JRE in my work place. Some nuthead has gone and installed JRE 1.4.0 on 5 Windows Server 2003 OS's. Nowthen, he has asked me to uninstall it but when I go to the Windows Control Panel and then Add/Remove programs I see "JRE" but there is no "Remove button" - in fact ...
388 byte By
vamshipa at 2007-10-3 5:59:08
hii want to edit manifest.mf file because it is not taking classpath , when i try to run a jar file by command java -jar x.jar .when i unzip jar file and modify class-path variable in manifest file of jar file and again create jar file, i could see only two line of header part, other content is ...
Is it safe to uninstall all java programs on windows xp and then reinstalling to try correct viewing problems?
Hi,We have an web application that does a whole heap of transactions. When we run the application now after upgrading to J2SE 1.5 we get a popup message saying "Press start to begin a transaction", this happens 30-40 times in a row, from what I can tell it does it for each transaction.Is there ...
Hello,I am having a strange behaviour of the JVM: After some hours (18) of nice work, the Garbage Collection uses 100% of the resources, even if the amount of free memory is still 800M.(see log, also verified with freemem()) "-XX:+UseParallelGC" provides similar results. It seams, that the JVM ...
I have J2SE runtime environment 5.0 update 2 and 7 (do i need them both?)I'm in the process of trying to optimize my computer and trying to delete things I don't need and I want to make sure I can delete the old update for the new one.Danke.
769 byte By
zhengyya at 2007-10-3 6:06:42
hello everyone!I installed jdk 5.0 update 7 under linux. I want to runjava -jar file.jarbut there is the information as following:Warning: -jar not understood. Ignoring.Exception in thread "main" java.lang.NoClassDefFoundError: ...java.GUI.jarat gnu.gcj.runtime.FirstThread.run() ...
Hello,I need to setup a heapsize parameter on my AIX machine for a java process. is the option for the maxlike -mxor -Xmxand what is the difference
I removed my java runtime from my computer tonight. when I reinstalled I got an error message that said "[error applying transformers. Varify that specified Tranform paths are valid" Also on my desktop I have 3 runtime "icons'What do I do? Can I manually uninstall my java? If so how and please ...
302 byte By
moggaa at 2007-10-3 6:15:40
hey guys,Is there a way to enable dual core processing within java? I have got my hands on a dual core system and find that cpu intensive tasks use a maximum of 50% (im assuming its only using 1 processor). Is there a way to enable it to use both at the same time?Thanks in ...
Hi All.We have a web based image management system that uses the Java Runtime Environment to display menu applets etc. It works fine on most of our computers, but on 2, we have problems. One of these runs Windows 2000, one XP pro. Both have Java Platform 2 SE, V1.5 (latest version, no more ...
I could not find a mention of this in the forums or the bug database.I have noticed for a few months now...going back to at least the update from Update 6 to Update 7:The automatic update function does not work. Going to the Java control panel applet, it reports version 1.5.0 (build ...
Which version of JDK and JRE supports 64bit? In windows OS, using java whether it is possible to convert a 32 bit file into 64 bit file?
how can i would get all the processes which are running under Java Runtime Environment (JRE).can any body help me out?
557 byte By
ram_83a at 2007-10-3 6:33:22
i used jdk1.3 with xalan parser in linux to compile my xsl file into java translate but now i use jdk1.4.2 now it shows somany errors. i konw the reason that jdk1.4 uses old xalan.jar which is bundled with Jdk1.4.to avoid using old jar. i need to use endorsed standards Mechanism .but i could ...
I'm not sure if this is the correct area to post this...so please direct me where I need to be if it isn't. I have a toshiba laptop. I have windows XP professional and service pack 2. Around August or september, after an automatic update, my pics on some applets became blurry. I'm not a ...
573 byte By
VicBina at 2007-10-3 6:36:01
I have created a simple console application using JDK 1.6.0, for eg. :public class Welcome{public static void main(String[] args){System.out.println("Welcome to Java World");}}I have executed it using both DOS mode and J Creator. Its works well but when I uninstall the JDK and not JRE and tries ...
1175 byte By
jskohuta at 2007-10-3 6:36:03
Hello,Trying to understand the impact of the following article on Sun site: http://java.sun.com/developer/technicalArticles/Intl/USDST/I have a few questions:Does anyone know if Sun (or someone else) has developed a tool to scan Harddisk (Windows) for all java.exe installations and to provide ...
hiI am using Jdk 1.5.8. I don抰 have any problem in compiling the files.but i could not able to run the program through windows cmd prompt.Say name of the java file is newFile (no packages).When i try to run the program by using java newFile it raises a ClassNotFoundException.it s the same case ...
284 byte By
Chaffeya at 2007-10-3 6:40:49
Hi,I recently upgraded to JRE 1.5.0.60, and since then my computer will not run executable JAR files. When I try to run one, that was running perfectly for years before I upgraded, XP asks me to choose which program I want to use to open the file!Any suggestions?
840 byte By
scottyma at 2007-10-3 6:47:53
I followed the instructions to install the JRE on for linux with the rpm.bin file format and am getting the following message:Extracting...UnZipSFX 5.42 of 14 January 2001, by Info-ZIP (Zip-Bugs@lists.wku.edu).replace jre-1_5_0_09-linux-i586.rpm? [y]es, [n]o, [A]ll, [N]one, [r]ename: y ...
1096 byte By
mlemaya at 2007-10-3 6:52:41
I just installed JRE 1.5.0_06 and noticed a problem with my portal application. We run software called NRX which frontends our SAP Plant Maintenance system. We have 4 portals, 3 test and 1 production. When I had a prior version of Java, I was able to open IE and switch between portals with no ...
Daniel, we have Forums!!!
HiI have some problem with sys time in JRE:On server in Romania (Win 2000 Eng, TimeZone Bucharest GMT+2)The local time that I see near tray is properly ! But All Java applications have logs with time put forward by one hour ! Lets say that now is 12 o'clock but in application we see 13 ...
hi, i am troubled by java as when i enter website like dbs.com or starhub utilities.com, the internet window just close and bring me back to windows. may i and is there any setting to aid the matter?
Hi!!!I can't increase de memory in the properties of the JRE control panel...If I set the -Xmx parameter to 512 it works fine, but if I increase it to 1024 it crashes... I can磘 open the window in which the applet is running, when I try to do that the page closes...My OS is Windows 2000 and the ...
I have a small test program that calculates prime number over a given range with a given number of threads. To date this has worked well in testing relative CPU performance but I find I am having a problem with both Red Hat 4 ES and SLES 10.I have a 4 core (2 socket) AMD 64 bit server. When I ...
hi,i recently decided to using jre1.5.0_9-b01 and wondered why my application that has originally been developed with 1.4.2_12 doesn't support the cp850 encoding anymore.so i browsed the docs at: http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.htmland found out that beside others ...
hi,I have got both jre1.4.1 and jre1.5.0_07 installed on y machine. But i need different version of jre to access two different applications.How can i switch between jdk versions.
97 byte By
venky42a at 2007-10-3 7:04:31
how to import user defined packages in java clearly tell me about imoprt statements
Good Morning,I am currently working on the SAP J2EE Engine and SAP is stating that the MaxPermSize in the JVM parameters is not part of the heap size configuration with -Xmx. They state that the total heap size is the Perminant Generation size + the -Xms/Xmx size. This is from one of SAP's ...
994 byte By
Rontusa at 2007-10-3 7:06:26
Hi,I'm stuck in a situation where I need a heap size larger than 3GB for an application.I used a little piece of C code to prove that the maximum address space per process is larger than 3GB on the system. It reach over 8GB. With the same method in java I couldn't do a single process larger ...
415 byte By
se27869a at 2007-10-3 7:14:12
After upgarding to Vista RC2 I can no longer run some java aplets on my machine, I tried JRE 1.4, 1.5 and 1.6 still doesn't work. I am using Hotlink JWT applet to connect to my company's terminal Server whcih used to work on RC1.Also, try this link http://www.kwas.ca/chat.htm, the java aplet ...
Hi -Does anyone know the estimated official release date of JRE 6 which is currently in beta 2 stage?Thanks!
The page doesn't come up and gives me this error. It doesn't work in both IE and fireforx. I have the latest jre. Any help would be hightly appreciated. Thanks.Console Printout:Java Plug-in 1.5.0_06Using JRE version 1.5.0_06 Java HotSpot(TM) Client VMUser home directory = C:\Documents and ...
How to execute an external file , where the file name of the external file is in unicode character. (i,e, may be in Chinese character).
Can someone please help me, i am trying to load up a private game server and this came up, before it was working fine. Every other forum i look at it says that 'javac' or 'jar' isn't working, it never has a forum for 'java'. Please can someone come up with an answer.
582 byte By
venky42a at 2007-10-3 7:18:20
hi plz clear my doubti have defined two classes addition,subtraction classes in package suppose say packi have written main class like following import pack.*;class Use{p.s.vm(string args[])throws Exception{ Addition add= new Addition(); Subtraction sub=new Subtraction();}error >because of ...
Hi, in my list of programs, I have the following:J2SE Runtime Environment 5.0, 97MBJ2SE Runtime Environment 5.0 Update 6, 119 MBJ2SE Runtime Environment 5.0 Update 8, 119 MBDo I need all of these taking up space or can I delete a couple without losing the working program?Thanks in advance for ...
1354 byte By
Treblya at 2007-10-3 7:24:07
Hello,In some conditions, systematically, JAVA application running with JRE, any click (not only into a JRE window application) generates a complete refresh of the JRE window application even visible in background.This refresh can take a long time (near 0,5s or more) on complex applications ...