Alan McKinnon wrote: > On Friday 12 February 2010 00:58:52 dhk wrote: >> I put /usr/bin/java back the way it was. >> ln -s /usr/bin/run-java-tool /usr/bin/java >> >> I set the CLASSPATH, got it from java-config --runtime >> export CLASSPATH=$CLASSPATH:/opt/sun-jdk-1.6.0.18/jre/lib/resources.jar: >> /opt/sun-jdk-1.6.0.18/jre/lib/rt.jar:/opt/sun-jdk-1.6.0.18/jre/lib/jsse.jar >> : >> /opt/sun-jdk-1.6.0.18/jre/lib/jce.jar:/opt/sun-jdk-1.6.0.18/jre/lib/charse >> ts.jar >> >> Is it safe to set the CLASSPATH as follows? >> export CLASSPATH=$CLASSPATH:`java-config --runtime` >> That seems to work too. >> >> I ran /opt/sun-j2ee-1.3.1/bin/j2ee and still got the errors. It >> definately looks like the CLASSPATH, but what should it be? > > I'm getting out of my depth here :-) > > It's been a while since I used java to any extent, and things change rapidly > in that arena. Perhaps you need a more java-specific forum, or wait for > someone with a real clue to come along and read this thread. > > >
Well, thanks for your help. I appreciate it. dhk