On Wed, Aug 22, 2001 at 05:39:03PM +0800, Sam (Ying-Hsien Ku) wrote:
> Hi all,
> I have installed jdk1.2.2 on Mandrake 7.0
>
> However,
> [root@linuxsam jdk1.2.2]# javac
> Error: can't find libjava.so.
> [root@linuxsam jdk1.2.2]#
>
> I just find the file on /home/sam/jdk1.2.2/jre/lib/i386/libjava.so.
>
> What should I do?
You should:
- Be in a directory outside the jdk1.2.2 tree, and
- Run the executables found in the jdk1.2.2/bin subdirectory.
You can run those executables either by putting that directory in your
path or by naming the full path of the executable. Two things that *do
not work* are:
- Directly running the executables in the jdk1.2.2/bin/i386/green_threads/
or jdk1.2.2/bin/i386/native_threads/ directories, or
- Creating a symlink somewhere else to the executables.
Nathan
> thank you all~
>
--
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]