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