Cannot seem to get Java working in my path

I have been having problems trying to get Java working in my path. If I cd to the Java directory and then run "java " it will then start, but will complain about not having the proper class files for the application. I figured this was becaus...




Topic Options
#226 - 09/17/02 05:38 PM Cannot seem to get Java working in my path
clutch Offline
Carpal Tunnel

Registered: 03/29/00
Posts: 3859
I have been having problems trying to get Java working in my path. If I cd to the Java directory and then run "java <file>" it will then start, but will complain about not having the proper class files for the application. I figured this was because the application (a Samba GUI app) was not being executed while I was in the directory, and I decided to append the Java dir to the end of my .bashrc. Well, it isn't working. Here is my .bashrc:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

export PATH=$PATH:/usr/java

The path ammendment does not work either from the command line or with this file adjustment. Anybody have an idea on how to correct this?

Top
Advertisement
#786 - 12/12/02 11:43 PM Re: Cannot seem to get Java working in my path
FishDog Offline
stranger

Registered: 12/12/02
Posts: 15
normally I would link /usr/local/j2r???/bin/java to /bin/java


ln -s /usr/local/j2re1.4.1_01/bin/java /bin/java


your $PATH needs

$PATH:/usr/java/bin

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
x86 OS, RAM, & Virtual Machines
by Myke
12/22/09 08:16 PM
Ram Question
by JohnnyAshes
12/21/09 09:50 PM
NEWBIE needs help with REALTEK
by SerryJW
12/21/09 06:09 AM
What version of Linux is this?
by DxxLinux
12/15/09 07:59 PM
Anything like HyperCam?
by Luckycharm8989
12/11/09 02:08 PM
Who's Online
0 Registered (), 189 Guests and 35 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
91397 Members
24 Forums
59261 Topics
189786 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22