| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
<waz> wow, suns out <waz> hurricane has past <MXV> waz: looting time= <waz> mxv, I'm well armed <MXV> good good now drive around looking for tipped over mobile homes to loot <waz> unfortunately we didn't get hit hard enough, have to drive 2 hours to find the tipped homes <ivans> MXV: do you know why we speak with our mouths? <ivans> MXV: so that we could taste the words we say :-) <MXV> words like.. munge? <ivans> words like looting :-p <ivans> particularly in cases where you use it to entice people of limited intellect to do harm to third parties >:-) <MXV> the mobile home owners are the limited ones <MXV> slang munge 2 <jjava> munge (2 of 6): Munging is the act in which one jumps on the stomach of a dead corpse and eating through fallatio the embalming fluids which erupt out of the corpse in the jumping process. <MXV> putrefaction is tasty too <jstepka-w> salgn putrefaction <MXV> or wait.. proctology! <jstepka-w> slagn putrefaction <MXV> slang putrefaction example <jjava> putrefaction example (1 of 1): the dead corpse has been left on the side of the road, with the leg torn threw the upper mouth with rotten flesh,and an indication of <MXV> indication of putrefaction++ <Randomnic> someone tell me how to point to a cl***path with bash? <Randomnic> Rules.java:0: error: Can't find default package `java.lang'. Check the CL***PATH environment variable and the access to the archives <Randomnic> [javac] 1 error <Randomnic> ? <Epesh> Randomnic: stop using kaffe <Randomnic> huh? <ufc> :P <Epesh> Randomnic: javac -v <Epesh> show the output <MXV> alternatively just download a fresh SDK from http://java.sun.com/j2se/1.4.2/download.html <Randomnic> java -version <Randomnic> java version "1.5.0_05" <Randomnic> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05) <Randomnic> Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode, sharing) <Randomnic> i got a brand new one <Randomnic> which jar file <Randomnic> would java.lang be found in? <Randomnic> oops sorry <MXV> check your javac version instead <Randomnic> javac -v didnt work <MXV> that's a good indication as such <Randomnic> invalid flag -v <Randomnic> javac -cl***path / <MXV> that's a bad idea <Randomnic> but i dont know where java.lang is located however i was told they are all in jar files <Randomnic> no i am not oging to use / i just used that as an example of the dir that i need to input <MXV> it's in rt.jar but that's always on the cl***path.. you probably have some other crap on there as well <Number-6> you are beyond help <Randomnic> so do the javac -cl***path /tothedirwhere rt.jar <Randomnic> ? <Number-6> that should already be on your cl***path. <Number-6> you should not have to include it at all. <MXV> do not put rt.jar on the cl***path <Randomnic> i know thats what i dont get <MXV> instead make sure the cl***path environment variable is not set <Number-6> the fact that it isn't working suggests that your JAVA_HOME variable isn't set correctly or that your installation is ****ed up. <MXV> also clean out all other environment variables <Randomnic> java_home is working correctly though <Number-6> it's probably a path or environment variable problem. <Number-6> or your installation is totally screwed <Randomnic> hrmm so u say re-install java? <MXV> the whole operating system even <Number-6> i say check your path and make sure it's pointing at the java you think it should be pointing at <MXV> try windows next time <MXV> re-isntalling java won't fix your environment <Number-6> and make sure your JAVA_HOME environment variable is set correctly <MXV> or well clear both JAVA_HOME and CL***PATH <MXV> both are optional and mostly cause problems <ordain> yeah <ordain> any program that requires either is evil anyway <Randomnic> JAVA_HOME is set correctly <MXV> correctly as in not set? <Randomnic> its set in /etc/profile <ordain> ouch <MXV> well take that out <Number-6> then i'd say your java install is ****ed. <MXV> which operating system/distribution is this anyway? <Randomnic> centos <jjava> centos is basically a stablized fedora core 2 <Number-6> it's probably god punishing you for running linux <Randomnic> so how do i fix this problem then? <MXV> some previous gcj install has brok things :) <MXV> Randomnic: do what we suggested, make sure none of the java related environment variables are set <Randomnic> lol i hate to ask this but how lol :( <Number-6> no lol. <dandiep> hey! <dandiep> yes, it appears I was signed off from efnet <Randomnic> heh damn <dandiep> and I have pictures to share <joeblowgt> I'm doing all the lcd4j UI crap <dandiep> http://netzooid.com/pictures/pimps/target4.html - from a pimps and hos party I went to this weekend <dandiep> thats me and my g/f <dandiep> joeblowgt: ok, well what do you need me to do <dandiep> I'm all booted into linux and ready to hack! <MXV> Randomnic: export -n CL***PATH JAVA_HOME <Randomnic> k done <joeblowgt> goth hooker? <dandiep> shes my ho <dandiep> so yah <Randomnic> now what <dandiep> thats a wig btw <dandiep> on both of us <joeblowgt> http://netzooid.com/pictures/pimps/target43.html <MXV> Randomnic: then try /full/path/to/javap java.lang.Object <joeblowgt> any pics of her turning tricks? <MXV> Randomnic: if that works try /the/same/path/javac -cl***path . Random.java <dandiep> joeblowgt: nope. they weren't legal, so it was hands off <dandiep> they're my biz partner's daughter's friends <jstepka-w> oh they're legal <joeblowgt> were they dressed up too? <MXV> Randomnic: if that doesn't work you need another computer.. or another hobby :) <joeblowgt> those outfits look fairly standard for high school chicks <dandiep> yah, they were dressed up earlier <dandiep> joeblowgt: http://netzooid.com/pictures/pimps/target11.html <Randomnic> lol this surely is not a hobby <jstepka-w> i'm not gonna lie, i'd do them all <dandiep> jstepka-h: stop lying, we know you're gay <dandiep> they were all too damn hot for their own good <Randomnic> export /usr/java/jdk1.5.0_05/bin/javap JAVA_HOME <Randomnic> -bash: export: `/usr/java/jdk1.5.0_05/bin/javap': not a valid identifier <Randomnic> god damniyt <MXV> Randomnic: wth <MXV> Randomnic: don't export that <MXV> Randomnic: just type /usr/java/jdk1.5.0_05/bin/javap java.lang.Object <MXV> that will run the javap program <Randomnic> k <Randomnic> it ran it <joeblowgt> slutty chicks++ <MXV> neat.. then try compile again, with /usr/java/jdk1.5.0_05/bin/javac -cl***path . Random.java <Randomnic> error: cannot read: Random.java <Randomnic> 1 error <MXV> echo "cl*** Random { }" > Random.java <MXV> /usr/java/jdk1.5.0_05/bin/javac -cl***path . Random.java <Randomnic> k <Randomnic> done them both <MXV> if that works you have solved the problem? :) <Randomnic> welp lets run ant one more time lol <Randomnic> Compiling 1 source file to /home/mvo/master/dr/cl***es <Randomnic> [javac] /home/mvo/master/dr/src/net/drmods/plugins/irc/Rules.java:0: error: Can't find default package `java.lang'. Check the CL***PATH environment variable and the access to the archives <Randomnic> [javac] 1 error <Randomnic> BUILD FAILED <Randomnic> file:/home/mvo/master/dr/build.xml:142: Compile failed; see the compiler error output for details. <Randomnic> nope <MXV> omfg <jjava> http://omfg.isthe****.net/ <MXV> then fix the build script
Return to java or Go to some related
logs:
football beginner Zhenka 80 Proof
|
|