Right, sorry for the delay.
We're making some progress....

export JAVA_HOME=/usr/jdk/openjdk1.7.0
export PATH=/usr/jdk/openjdk1.7.0/bin:/usr/bin:/bin:/home/bautsche/bin

-bash-4.2$ /opt/openoffice/openoffice4/program/soffice
X-Error: BadValue (integer parameter out of range for operation)
        Major opcode: 130
        Minor opcode: 3
        Resource ID:  0x600
        Serial No:    374 (374)
These errors are reported asynchronously,
set environment variable SAL_SYNCHRONIZE to 1 to help debugging
Application Error/opt/openoffice/openoffice4/program/soffice[121]: wait: 3232: Abort(coredump)
-bash-4.2$

So we got rid of the java error, but we're still not getting OpenOffice to run.
Any further pointers? Any clever commands to run on the core dump?

Thanks.
Eric


On 20/08/2014 14:14, Dormition Skete (Hotmail) wrote:
On 08/20/2014 13:43, Eric Bautsch wrote:

javaldx: Could not find a Java Runtime Environment!


It looks like it doesn’t know where your Java Runtime Environment is.

In your ~/.bash_profile, put something like this:  (Adjust using your correct 
path as necessary.)

—

PATH=/usr/java/jdk1.7.0_65/jre/bin:$PATH:$HOME/bin
export PATH


JAVA_HOME=/usr/java/jdk1.7.0_65
export JAVA_HOME

—

Log out.  Log back in for it to take effect.

Then at a command prompt: “java -version” [Enter]

See if it gives you something along the lines of:

java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)

I use Oracle’s Java, not OpenJDK, so your output will vary.



_______________________________________________
openindiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss


--
____
     /          .                           Eric A. Bautsch
    /--   __       ___                ______________________________________
   /     /    /   /                  /
  (_____/____(___(__________________/       email: [email protected]


_______________________________________________
openindiana-discuss mailing list
[email protected]
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to