16:04 < raindrop> i have a program i made long time a go that i cant get to function X) 16:05 < AskHL> okay. 16:05 -!- WHORANZONE [david@david.users.quakenet.org] has quit [Resource temporarily unavailable] 16:05 < BeN^yo> thanx 16:05 -!- Dragor_ii [~r@p54B4A10E.dip0.t-ipconnect.de] has quit [Ping timeout] 16:05 < raindrop> www.geocities.com/iooda_one/tvaEtt.java 16:05 < raindrop> thats ze code 16:05 < raindrop> errors in line 14 16 and 140 16:05 -!- VeNgameluxpoll [Bubblewrap@79-229.adsl.lpoy.dnainternet.fi] has joined #java 16:05 < AskHL> you just need to get rid of some compile-time errors?? 16:06 -!- Jorshi [~abuse@c-5469e353.025-17-6f736c2.cust.bredband.no] has joined #java 16:06 < raindrop> i think so? =) 16:06 -!- Jorshi [~abuse@c-5469e353.025-17-6f736c2.cust.bredband.no] has left #java [] 16:06 < AskHL> For one thing you might want to write which kind of error it is 16:06 < raindrop> cannot find symbol 16:07 < raindrop> class Raknare 16:07 < raindrop> err 16:07 < raindrop> symbol: class Raknare 16:07 -!- VeNgameluxpoll is now known as EzZeAnTi|OMat 16:07 < AskHL> Okay, so on line 14 the problem is that there is no such class "Raknare" 16:07 -!- Myth|off [592_Myth@access79.inet-one.de] has joined #java 16:07 -!- EzZeAnTi|OMat [Bubblewrap@79-229.adsl.lpoy.dnainternet.fi] has left #java [] 16:07 < raindrop> location: class tvaEtt 16:07 -!- ICELAND`GIBRI [~gibri@Gibri.users.quakenet.org] has quit [Ping timeout] 16:07 < AskHL> ...so you should make a class with the appropriate name and location 16:08 < raindrop> oh hmm 16:08 < raindrop> maybe it was two files 16:08 -!- n8w1ng [~Miranda@x1-6-00-13-d3-7f-3b-8c.k142.webspeed.dk] has quit [Signed off] 16:08 < raindrop> that worked together :o 16:08 < raindrop> cause i have a memory of it all working fine a few years ago 16:08 < AskHL> Yeah, well, evidently the other file was present at the time 16:09 < raindrop> if that was the case yes 16:09 < raindrop> but i dont see why a class would be missing otherwise :/ 16:09 < AskHL> Err. 16:09 -!- n8w1ng [~Miranda@x1-6-00-13-d3-7f-3b-8c.k142.webspeed.dk] has joined #java 16:10 < AskHL> The class is not defined in the file you uploaded, so obviously another file is necessary 16:10 < raindrop> boo :( 16:10 < raindrop> ay thats what i ment 16:10 < raindrop> thats why i think another file is needed 16:10 < raindrop> how crappy :/ 16:10 < AskHL> also notice there is no explicit import statement mentioning a class called Raknare, meaning it must have been in the very same directory 16:10 < raindrop> most likely yes 16:11 < raindrop> was the first java assignment i did in school 16:11 < AskHL> Certainly. 16:11 < raindrop> many years ago :) 16:11 < raindrop> have any idea of what the other file might have looked like? 16:11 < AskHL> It might have looked like this. 16:11 < AskHL> Raknare.java 16:11 < AskHL> (This is just a crazy idea I have) 16:12 < raindrop> ;P 16:12 < raindrop> i ment ze code 16:12 < raindrop> not the filename = 16:12 < raindrop> =) 16:12 < AskHL> What am I, a psychic? 16:12 < raindrop> hahah 16:12 < raindrop> no 16:12 < AskHL> It probably contained a line vaguely reminiscent of 16:12 < AskHL> public class Reknare { 16:13 < raindrop> X) 16:13 < raindrop> boo i wanted to see my first program in action :( 16:13 < raindrop> have no idea on how to get it to work again :/ 16:14 -!- jan_banan [bajs@c213-100-208-78.swipnet.se] has joined #java 16:14 < AskHL> Well, for one thing you will need the aforementioned class 16:14 < raindrop> yaa but thats what i ment 16:14 < raindrop> have no idea what it included 16:15 < raindrop> and not really able to make it out from reading the code 16:15 < raindrop> since i havent been doing java in a few years 16:15 < AskHL> I see. 16:16 < raindrop> u have no idea of what the class Raknare might have looked like? 16:16 < raindrop> or is the code to fucked for u to see that? 16:16 < AskHL> Well, suffice to say I don't think it's in the standard library 16:18 < AskHL> Also, I think the code is too 'missing' in order for me to see it 16:18 < raindrop> =) 16:18 < raindrop> ay.. 16:18 -!- \chinVi [svampen@cpc1-swan1-0-0-cust781.swan.cable.ntl.com] has joined #java 16:18 < raindrop> just know its some shit i wrote 16:18 < raindrop> but i dont think it had that much code in it :/ 16:18 < AskHL> Look deep inside your mind and find out where you put that file 16:18 < raindrop> hah i know where i put it 16:18 < raindrop> on my school drive 16:18 < raindrop> but it was erased many years ago :P 16:19 < AskHL> Allright then. 16:19 < raindrop> just found this by chance and wanted to see what it did 16:19 -!- \chinVi [svampen@cpc1-swan1-0-0-cust781.swan.cable.ntl.com] has left #java [] 16:21 < raindrop> well thanks anyway 16:21 < AskHL> No problem!