466 byte By
Sulemana at 2007-11-26 14:28:56
Hi ,I have a hava class which runs fine on windows .It refers to file on windows as SYSTEMVARIABLE\Y.TXTthis SYSTEMVARIABLE exist in windows and ulinuxso in windows i have somthing likeSYSTEMVARIABLE=c:\projectandon linuxSYSTEMVARIABLE=\root\projecthow do i make this class to run on both ...
310 byte By
Gulshana at 2007-11-26 14:29:35
Hi Guys,We ran into this bug fix whie trying to evaluate our software on Vista and found that the fix is avaulable in 1.5.0u11. Can anyone tell me where/when I can download 1.5.0_11? Here is the bug ...
232 byte By
melih69a at 2007-11-26 14:30:32
Well when i go to install this i get this error http://img187.imageshack.us/img187/1951/untitledan4.jpg[/IMG]Any idea how to fix it? This is really important as i cant install java and i really need it for school
Hi I am trying to load a dynamic library through java 1.4.2_12. It results in a hotspot error.I am able to do a ldd on the library successfully .The java.library.path variable contains the LD_LIBRARY_PATH values in it so it is not an environment issue.Has anyone else faced similar issues? I am ...
JAVA_HOME = C:\JBuilder9\jdk1.4Path = C:\oracle\product\10.1.0\Db_1\bin;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin\client;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;.;C:\oracle1\product\10.1.0\Db_3\jdbc\lib\classes12.zipWhen I run ...
827 byte By
bopea at 2007-11-26 14:42:47
I want to install a Java 1.6 (non-web) application on a systems which not necessarily have Java 1.6 installed. (I have no right to install or uninstall anything on that system)On Windows systems I have successfully just copied the entire jre1.6.0 catalogue onto the system and referred to the ...
We have recently upgraded from 1.4.2.06 to 1.5.0.10 on our local network. And we now just discovered an application that is hardcoded towards 1.4.2.06 it seems, and the programmers company says that too.Is it any way to force 1.4.2.06 as the default for use in browser for those machines?We are ...
Hi ppl .is thre any fix for jre 1.1.8 for dst ?kindly replyany help will be appreciatedregards
1163 byte By
v2kea204a at 2007-11-26 14:51:22
Hello friendsWe are in the process of upgrading our JVM to suport the latest DST changes that are going to be effective in Matrch 07.I understand how and where Java keeps the DST information but a question came up in the discussions that why does Java not rely on the OS for the DST ...
1451 byte By
coryb891a at 2007-11-26 14:52:21
I am working on a program which works with very large amounts of data. Each job that is processed requires the program to read through as many as several hundred files, each of which has tens of thousands of values. The result of the operation is to take the data values in these files, ...
347 byte By
yinhuana at 2007-11-26 14:53:23
I have a shutdown hook added to perform some jobs before terminate JVM. it's working fine when I run the application in the console - Ctrl-C will call my shutdown thread. However, when I stop the application using the Windows Service I created for my application, the shutdown thread is not ...
1047 byte By
sunny06a at 2007-11-26 14:54:34
Hi,We are looking at introducing JDK's - 1.3.1_19, 1.4.2_13, 1.5.0_10 in our development environment to support the latest Daylight Savings Time (DST) changes. Have some questions on this.1. I came across this bug report for JDK - 1.3.1_19, the comments posted in the bug seem to indicate that ...
780 byte By
jon1945a at 2007-11-26 14:58:45
I'm on my umpteenth attempt at installing this prog, using both the online or offline installers. I've tried all the solutions offered earlier - including uninstalling this and all earlier versions, scrubbing the registry of any mention of "sun" and "java" (followed by reboot), manually ...
8666 byte By
pir8ped8a at 2007-11-26 14:58:48
I am plagued by these crashes - can someone suggest how I might go about finding the cause of this?Thanks,John## An unexpected error has been detected by Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77f8f281, pid=1856, tid=1260## Java VM: Java HotSpot(TM) Client ...
At our company we have many installations of JRE. On one machine we may have both DST compliant versions and non-DST compliant versions (don't ask - we could never consolidate JRE's to one version due to many different 3rd party apps we use and our developers use). I have created a script to ...
200 byte By
Anna78a at 2007-11-26 15:02:23
Is it enougth just to switch to 1.4.2_11 SDK in order to support day ligth saving for the existing application that was compiled with JDK1.4.2_10?What is Named Timezone login within JVM?
I have upgraded to JRE 1.6.0. When go into a website with a java application, the java system icon appears. ok. fine. however, when i exited the browser, the java system icon dos not close, exit, or disappears. Worse is number of the java system icons increases, every time i go into any website ...
Hello..I have developed an swing application using "netBeans with JDK 1.6".I am facing a problem very commonly.....During execution of the programme it gets stuck for more than 1 minute.....Its a very big problem and my Client is not happy with that.any body have any solution...Is there any ...
Hi,I am not sure whats making the problem happen, but i know it happens when Java Runtime Environment is installed on a machine.Basically once it is installed, it stops one of my menu's from working on my works intranet. When accessing the page a pop up box appears called 'Password Needed - ...
Hi all,Here the configuration I'm running : - Debian 3.1- java 1.5.0_09- 1 Go of physical memory- 2,6 Go of virtual memory- ulimit : no limitI have a webapp deployed on Tomcat 5.5 wich I have to deploy several times on the same server. Guess what happens : I'm running short on memory. The ...
hi i am new to linux as u can guess :-)i was been developing my Jar file in windows under the latest netbeans5.5now as i also have a Mepic 6.0 installed on my system i wanted to check if it works cross platform. but i cant seem to be able to run my application. on teh terminal also if i write ...
155 byte By
Baskia at 2007-11-26 15:26:51
I have installed JRE131, 142, 150 on my destop. How do I find out all these JRE versions using a Java Program or JavaScript?Thanks in advance
457 byte By
Gaurisha at 2007-11-26 15:28:31
As I understand, in JIT compilation, the VM converts the byte code in native code for execution as & when required.Then, what is the alternate way for a VM to run a byte code without using JIT concept? In other words, is JIT compilation essential for a VM? For executing the byte code ...
We have a customer running JRE 1.5.0_8 on a Windows 2003 Server.We have multiple java applications running in the background on this server. We keep having an intermittent problem where all of these java applications shutdown at the same time (I'm talking within the same second). It apparently ...
I know this can well be turn out to be a dumb question, but just wanted to know.Is it possible to compile my code using JDK 1.5 and then run the code using JRE 1.4.2?Can somebody pinpoint on reason behind it?Thank youMessage was edited by: HarshaVardhan
hi all,my operating system is windows xp pro with sp2 and its locale is english (united states).on chat clients, written in java, turkish characters like ? ? ? ?dont show normally.how can i make them appear as they are ?what should i change ? or add ?br>is there anyone who has idea about this ...
3454 byte By
bbatmana at 2007-11-26 15:38:07
I need to send a block of text as a single command line argument to a java program.In particular, I want theString[] argsparam of my java class's main to contain just a single element.I am running JDK 1.5.0_10 on windoze xp, and I fully realize that the behavior I describe below is almost ...
Sun has yet to answer I know they're busy but I would like to be able to use java. I have been tring for about a month to get it working and I emailed Sun to try to get them to help, but nothing so far. I noticed I'm not the only one with this problem. so I want to know how to fix this ...
458 byte By
krovaxa at 2007-11-26 15:39:38
We are using HOD V7 and I need to test something with java JRE 1.4.2_13.When I install the software (with an admin account) then loging with the user account, HOD tell me that he didn't detect any java version.When I try the same thing on the admin account everything is ok and working ...
Gday,My question is what is the difference betweenJava SE Runtime Environment&J2SE Runtime Environment?They are both Standard Editions(SE), they are both Runtime Environments(RE). So whats the difference between Java and J2?Any clarification would be appreciated. ...
Hello:We are trying to upgrade our 1.3.1_03 application with 1.3.1_19. It worked fine in a machine (WIndows Server 2003) where OS was not patched for DST. However, as far as I could see if the OS is patched the DST compliant java (1.3.1_19) is not working.I go to the jre/bin and try to do a ...
I have a process monitoring program in linux which executes the class through Runtime.exec()and monitors the status of the child processesperiodically from a Thread.i am looking upthe processes from an rmi registry and willwrite the status periodically.when a "ps -ef | grep java" is done from ...
496 byte By
zukitoa at 2007-11-26 15:46:21
well, since i got to free space on my pc, i need someone to tell me if i can uninstall the old java versions intalled on my pc, currently i got:- J2SE runtime environment 5.0 update 6- J2SE runtime environment 5.0 update 8- J2SE runtime environment 5.0 update 9i've checked the files and some ...
I have both J2se runtime environment 5.0 update 6 and update 10. can I remove update 6 or do I need it to run update 10?
can i run java application without having java environment(JVM) in a machine.I mean i dont have installed j2se or jdk in my machine.And i have an j2ee application running on another host which is built in swings.I want to access that application in my machinecan any one help regarding my ...
Hi,I try to start access with parameter like this:String[] cmd = new String[4];cmd[0] = "C:\\Programme\\Microsoft Office\\OFFICE11\\MSACCESS.EXE";cmd[1]= "C:\\MyDB.mdb ";cmd[2] = "/cmd";cmd[3] = "parameter1 parameter2";Runtime rt = Runtime.getRuntime();Process proc = rt.exec(cmd);However the ...
On a few occasions, this VM error occurs, but no core file. It happens on two separate boxes. We are running Sun Java System Application Server PE 9.0 with JDK 1.5.0_10. We can't figure out why it's dying and usually takes days to occur. Any comments/thoughts/suggestions appreciated.## An ...
Hi,I have a requirement wherein I have to close the applications launched like (Internet exploer window) thro my java application.Can anyone help me on this?I tried using Runtime class Process.destroy( ) method. But still not able to find the exact one.Thanks.
195 byte By
Indiaa at 2007-11-26 15:56:01
Hi Guru's,My Solaris 8 server has JRE 1.4.2_04 installed.For DST which patch should I install so that JRE run's fine.Kindly guide.Regards,Tejas J Raval
Hey all, thought I might get some advice... seems I've caused some problems with my computer's functioning by removing an older version of Java.A while ago, I was cleaning up my computer, trying to free up some space on my HD, and noticed I had 2 J2SE updates installed, 4 and 9. I'm not an ...
253 byte By
krakusa at 2007-11-26 16:00:37
Is it true that full support for DST will not be out until the 1.4.2_14 version of the plugin? I've heard that the DST date is still set at 4/1/2007 and not to 3/11/2007 in the _11, _12 and _13 releases. Any clarity on this would be appreciated.
579 byte By
jaybabea at 2007-11-26 16:02:05
Im looking for advice when it comes to running JAVA through a proxy or firewall. Are there any default settings that can be communicated to our clients that use JAVA through our banking application that are experiencing problems where there proxy is blocking JAVA.We know that port 443 needs to ...
I have all the patches for java and yet java is not working in netscape. I play yahoo games and go through shove-it.com..back door to the games. I have done this for years and now for some reason java is not working. What can I do?/
169 byte By
lcmbjma at 2007-11-26 16:04:54
ever since i updated to ie 7 - my java will not load in internet explorer - if i use another browser (ie AOL browser) everything works fineANY SUGGESTIONS?
We want to be able to see and confirm the effect of the tzupdater after we have used it to update the timezone tables in a jre. We have tried to watch the time output by a java program getting and reporting the time as it transitions the 2:00 AM time on March 11, 2007 (we reset the system ...
148 byte By
maerzWa at 2007-11-26 16:07:26
I miss in the new current JDK 6 download the tools jdb.exe and javac.exe in the bin directory. Is that an incomplete download?Wolfgang
342 byte By
bouzana at 2007-11-26 16:09:14
I create some applets.When I run applet on JRE 5.0 it runs perfect, but when update to JRE6 it doesn磘 work, the VM dont have reports of problems. You can see an example at http://centros.edu.xunta.es/ceipdepalmeira/cadernosPaco/dixestion/01aparato_partes.htmWhat can i do?. Any suggestions? Thank ...
HI,I have been a developer on JAVA tech for many years now, but getting a strange bug / error with JVM first timeI have tried to run my application on several machines....Code does not seem to have a problem because it works fine unless this exception is thrown by the JVM. My machine is win XP ...
Hi,is there a way to get programmatically the bitmode of the currently running VM?Similar to the SystemProperty com.ibm.vm.bitmode in IBM's VM for z/OS.Best solution would be VM-vendor independent.RegardsRico
I ran the java time zone utility tool. Is this the expected output for a successful update?java -jar tzupdater.jar -u -vjava.home: C:\Program Files\Java\j2re1.4.1java.vendor: Sun Microsystems Inc.java.version: 1.4.1JRE time zone data version: tzdata2006pEmbedded time zone data version: ...