|
发表于 2002-8-15 23:22:59
|
显示全部楼层
关注!
我看到这样的帮助,但是没有成功:
Subject: Re: Install jbuilder7 on Redhat Linux 7.3 problem
"zhjin" <[email protected]> wrote in message news:3d1bc4e0_1@dnews...
> Can someone tell me how to install JBuilder 7 enterprise on redhat linux
7.3
> , when i run ./install_linux command, it appear nothing and quit. Does
> someone know how to do?
> thanks.
>
Domnot know about Rhat 7.3, but on Suse runs fine. However, you need to make
sure of the following:
(1) You have JDK 1.3.x installed on Red Hat or you can use the links on the
CD-ROM. I have had problems reading the JDK on the CD-ROM however, as some
distros will not execute it as per the permissions in reference to the
CD-ROM setup by default in the distro. Sometimes they give you Read only
rights and not execute rights.
Might apply here.
(2) If you have a JDK 1.3.x installed on your system, make sure that it is
on your classpath and that Red Hat and Install Anywhere can find and use it.
Best way to check is by going to a terminal and typing:
java -version
See if a JDK of 1.3.x or higher is the current version. If not, set it to
the current by exporting it in your $PATH or by putting it in your
etc/profile file or ./bash/rc file.
(3) If you do not have a J2SDK of 1.3.x or higher install one. Usually this
should be on your distro diskettes, or you can download a J2SDK from Sun,
IBM, or Blackdown.
(4) Make sure that Kaffe is not installed as your default JDK. I have seen
Kaffe prevent the lax installer from running and intercepting the JDK calls.
Hope this helps!!! |
|