=== AfC [i=andrew@ppp122-233.static.internode.on.net] has joined #ubuntu-java | ||
=== man-di_ [n=mkoch@dynadsl-080-228-201-251.ewetel.net] has joined #ubuntu-java | ||
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java | ||
doko | man-di_, vil: it's weekend ;-) anyway, away for most of the time today | 08:04 |
---|---|---|
vil | doko, morning | 08:04 |
vil | doko, looked at the bug and it seems ok, though i tested it only on i386 | 08:05 |
vil | you can see few comments in my mail | 08:05 |
vil | doko, reading your reply, i don't exactly understand, what shall i add to that bug? i don't have access to an amd64 to test my stuff | 08:08 |
doko | ahh, ok, then nevermind | 08:09 |
vil | doko, tested the updated disable-junit4 on ppc and that works, i guess we would like to get it to feisty | 08:10 |
vil | how difficult is it now to upload 3.2.2-0ubutnu2? | 08:12 |
=== man-di_ is now known as man-di | ||
=== AfC [i=andrew@ppp122-233.static.internode.on.net] has joined #ubuntu-java | ||
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-java | ||
=== golpira [n=golpira@c-69-137-166-192.hsd1.de.comcast.net] has left #ubuntu-java ["Konversation] | ||
=== golpira [n=golpira@c-69-137-166-192.hsd1.de.comcast.net] has joined #ubuntu-java | ||
=== netjoined: irc.freenode.net -> brown.freenode.net | ||
=== man-di [n=mkoch@dynadsl-080-228-201-251.ewetel.net] has joined #ubuntu-java | ||
=== man-di_ [n=mkoch@dynadsl-080-228-201-251.ewetel.net] has joined #ubuntu-java | ||
=== b52laptop [n=mohammed@41.248.3.252] has joined #ubuntu-java | ||
b52laptop | hi | 05:49 |
b52laptop | javac is not recognized like command in my system , in my .bashrc i got | 05:50 |
b52laptop | export JAVA_HOME='/usr/lib/jvm/java-6-sun-1.6.0.00/' | 05:50 |
b52laptop | PATH=.:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH | 05:50 |
b52laptop | anyone have an idea ? | 05:50 |
man-di_ | export PATH | 05:57 |
b52laptop | man-di_, it didn't change the javac result ! | 06:00 |
b52laptop | :( | 06:00 |
man-di_ | please do 'echo $PATH' end tell me | 06:01 |
man-di_ | and what shell are you using? bash? | 06:01 |
b52laptop | yeap bash | 06:01 |
b52laptop | echo $PATH | 06:02 |
b52laptop | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games | 06:02 |
b52laptop | man-di_, | 06:02 |
man-di_ | so its not in your PATH | 06:02 |
b52laptop | hm | 06:02 |
man-di_ | btw: should not be needed in there either | 06:02 |
man-di_ | sun-java6-jdk package is installed? | 06:02 |
b52laptop | argh ! | 06:03 |
b52laptop | nop | 06:03 |
b52laptop | i'm installing it | 06:03 |
=== b52laptop feel a little bit stupid | ||
man-di_ | then do 'update-java-alternatives --set java-6-sun' | 06:04 |
man-di_ | then /usr/bin/javac and /usr/bin/java should point to the right thing | 06:04 |
b52laptop | man-di_, thanks man | 06:05 |
b52laptop | working | 06:05 |
b52laptop | like a charm :) | 06:05 |
b52laptop | man-di_, it works , but the JAVA_HOME VARIABLE and $ PATH are still empty and i need them to start tomcat :d | 06:16 |
man-di_ | tomcat from ubuntu or upstream tomcat? | 06:17 |
man-di_ | you dont need them for tomcat from ubuntu | 06:17 |
man-di_ | and you only need JAVA_HOME for upstream tomcat | 06:18 |
b52laptop | tomcat for ubuntu | 06:18 |
man-di_ | have you actually started a new terminal to get the new .bashrc sourced? | 06:18 |
b52laptop | source=.bashrc | 06:18 |
b52laptop | ? | 06:18 |
man-di_ | then you dont need to set PATH and JAVA_HOME | 06:19 |
man-di_ | tomcat should use/find the JDK6 automatically | 06:19 |
b52laptop | root@med-laptop:/home/mohammed# /usr/local/apache-tomcat-6.0.10/bin/startup.sh | 06:19 |
b52laptop | Neither the JAVA_HOME nor the JRE_HOME environment variable is defined | 06:19 |
b52laptop | At least one of these environment variable is needed to run this program | 06:19 |
b52laptop | i source the bashrc | 06:19 |
b52laptop | but :( | 06:19 |
man-di_ | thats upstream tomcat, not ubuntu tomcat | 06:20 |
b52laptop | upstream = ? | 06:20 |
b52laptop | yu mean a tomcat from ubuntu repo | 06:20 |
b52laptop | hm | 06:20 |
man-di_ | upstream = the version from the people who wrote the software | 06:20 |
man-di_ | from ubuntu = installed via apt-get from some repo | 06:20 |
b52laptop | hm ok | 06:21 |
man-di_ | to get your .bashrc read either start a new terminal or do 'source ~/.bashrc' | 06:21 |
b52laptop | source /home/mohammed/.bashrc | 06:22 |
b52laptop | and still tomcat complaining :( | 06:22 |
b52laptop | i think i must export the variable on the shell directly ? | 06:22 |
man-di_ | then something is wrong what you wrote into .bashrc | 06:23 |
b52laptop | hm | 06:23 |
man-di_ | show me your .bashrc by pasting it to http://rafb.net/paste | 06:23 |
b52laptop | ok | 06:23 |
b52laptop | man-di_, http://rafb.net/p/sE6fO468.html | 06:24 |
b52laptop | man-di_, ls /usr/lib/jvm/java-6-sun | 06:26 |
b52laptop | java-6-sun/ java-6-sun-1.6.0.00/ | 06:26 |
man-di_ | looks okay | 06:26 |
b52laptop | should i put java-6-sun in my bashrc | 06:26 |
b52laptop | ? | 06:26 |
b52laptop | or java-6-sun-1.6.0.00 ? | 06:26 |
man-di_ | btw: you know that '.' in PATH can be a security issue? | 06:26 |
b52laptop | hm | 06:27 |
b52laptop | if i remove it , it will work ? | 06:27 |
man-di_ | java-6-sun is a symlink to java-6-sun-1.6.0.00 | 06:27 |
man-di_ | no, its independant | 06:27 |
b52laptop | hm ok | 06:27 |
man-di_ | please try 'export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.00"' on the command line | 06:28 |
man-di_ | and btw setting your CLASSPATH globally in your .bashrc can be pretty harmful for your system | 06:29 |
man-di_ | and cause many issues (but not this one) | 06:29 |
b52laptop | export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.00" | 06:31 |
b52laptop | root@med-laptop:/home/mohammed# echo $JAVA_HOME | 06:31 |
b52laptop | /usr/lib/jvm/java-6-sun-1.6.0.00 | 06:31 |
b52laptop | root@med-laptop:/home/mohammed# | 06:31 |
b52laptop | but still tomcat complaining ! | 06:32 |
b52laptop | what do you think if i make export PATH=/usr/lib/jvm/java-6-sun/bin//usr/lib/jvm/java-6-sun/jre/bin/:$PATH | 06:32 |
b52laptop | in my bashrc? | 06:32 |
b52laptop | what the other alternatives for CLASSPATH ? | 06:33 |
man-di_ | dont set CLASSPATH in your .bashrc, only set it in a script when you actually need it | 06:34 |
b52laptop | hm ok | 06:34 |
man-di_ | I dont know what tomcat 6 is checking for in JAVA_HOME, perhaps you need to install another package in addition | 06:35 |
b52laptop | hm | 06:35 |
man-di_ | you should look into the tomcat6 startup.sh script and check | 06:35 |
b52laptop | ok | 06:35 |
man-di_ | export JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.00" is definitely correct | 06:35 |
b52laptop | ok | 06:37 |
b52laptop | hm | 07:52 |
b52laptop | apt-cache give me java6 | 07:52 |
b52laptop | and i want to install java5 | 07:52 |
b52laptop | from the repo | 07:52 |
b52laptop | ? | 07:52 |
b52laptop | how could i do ? | 07:52 |
vil | apt-cache search java5 | 07:55 |
b52laptop | vil, no result :d | 07:56 |
b52laptop | opps | 07:56 |
b52laptop | i just changed the repos | 07:56 |
b52laptop | .... | 07:56 |
vil | b52laptop, http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=sun-java5&searchon=names&subword=1&version=all&release=all | 07:59 |
vil | you must have some issue with repo config | 07:59 |
b52laptop | vil, yeap thanks , just fix it now | 07:59 |
=== b52lap [n=mohammed@adsl196-212-104-217-196.adsl196-12.iam.net.ma] has joined #ubuntu-java | ||
=== doko_ [n=doko@dslb-088-073-096-183.pools.arcor-ip.net] has joined #ubuntu-java | ||
vil | man-di_, how do i select, which java compiler will be used for ant javac | 09:32 |
vil | ? | 09:32 |
vil | is it JAVA_HOME? | 09:33 |
vil | got it | 09:38 |
man-di_ | normally ant uses 'modern' from JAVA_HOME | 09:39 |
man-di_ | but you can select the compiler in the javac tag | 09:40 |
vil | doko, ping? | 10:34 |
doko | vil: pong | 10:47 |
vil | doko, good evening | 10:47 |
vil | i wanted to ask if we are going to upload the fixed eclipse for ppc? | 10:48 |
doko | vil: sure, you can do that. but maybe update from the repository as well | 10:49 |
vil | ok | 10:49 |
vil | doko, what will be the version number? 0ubuntu2? | 10:49 |
doko | yes | 10:50 |
doko | I think we didn't update debian yet | 10:50 |
vil | doko, is there any process for this fix upload or can i "just" upload? | 10:50 |
doko | just upload | 10:50 |
vil | ok, that's it | 10:51 |
=== doko [n=doko@dslb-088-073-096-183.pools.arcor-ip.net] has joined #ubuntu-java | ||
vil | doko, i got this message when creating the package... | 11:26 |
vil | dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address | 11:26 |
vil | should i mess with the maintainer or can i just go ahead? | 11:26 |
vil | nite | 11:46 |
doko | vil: you should "mess" with it | 11:56 |
doko | XSBC-Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> | 11:57 |
doko | Maintainer: Ubuntu MOTU developers <ubuntu-motu@lists.ubuntu.com> | 11:57 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!