[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: JDK / Forte



Pete,

With that version of the jdk, I don't believe you should be able to run
any Java code at all! Specifically, there is a problem using that JDK
with the glibc in Red Hat 7.1. See Sun's Java site for more details. The
solution is to download and install: jdk-1.3.1-rc2. You can get that
through Sun's Java Early Access Program (you have to sign up through the
developers's connection for access to the EAP).

The only other thing you may need to do after installation, is to create
a symbolic link "/usr/bin/cut" which points to "/bin/cut".

I'm using NetBeans (aka. Forte Community) 3.2 and Red Hat 7.1.

Matt

On 01 Jun 2001 08:38:15 +0100, Pete Bradbury wrote:
> I've been unable to run Forte on RH7.1.  I've installed SUn 
> j2sdk-1.3.0_02-linux.bin in the /sur/local directory
> and I 've set the path in my /root/.bashrc file
> 
> # .bashrc
> 
> # User specific aliases and functions
> 
> alias rm='rm -i'
> alias cp='cp -i'
> alias mv='mv -i'
> 
> # Source global definitions
> if [ -f /etc/bashrc ]; then
>    . /etc/bashrc
> fi
> # by Sun Microsystems setup
> DBROOT=/root/adabas
> DBWORK=/root/adabas/sql
> DBCONFIG=/root/adabas/sql
> # next line altered by me
> 
> JAVA_PATH=/usr/local/jdk1.3.0_02
> 
> PATH=$DBROOT/bin:$DBROOT/pgm:$PATH
> LD_LIBRARY_PATH=$DBROOT/lib:$LD_LIBRARY_PATH
> export DBROOT DBWORK DBCONFIG PATH LD_LIBRARY_PATH JAVA_PATH
> 
> and I've installed Forte and  set the /root/.bash_profile
> # .bash_profile
> 
> # Get the aliases and functions
> if [ -f ~/.bashrc ]; then
>    . ~/.bashrc
> fi
> 
> # User specific environment and startup programs
> 
> PATH=/usr/local/sbin:/usr/sbin:/sbin:/bin:$PATH:$HOME/bin:/usr/local/jdk1.3.0_02/bin
> BASH_ENV=$HOME/.bashrc
> USERNAME="root"
> 
> export USERNAME BASH_ENV PATH JAVA_PATH=/usr/local/jdk1.3.0_02
> 
> but using runide and typing y for yes after a warning me I am using 
> runide as a root user  just
> causes the terminal window to hang.
> 
> Is there a problem with what I have done or is it a problem with this 
> version of red hat?






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]