To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43103
------- Additional comments from [EMAIL PROTECTED] Thu Feb 24 23:49:37 -0800 2005 ------- The JRE should be found, either because you set JAVA_HOME or because of the location. >So can I manually insert my JVM into its cache file to keep it from searching? Yes >If that is what Tools,Options,Java is supposed to do, when I click Add, select >"/usr/java/jdk1.5.0_01" I get the message "The folder you selected does not >contain a Java runtime environment". It does that for $JAVA_HOME/bin and >$JAVA_HOME/jre (and /bin), also. That's exactly the way to do it if the no JRE was automatically found. >So when you say lowered, that to me means the "cost of entry" is 1.3.1, not >"the >only supported version" is 1.3.1. I will go try and find 1.4.1 for amd64 and >see >if that works, but I don't understand why a 1.5 JVM isn't compatible with >1.4.1. >It certainly is from a Java stance. 1.3.1 will be the minimum version for many OO platforms. This is because there is some requirement that a 1.3.1 must be usable to build the Java projects. Anyway in your case it doesn't matter. To find out what goes wrong we have to find out if the JRE can be successfully run from javaldx and what the Java System properties are. Let's start with the properties. I will attach a small Java program which prints out all System properties. Could you run it and paste the output here? To run it go into the directory where you put the program and call /usr/java/jdk1.5.0_01/jre/bin/java Props --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
