On Wed, Sep 22, 2010 at 10:17 AM, Michael <[email protected]> wrote:
> Ok, did that already of course, spent my last week on google looking > for answers :) > Life as a technology person, no? > > Ok I tried to put that at the end of my /home/MyUserName/.bashrc > Well you can't put it all the way at the end. I put mine right after my HISTSIZEFILE line. Also to be save you need the full JDK. I'm not sure what /usr/lib/jbm/java-6-sun/bin is pointing to, but if that's just a JRE, you might run into issues. I always download the full JDK and untar it myself to be sure I'm not relying on whatever Ubuntu happens to deliver to me via apt-get. > > Of course, nothing changed. > Did you log out completely and log back in? I don't just mean closing your terminal. > > How can I confirm where the CLASSPATH is set? > I tried echo $CLASSPATH and got nothing at all > Then it's not getting set or you didn't log out and log back in. > > Moreover, when I run "tomcat start", it runs "startup.sh" which on its > turn runs "catalina.sh" and there I found these lines : > You're kind of answering your own question--Tomcat has its own settings. Are you trying to run the google tests *from a terminal* or *from something running in Tomcat*? It seems we're talking about two separate issues here. If you're running wsdl2java directly from a terminal, then your .bashrc settings will apply to anything you run *as that user*. If you're talking about having to add things to the classpath *for Tomcat*, that's completely different and would *not* be affected by any changes you make to .bashrc. -- 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
