Executing the ide in linux Red Hat 8.0

Well I did get it installed and, yes, the help was in the Knowledge Base right here. But now, when I try to launch the IDE from /usr/java/s1studio/ce/bin/runide.sh all it does it hang. I can exit it with a Ctrl-c but the IDE never comes up. jdkhome is set to /usr/java/j2sdk1.4.0_03 directoy. All directories under /usr/java have been granted full permissions for everyone. Soooooo, why is this bad boy hanging and not pulling up the IDE?

[452 byte] By [704215] at [2007-11-25 9:46:00]
# 1

I can't help you with why it is hanging. I can tell you that I NEVER got a clean install with RedHat 8.0, even with the help found in this forum. But that the IDE seems to run fine except for a pesky Exception when it starts up about Mount/org-netbeans-modules-form-GlobaljarFileSystem...

It did take several installs for it to finally start working.As I recall the magic was in setting the enviroment variables correctly JAVA_HOME and JDK_HOME.

dt_06040 at 2007-7-1 18:54:17 > top of Java-index,Development Tools,Java Tools...
# 2
What did you set the JAVA_HOME & JDK_HOME to?
704215 at 2007-7-1 18:54:17 > top of Java-index,Development Tools,Java Tools...
# 3
I'm running the bash shell so the JAVA_HOME and JDK_HOMEetc. goes in the /etc/profile file. I set them both to /usr/local/java which is where I installed java 1.4.1_02
dt_06040 at 2007-7-1 18:54:17 > top of Java-index,Development Tools,Java Tools...