| === sss [i=sss@gateway/tor/x-2020ac6a4a2445f7] has joined #ubuntu-java | ||
| === doko [n=doko@dslb-088-073-072-017.pools.arcor-ip.net] has joined #ubuntu-java | ||
| === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java | ||
| === sss_ [i=sss@gateway/tor/x-450a44cd96cb3576] has joined #ubuntu-java | ||
| === ytojack [n=ytojack@219.131.113.112] has joined #ubuntu-java | ||
| === sss [i=sss@gateway/tor/x-6b0576847909cef3] has joined #ubuntu-java | ||
| === kmxdot [n=skald@208.104.151.215] has joined #ubuntu-java | ||
| === sss [i=sss@gateway/tor/x-5b2753fdff8f730a] has joined #ubuntu-java | ||
| === dharrigan [n=david@host12.williamhill.co.uk] has joined #ubuntu-java | ||
| === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java | ||
| === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-java | ||
| === jamo [n=bantu@intra30.kku.ac.th] has joined #ubuntu-java | ||
| jamo | hello | 11:27 | 
|---|---|---|
| jamo | how to install jre on ubuntu 7.04 | 11:28 | 
| jamo | I added extra repositories | 11:29 | 
| jamo | and sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts | 11:30 | 
| jamo | but it didn't install anything | 11:30 | 
| man-di | then its probably already installed | 11:53 | 
| man-di | make sure you have multiverse listed in your sources.list | 11:54 | 
| === deaforc [n=robert@195.92.81.244] has joined #ubuntu-java | ||
| === deaforc [n=robert@195.92.81.244] has left #ubuntu-java ["Ex-Chat"] | ||
| jamo | man-di: yes | 12:30 | 
| jamo | man-di: deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse | 12:31 | 
| jamo | deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted universe multiverse | 12:31 | 
| man-di | which arch are you on? i386? amd64? | 12:31 | 
| jamo | i386 | 12:32 | 
| man-di | what does dpkg -p sun-java6-jre output? | 12:32 | 
| man-di | and apt-cache policy sun-java6-jre | 12:32 | 
| jamo | man-di: could i put output dpkg here? | 12:34 | 
| man-di | use http://paste.debian.net/ | 12:39 | 
| man-di | or some other paste bin | 12:39 | 
| jamo | http://paste.debian.net/35347 | 12:43 | 
| man-di | ouch | 12:44 | 
| man-di | I mean dpkg -l sun-java6-jre | 12:44 | 
| jamo | man-di: http://paste.debian.net/35348 | 12:46 | 
| jamo | man-di: I got it | 12:53 | 
| jamo | man-di: Thanks a lot | 12:53 | 
| man-di | sorry, was away to get some food | 01:30 | 
| man-di | what was the solution? | 01:30 | 
| jamo | man-di: I got it | 01:30 | 
| jamo | man-di: now I try to install Phpeclipse | 01:31 | 
| jamo | I have to go | 01:31 | 
| jamo | bye | 01:31 | 
| === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #ubuntu-java | ||
| === jamesstansell [n=james@wsip-24-249-157-103.tu.ok.cox.net] has joined #ubuntu-java | ||
| === pteague_work [n=xx10727@ip72-213-145-156.ok.ok.cox.net] has joined #ubuntu-java | ||
| === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-java | ||
| === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-java | ||
| === tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-java | ||
| === yrlnry [n=mjd@SEASNet-38-132.seas.upenn.edu] has joined #ubuntu-java | ||
| === jamesstansell_ [n=james@wsip-24-249-157-103.tu.ok.cox.net] has joined #ubuntu-java | ||
| === jamesstansell_ [n=james@wsip-24-249-157-103.tu.ok.cox.net] has joined #ubuntu-java | ||
| === jamesstansell_ is now known as jstansel_ | ||
| === jstansel_ is now known as jamesstansell | ||
| === jamesstansell [n=james@adsl-209-184-36-173.dsl.tulsok.swbell.net] has joined #ubuntu-java | ||
| === leonel [n=leonel@189.155.94.26] has joined #ubuntu-java | ||
| === pteague_work [n=xx10727@ip72-213-145-156.ok.ok.cox.net] has left #ubuntu-java ["Leaving"] | ||
| yrlnry | I just installed sun java on my Ubuntu laptop. But I don't know how to properly set the JAVA_HOME environment variable. | 05:51 | 
| yrlnry | the page at https://help.ubuntu.com/community/Java doesn't say. | 05:51 | 
| yrlnry | On other machines, the java stuff was all installed into /usr/local/java, and I set JAVA_HOME to that, but that isn't the case here. | 05:51 | 
| leonel | did you updated hte alternatives for java ? | 05:51 | 
| yrlnry | Yes. | 05:52 | 
| tmarble | yrlnry: did you see...? /usr/share/doc/sun-java6-jre/JAVA_HOME | 05:52 | 
| yrlnry | I didn't see that. Thanks! | 05:54 | 
| leonel | man-di: installed icedtea and worked fine with tomcat | 05:54 | 
| yrlnry | Is there an ubuntu package for jdbc, or do I need to download that directly from sun? | 06:00 | 
| jamesstansell | yrlnry: the jdbc interfaces should already be included | 06:03 | 
| jamesstansell | generally the db vendors supply the drivers themselves | 06:04 | 
| yrlnry | Thanks. How should I set JDBC_HOME? | 06:05 | 
| jamesstansell | what uses JDBC_HOME? that doesn't ring a bell with me | 06:05 | 
| jamesstansell | which app are you trying to run? | 06:06 | 
| yrlnry | It's required for one of the targets that Maven is trying to build. | 06:06 | 
| yrlnry | Embedded error: /home/mjd/treebase/trunk/treebase-web/${env.JDBC_HOME} not found. | 06:06 | 
| yrlnry | I guess the next step is to look at the pom file. | 06:07 | 
| jamesstansell | just guessing - but you'll need an appropriate JDBC driver and the JDBC_HOME would be set according to where you put the driver | 06:08 | 
| yrlnry | The pom file has: | 06:08 | 
| yrlnry | <fileset dir="${env.JDBC_HOME}"> | 06:09 | 
| yrlnry | <include name="jdbc.properties"/> | 06:09 | 
| yrlnry | Maybe the right approach here is to ask the guy who wrote the pom file. | 06:09 | 
| yrlnry | Thanks for your help. | 06:09 | 
| jamesstansell | good luck :) | 06:09 | 
| === xhaker [n=xhaker@83-223-182-94.cpe.netmadeira.com] has joined #ubuntu-java | ||
| === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-java | ||
| === jamesstansell_ [n=james@wsip-24-249-157-103.tu.ok.cox.net] has joined #ubuntu-java | ||
| === jamesstansell_ is now known as jamesstansell | ||
| === tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-java | ||
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!