On Wed, Sep 22, 2010 at 9:30 AM, Michael <[email protected]> wrote:

Here is my configuration
>

A quick google for "set classpath ubuntu" yields quite a bit of info. :-)
Not trying to be flippant (well, maybe a little), I just like to help people
help themselves.

On my system to set my PATH and JAVA_HOME environment variables I went into
~/.bashrc and added something like:
PATH=${PATH}:/opt/java/jdk1.6.0_20/bin
export PATH
JAVA_HOME=/opt/java/jdk1.6.0_20
export JAVA_HOME

If you want to set a CLASSPATH or need to for what you're trying to do, it's
similar:
CLASSPATH=/path/to/stuff/you/want/to/include:.

Note the '.' at the end there--that means "look in the current directory
too."

After you make those changes to ~/.bashrc you'll have to logout and log back
in for them to take effect.
-- 
Matthew Woodward
[email protected]
http://blog.mattwoodward.com
identi.ca / Twitter: @mpwoodward

Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to