When I try to run the javac tool from within the Shell environment, I get a missing class definition. It appears that the classes required for building Java applications/applets are not on the path within the environment. How do we enable this? CLASSPATH change? Installing and adding the tools.jar?
twilson |