Hello Rodney,
Do you have SELinux enabled?
Just checked: it’s disabled.
If so you should try disabling it and
running the bin again. If that doesn’t work the method I use to install
Momentics on Linux is:
Download the 1.4.2 VM from Sun’s website.
[Huub@Ladysmith ~]$ java -version
java version “1.4.2”
gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1)
Copyright (C) 2006 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.
[Huub@Ladysmith ~]$
Set it up according to the instructions found here:
http://home.gagme.com/greg/linux/fc4-tips.php#java
It’s for Fedora Core 4, but it works the same on Fedora Core 5.
NOTE: The instructions talk about installing 1.5. DO NOT INSTALL 1.5.
The installation will not work with 1.5
I have 1.5 installed, but only to work with Eclipse. When I used the GCJ
1.4.2, Eclipse had severe performance problems. I start it using
/apps/eclipse/eclipse -vm /apps/jdk1.5.0_07/jre/bin/java . Does this
interfere anyway?
After setup do a java -version. Make sure it reports that it is using
the 1.4.2 VM from Sun and not GCJ.
Hmm. Can you tell me if uninstalling GCJ will harm Fedora Core 5? If
not, I will download 1.4.2 from Sun and install it.
As root switch to the CD and run the following command:
java -cp ./qnx_linux_setup.jar run
Good.
Should install fine that way but if you get a message about display,
then you will need to use the gui version of su ( i.e. kdesu “java -cp
./qnx_linux_setup.jar run”
I run gnome, but I suppose that won’t be a problem.
NOTE that installing the VM may give him an error about a corrupt
package. The package is probably not corrupt. The command line
arguments for the tail binary changed. In order to get around this you
must export:
export _POSIX2_VERSION=199209
do the install and then to change it back:
export _POSIX2_VERSION=200112
Thanks,
Rodney
Thank you,
Huub