Bug 85891
Summary: | java / jvmsetup doesn't work | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Mikael Carneholm <carniz> | ||||
Component: | openoffice.org | Assignee: | Dan Williams <dcbw> | ||||
Status: | CLOSED WONTFIX | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 9 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2003-12-05 20:31:00 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Mikael Carneholm
2003-03-10 13:00:43 UTC
Created attachment 92858 [details]
not works
On RedHat 8.0 the same problem exist, once a RedHat Engineer told me that they
not shipped Java so the jvmsetup will not work, but jvmsetup is just a file
with the next:
#/bin/sh
echo Java cannot be configured
So they (redhat) disabled or changed jvmsetup with a purpose unknow to me.
If you try to install OOo downloaded from www.openoffice.org the suite will not
work at all (crashes on startup). So the best solution to me is downgrade to RH
7.3 or change to Mandrake 9.1.
Correct, Java is not enabled for the builds because we do not ship Java with OOo. We won't ship an SRPM that cannot be built on the base system, that's just bad form. However, with 1.1.0 I've added simple switch to flip in the specfile, plus you point the specfile to your JDK, and thats it to get your build with Java. We are working on getting OOo to compile the Java bits iwth GCJ, and when that is successful, then of course I'll turn Java stuff back on. Until then, you'll have to build Java support on your own. |