Page 1 of 1

OxygenXML does not start on linux FC4

Posted: Wed Dec 07, 2005 11:01 pm
by jphuart
Hi dears,

I installed the Linux version on Fedora Core 4 without any problem, once I added to the PATH the directory where is my J2RE 1.4.2.

Now I want to launch OXYGEN XML and nothing happens. To do so, I use the application/x-shellscript file oxygen6.2 that has been created in /usr/local/bin folder.

Any suggestion?
Thanks a lot

here is the description of my java version:

java version "1.4.2"
gij (GNU libgcj) version 4.0.1 20050727 (Red Hat 4.0.1-5)

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Posted: Thu Dec 08, 2005 12:19 am
by george
Hi,

oXygen requires a JVM from Sun. This is specified in the requirements section from the download page:
http://www.oxygenxml.com/download.html
***
Sun Microsystems Java VM version 1.4 or later (available at http://java.sun.com) in case you use the installation kit without Java VM.
***

Best Regards,
George

It works fine!

Posted: Fri Dec 09, 2005 2:07 am
by jphuart
Thanks a lot George,
thanks also to Sorin who was sending me e-mails also.

I installed J2re1.5.0.06 from sun,
rename the /usr/bin/java to java.old (to disable the gnu jre 1.4.2.)
add in $PATH /usr/java/j2re1.5.0-06

and it works fine.

Ciao