| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> Hmm this is odd.. The cl***path was set to c:\Program Files\Java\jre1.5.0_04\lib\ext\QTJava.zip <0> Sorry, it's on another computer, so I have to type it all out. <1> which cl*** can it not find ? <1> is it gradeTotal ? <0> Yes <0> That's the name of my program. <2> Xal: That's due to QuickTime. When I realised that, I removed QuickTime, but that's not necessary. <1> does gradeTotal.cl*** exist and where ? <2> Xal: Unset CL***PATH. In Java you don't need a global cl***path. <0> Okay <1> or add . to the cl*** path <1> in general cl***path env var should not be set <2> Yeah, QuickTime-- <1> however we are still guessing s/he has only one issue (not that safe an ***umption <0> Well I'm trying this on a program I know works. <2> I'm expecting many issues, but looking at the current symptoms. ;)
<1> yeah the problem is you don't know much or this wouldn't have happened <0> Well if everyone knew everything, we woulnd't have problems would we? <1> try java -cp . grandTotal <1> it's quicker to test this than removing the env var (which you should do) <0> I've got it working, just set the cl***path to nothing. <0> That fixed it. <0> Sorry, I just forgot how I fixed this last time. Thanks for the help. <1> either remove the env var or add . to it <1> np <2> de nada <3> hey? how do we shorten an array size? <3> array's size <4> create a new one and move the contents <4> then change the reference <3> you can't h ave the same one? <5> homework <1> the size of an array is FIXED at create time <1> use a List <5> use the Tutorial, too <3> well our teacher is wrong then lol.. he made a loop you see, in a java test <3> but the only way to get out, is for the M.Size() to be 0 <3> which is the array size <3> but it will never be zero <1> MoXeeM I doubt, he is wrong, I expect you fail to understand <3> try to understand what I just said to you <1> I did <3> well, theres a while Loop <1> since when does an array have a Size method ? <5> Your teacher wrote a method name that begins with a capital? <3> no.. sorry <3> let me get it precisely <3> ill brb <1> MoXeeM no pasting code in here <5> still homework <3> while ( m.size() != 0 ) { <4> i'm guessing m is not an array <1> X-Treme- me too <5> I'm guessing it's a different array every time through the loop <1> they are using an ArrayList, this idiot is just too stupid to read <1> stunningly comman and especially so in .ca <5> HS kids get Java courses in .ca...and the teacher tells them to go to IRC for help <1> it will teach some of them better comms skils <5> Others will be indignant that no one will tutor them for free In French. <1> darwinian <1> and others after 'Well I told them they were all F*** wits and they still won't help me, I mean I pasted all 500 lines in their damn chan' :) <4> hehe <3> sorry for the code thing <3> lol <1> MoXeeM is m and array or some other cl*** ? <1> answer that for yourself <3> m is a reference object catalogue <3> but I found the problem <3> well i though size was a normal command lol <3> but I didn't remember it was in some cl***. <3> it was defined as the index in which u are in the reference catalogue <1> MoXeeM which university or school are you at? <3> so if you delete objects <3> your index goes down <5> and your IQ <3> lol <5> See?
<1> MoXeeM which university or school are you at? <3> hey i was just saying <3> why? <3> lol <1> I want to know if you are an undergrad ? <3> yes i am <3> first year hehe <1> can you cook <3> rofl <3> of course, who doesn't <3> what you looking for someone to live with? lol <1> good you 'll be able to have a carrer tossing burgers then <3> hehe, nah im a lot better at programming, but you know sometimes, fatigue takes over <1> unless you learn to read and comprehend and to be accutrate you will never be a scientist <6> to toss a burger you don't have to be a good cook <3> but you know, you can answer a question without being a dumb*** and understanding that we all do stupid errors sometimes <1> melfar le3ave some of his ego intact :) <3> yeah watch out im really insulted <1> I answered your question and you were the dumb*** <3> In which way was I <1> want me to post the bit where your comms skills dived to ) ? <1> [12:02] <1> MoXeeM I doubt, he is wrong, I expect you fail to understand <1> [12:02] <3> try to understand what I just said to you <3> Sure, but I normally speak french, so it won't affect me much <1> and I was correct as m is not an array, <3> Well it kind of angered me, but I wasn't trying to be rude in any way <1> you were <5> And I was correct that he was a Francophone :-) <1> we were trying to help you <3> sorry. <1> and take you through a proper course of thought <1> despite that you were breaking the rules in here <1> and you get all that attitude <3> Yeah, I noticed the second I was kicked (rolls eyes) <1> it just ensures that you will get no help and have the fun made of you <1> no that wasn't the rule <5> I was surprised he's an undergrad though. Most Canadian Java Homework seems to come from high schoolers. <1> NO HOMEWORK <1> do you not read the topic <3> Oh. no I didn't read it at all <3> Hmmm <1> now it's ok to come in here for help, but don't come in demanding help with anything especially not homework <3> I can't do more than saying I'm sorry, but as you asked if size was actually a command <1> you can do lots more <3> I went to look, and saw how it was defined, and now it'll work <1> at the momnt you are providing a lot of fun <5> for some values of "a lot" <3> Well I wasn't asking you to do my homework, I was asking if you could shorten an array, thinking he made an error, but I though too fast. <1> it's nice playing with stupid people, who need to learn both manners and communication skills <1> MoXeeM we aren't even a help channel <5> Not "too fast". Simply "not enough" <3> yeah i like to play with you for example. :p <3> sure, what ever you like he <1> bofh ball <7> hi <7> i have a question <8> shoot <7> i want to put an image in java. I am using swing but i dont know how i can do it <8> use ImageIcon to load the image <1> use an ImageIcon <8> and then JLabel to display it <8> http://java.sun.com/j2se/1.4.2/docs/api/ winhelpversion: http://javadocs.planetmirror.com/javadoce.html <7> ImageIcon? <8> yes <8> its a cl***, see the apidocs for more info <7> in the source i write ImageIcon xxx = new ImageIcon(); <7> ? <8> do you know any java? <9> no so much <9> [Rob_uknow] i dont know so much <8> the apidocs show you which constructors ImageIcon has <4> Anybody know if I need a native library to run applications using javax.bluetooth ? <8> X-Treme, i'm pretty sure you do <9> ok
Return to
#java or Go to some related
logs:
how to extract *.Z file in linux #linux #c++ galaxynet sturgis mirc fedora 5 useradd #linux #windows #c++ #mirc #linux
|
|