JRE 1.4.2_10 - EXCEPTION_ACCESS_VIOLATION in zip.dll / ZipFile.getEntry

10424 byte By joern.arnea at 2007-11-26 12:25:11
Hi,when running a java application i got this error. By viewing the Forum i thought this schould be fixed. But the error occurs even with 1.4.2_13. Is there any WA or fix or s.th. I can do?## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION ...

APPLET FAILED

361 byte By CKNRSPa at 2007-11-26 12:25:34
Sir,I am in India. I have java se 6 installed. This is required for online efiling of income tax returns.I am also required to file certain forms with registrar of companies (mca.gov.in). This requires jre 1.4.2_13. I am unable to upload. I get the message client upload notinted. loading java ...

How to get jar for the jre

211 byte By andy_ngoa at 2007-11-26 12:27:29
Our system installs only the jre, not the jdk. However, we also need to use the jar utility which normally comes with the jdk. Where can we pick up the jar utility that can be used with the jre? Thanks...

US DST 2007 Changes - JDK1.3

142 byte By atina at 2007-11-26 12:36:06
Hello,Pls provide me the solution for this DST changes in case of JDK1.3. Seems Sun has not released any patch for this version.

Link to JRE download page

548 byte By christo4711a at 2007-11-26 12:43:02
Link to JRE download pageI maintain a free Java program which can be started from the Web-site.On the Web-site I need to tell how Java is downloaded and installed.What download page should I link to ?I found only http://java.sun.com/javase/downloads/index.jsp.However, this seems to be a ...

1.6.0 class not found in condition not met

1373 byte By Saria at 2007-11-26 12:45:35
I have an applet that is conditionally not working with jre 1.6.0.The error is a java.lang.NoClassDefFoundError.My applet calls a General.class and in that General.class I cannot get a System.out.println to work on the first line of the constructor, because it seems to be jumping ahead 6 lines ...

How big heap size can I get? Is there heap size limit?

442 byte By Speedoa at 2007-11-26 12:47:47
I need to read into memory huge graph: 25m vertexes and 60m edges.I had 2GB RAM and can get only 1610M heap size using -Xmx1610m. If I try to get more VM answer: Could not reserve enough space for object heap.It's quite big difference between physical memory size 2GB and max heap: 1,6GB.So my ...

Question about updates

179 byte By gennycolea at 2007-11-26 12:51:29
In my control panel I have Java Runtime Environment 5.0 Update 6,8,9Do I need all 3 of these they r all 119 MB Can I just keep the last update and get rid of others?

Java 6 and IE: several java virtual machines running in the same

382 byte By deniaxa at 2007-11-26 12:55:00
Hi there,Since installing the final version of Java 6 and Internet Explorer 7, I'm getting quite a lot of "several java virtual machines running in the same" errors.Now, when I try to load the applet with FireFox, the applet loads perfectly!I did have the same problem with java 1.5_8, but this ...

Java Swing application EXCEPTION_ACCESS_VIOLATION error

21645 byte By Castanona at 2007-11-26 12:56:10
Hi,I work on a proyect consisting in a Java Swing corporate application which has been in production for two years with no problem. The application is deployed internally in my company through Web Start technology. Recently we have developed a new version of the application that requires JRE ...

Charset conversion from UTF-8 to windows-1252

548 byte By __Dsleeper__a at 2007-11-26 12:56:35
Getting this conversion to run has taken me 5 hours so far with no usable result!I have Strings in UTF-8 format that needs to be posted over a socket encoded in charset windows-1252.Requirements:- I do not want to write the Strings to a file before i read them back into a string- I want to ...

Problems getting runtime environment

1909 byte By Sefakajiraa at 2007-11-26 12:59:24
Background: Last week I'd downloaded a game from a site I thought was trustworthy -- and it may just be some glitch in the program. Virus scans turn up nothing. But about 3 minutes into the game, my screen gave a mosaic effect (not programmed into the game) - sound began sounding like a ...

Cant run Java on my computer

626 byte By bahamut27a at 2007-11-26 13:01:33
Hello,I'm running a XP pro (eng) with sp2 fully patched.I've tried with several several versions of JRE but no matter which one I try, I can never get Java to work on my PC. Even Java control panel window apears grey to me.[edit] Basically what happens is that I install a whichever version of ...

Thread Objects are never Garbage Collected

2380 byte By Eric-the-Ka at 2007-11-26 13:03:56
I found something interesting the other day. If you run the following program under NetBeans 5.5 using the memory profiler you can see that Thread objects (and their subclasses) never get garbage collected. You have to wait for some of the threads to stop and manually invoke the garbage ...

Outlook Mail - Set mail from?

89 byte By paulroda at 2007-11-26 13:04:38
Hi, is it possible to set mail from when u invoke outlook from java?

Some help with a Runtime error

502 byte By Koalaa at 2007-11-26 13:05:59
I installed the program "Sacred Underworld Gold edition" without a hitch. When I try to start the program I get the following message:"Runtime Error!Program: ... Files\AscaronEntertainment\Sacred Underworld\Sacred.exeThis application has requested the Runtime to terminate it in an unusual way. ...

Incompatibility between JRE 6 and Mozilla Firefox 2.0.0.1

459 byte By Aimedea at 2007-11-26 13:07:58
Good morning, Today was the release of the first update for Mozilla Firefox 2.0.0.1.After her installation, a popup warned me that Java 6.0 wouldn't work with the new version of Firefox, so il would be disabled until an update would fix these problem.Does Sun knows this problem? Have you a ...

Java not working on IE

559 byte By aubiesisa at 2007-11-26 13:11:15
I have the latest version of Java and IE installed on my computer and Java will not work on IE. When I first started having problems, I uninstalled Java and reinstalled it... 3 more times since then. I updated my IE, but that didnt help either. I made sure IE was enabled in my Java console. I ...

tracing a programs method calls

475 byte By .neogeo.a at 2007-11-26 13:14:30
Hi all,I am wondering if there is a feature/plugin/ command line argument that you can pass to java that will dump to stdout which methods are been called while the program is running. The only method that I am aware of is to code in debug writes i.e system.out.println or use assertion. ... but ...

activate Garbage collector

672 byte By adoyakoa at 2007-11-26 13:14:35
hi , we are having a problem with weblogic server. it blocks because of too many open connections. So we thought to force grabege collector externally using java class. System.out.println(" Acivating GC ");Runtime r = Runtime.getRuntime();r.gc();System.gc();System.out.println(" GC done ");but ...

WildCard expansion with javaw

409 byte By AndyCrafta at 2007-11-26 13:15:23
I have tried using the new classpath wildcard expansion in java 6. It seems to work as expected when using java.exe but soon as I use javaw.exe it fails with a "Could not find main class"egjava -classpath "lib\*" com.acme.Main (works fine)javaw -classpath "lib\*" com.acme.Main (fails)This is ...

When will jre 1.6+ available through Web Start AUTOMATED download?

141 byte By Castanona at 2007-11-26 13:17:04
Hi,Anyone knows when the jre 1.6 automatic download will be available through the usual jnlp reference?ThanksJes鷖

How to pass a parameter from a java file?

175 byte By fdsfsdfsdfdsdfgdsga at 2007-11-26 13:19:47
I am executing a .bat from a java program using java runtime.I need to pass a parameter from java file to the .bat file.How can i do that?Thnks in Avance.

Environment

354 byte By B_Reala at 2007-11-26 13:21:19
Hi,Is there a thin client java environment I can use online so I dont have to install & run any software on my local machine?Im at work trying to do some studying (i.e i need to test some java progs) but we dont have admin access to our pc's so cant install any software. CheersMessage was ...

pogo problem/ run time errors

242 byte By asilverchevya at 2007-11-26 13:23:41
getting run time errors in pogo-- Line :16 error: object expectedline:25 'parent game is null or not an objected'it happens in AOL but not IE 7. i have removed AOL & reinstaled, removed Java & reinstalled

License free MSI

63 byte By jithu_jitendraa at 2007-11-26 13:25:07
can any one give a link to down load an license free MSI

Java Plugin and Arabic

302 byte By M.jabera at 2007-11-26 13:27:17
hi all , i have Oracle 10g application , which is run through Applet , iam running it using Java Plugin version 5 patch 10 instead of Jinitiator , but iam facing problem on displaying the arabic propmpt only if a 2 characters came after each other , is this familiar !!! thanks in ...

[NOOB warning] Getting Java to install under wine

1127 byte By business_kida at 2007-11-26 13:28:50
Having junked windows, I find myself in need of java under wine, but cannot get any version recognized. I have Fedora Core 5, wine-0.9.24, and mail from the Irish Revenue to read, which needs java to log in. I have jre1.5.0_09 showing in the wine uninstaller, and j2se-1.42_01. The about:plugins ...

Java runtime problem

189 byte By melihserbesta at 2007-11-26 13:37:53
Well when i go to install this i get this error[URL= http://imageshack.us][IMG] http://img187.imageshack.us/img187/1951/untitledan4.jpg[/IMG][/URL]Amy idea how to fix it?

Download Error

131 byte By closer2fyna at 2007-11-26 13:38:11
Any suggestions on how to fix this. I'm trying to load a Jacent OrderStream Live AgentIt reads: Java Web Start Error

hoe to use Runtime.getRuntime.exec

465 byte By Er.Vela at 2007-11-26 13:41:35
i am having a XL file in "D:\velu\JAVA\workspace" in this path with filename "Velu_12-23-2006.xls". i need to open this file using Runtime.getRuntime().exec method.i tried this in two ways as 1.Runtime.getRuntime().exec("Velu_12-23-2006.xls")2. ...

Problem with Java Software Runtime Environment

453 byte By nero1385a at 2007-11-26 13:48:05
When I clicl on Java in my control panel I get the following repsonse.'The System Could Not Find The Registry Key Specified:HKEY_LOCAL_MACHINE\SOFTWARE\JAVASOFT\Java Runtime Environment\1.5.0_09Should I correct this by maintenance to the Registry (adding it as it's not present there) or by ...

Class data access

501 byte By Zappackya at 2007-11-26 13:51:27
I wasn't sure if this is the right forum, but this is as close as I can find.Is it possible to obtain the actual class bytes of a Class from the VM? In the ClassLoader class, the actual class definition takes place in native, and as far as I know that isn't open source yet. Since I know a lot ...

Error: no `server' JVM at `C:\Program Files\Java\jre1.5.0_10\bin\server\jvm

314 byte By mango@kahanaa at 2007-11-26 13:52:12
I'm getting this error while running under windows XP pro version 2002 SP2. I got the same error running either jdk 1.6 or JDK 1.5.0_10. It seems like the JVM that I installed does not support the -server option. Is there anything that I should do during the installation?Thanks for any ...

Java Plug-in Fatal Error

535 byte By Fyshea at 2007-11-26 13:57:50
Hi All,I am having problems with my Java Program (and I am far from a techie). The error reads:Java Plug-in Fatal ErrorThe Java Runtime Environment cannot be loadedSo here's what I have done. I've removed all Java files via control panel. Reinstalled the lastest version. That didn't work so ...

JVM Finalizer hangup, OutOfMemoryError

1914 byte By brukera at 2007-11-26 14:00:23
Our application showed endless series of OutOfMemoryErrors.Looking on the heap dump we see that the memory is full, but thereis a lot objects waiting for a finalization. Checking the stack trace showed that the finalizer thread stays locked in a native method:"Finalizer" daemon prio=8 ...

JRE Issue on Windows 2003

6136 byte By MAkhtara at 2007-11-26 14:03:09
I installed JRE 1.5 update 9 on Windows 2003 but its not working and unable to verify installation. Here is java log. java.lang.ClassNotFoundException: jreCheck.classat sun.applet.AppletClassLoader.findClass(Unknown Source)at java.lang.ClassLoader.loadClass(Unknown Source)at ...

Day light saving issues in Java v1.2.2

586 byte By Gaurav.mehta01a at 2007-11-26 14:05:06
Hi,Starting 2007, day light saving time is changed in the US; to incorporate these changes, Sun is supplying patches for Java Runtime Environment. Sun site has downloadable patches starting from J2SE 1.3.1_18 onwards ( http://java.sun.com/developer/technicalArticles/Intl/USDST/). We have Java ...

JVM crashed periodically unreproducibled

14380 byte By mkemana at 2007-11-26 14:07:31
Hi,We recently ran into a JVM crashed on a PC running Windows XP Embedded. It just happended randomly on the same spot, but we are unable to reproduce this problem.The problem happends when clicking on one of the buttons on a Swing application, which it basically does is to unload and load a ...

Java Update

123 byte By V@lkyrie64a at 2007-11-26 14:10:31
Can I configure Java to obtain any updates from an alternate site like a server instead of downloading from the Web?

Java Installation

111 byte By V@lkyrie64a at 2007-11-26 14:10:32
Does anyone know if I can create a custom installation of JRE 2 to remove any existing versions of Java?

JDK 1.4.2_14

449 byte By shaneorourkea at 2007-11-26 14:12:39
Does anyone have insight into the 1.4.2_14 JDK release. Currently the latest release version for download is 1.4.2_13 of the JDK, howeverI have noticed bugs raised on "Early Access" versions of 1.4.2_14. I cannot locate "Early Access" versions of 1.4.2 at ...

J2SE Runtime Environment 5.0 UPDATES

400 byte By bronchesa at 2007-11-26 14:13:34
I use Mozilla Firefox Web Browser, and since installing, have downloaded the updates 6,9, and 10.My question is: As I am VERY short of Hard Disk space, do I need to keep ALL updates, or can I, using Win2000 Pro "Remove Programs", uninstall the earlier versions? Sorry if this is a basic query, ...

Java Not operating. plz help

565 byte By Dark_Lodusa at 2007-11-26 14:14:51
Ive downloaded the latest java version 5.0 10 and no matter what i do i cant seem to get it to run. i can see it on add/remove programs but when i try to start up a program that requires using java runtime, such as limewire or have www.runescape.com run, it would just say i need to download ...

Download Manager can't find JRE

661 byte By AlanDavidsona at 2007-11-26 14:17:27
I use WinXP Home.I wanted to download "Sun Java Studio Enterprise 8.1" using the Sun Download Manager. The web page gave the message: "We were unable to detect a recent version of Java Runtime Environment (JRE) on your system. "I did the following:1) Verified that I actually had JRE jre1.5.0_10 ...

UnsupportedClassVersionError

1284 byte By jimlaskowskia at 2007-11-26 14:21:40
I am using Eclipse to run a standalone application. I am getting an UnsupportedClassVersionError. All that I've found online about this exception indicates that the byte code version of a class the class loader is loading is not compatible with the JRE.Since I'm in debug mode in Eclipse, it ...

Java on the Mac

1014 byte By anksinglaa at 2007-11-26 14:22:01
Hi.I recently packaged a program I was writing as a jar. Since I was using Netbeans, I packaged it using Java 5 release 10 and Java 6, the dev kits that are available for download. Unfortunately, neither jar worked on my friends' computers that had Macs. For PC users it worked fine, but they ...

java runtime environment

152 byte By mike74fa at 2007-11-26 14:24:38
i currently have jre1.5.0_02, jre1.5.0_03, and jre1.5.0_06 installed on my computer can i remove the 2 older ones or do they have to be on there?

is java 1.5 compatible for weblogic 8.1 ?

521 byte By Gopi_555a at 2007-11-26 14:24:53
Hi,I am using Weblogic 8.1 with java 1.5 but while starting the server i am getting the following errorThe WebLogic Server did not start up properly.java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local classincompatible: stream classdesc serialVersionUID = ...

DST Fix for JRE1.2.2

101 byte By rkrishgmaila at 2007-11-26 14:27:49
Is there a fix for DST (Day Light Savings) for JRE1.2.2. If so, where can I download the same?