> I log into an
>account with administrator privaleges and attempt to compile the
>BankAccount and the BankAccountTester classes and I get an error in the
>Tester class that says "Symbol "BankAccount" not found". BankAccount
>has compiled fine however.
I gather you have your CLASSPATH and JAVA_HOME set up correctly at
home, but not on these other machines.
See http://mindprod.com/jgloss/jdk.html
on how to finish of the install. The installer does not complete the
job.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
traviswinter@gmail.com - 13 Feb 2006 22:33 GMT
Hey, on my home computer. Found neither CLASSPATH or JAVA_HOME in my
environment settings. I have found a variable called "javac" which
leads to the folder where javac is located. Also, I have the same
folder in "Path". Is that weird? heh
Thanks for the website! Hopefully that will work on the other comps :)
> I gather you have your CLASSPATH and JAVA_HOME set up correctly at
> home, but not on these other machines.
>
> Canadian Mind Products, Roedy Green.
> http://mindprod.com Java custom programming, consulting and coaching.