@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> why don't you just recompile all the apps
<0> badum-zing
<0> they'd probably segfault immediately, but that's another story
<1> is there a Java dictionary somewheres?
<0> what, of a dictionary of java terms?
<0> or dictionary software in java
<2> bye
<1> java terms
<1> like... you'd seatch charAt() and it'd be like 'returns the character at position blah in the given object
<0> Memphetic: you want the api docs
<1> probably
<0> http://java.sun.com/j2se/1.5.0/docs/api/
<1> search*
<1> epix. thanks
<1> now there needs to be a plugin for eclipse that recognizes what you can type in based on what libraries you've imported
<1> so it auto-completes code



<1> hmmm... http://java.sun.com/docs/books/tutorial/java/nutsandbolts/while.html
<1> shouldn't the example at the bottom output "Copy this string"?
<3> Memphetic: how would the letter "g' be appendend to "copyToMe"?
<4> lol
<5> hi The_Vulture
<3> g'day caverdude
<4> oh gouch
<4> tks god i have left my country
<4> :-)
<6> ruds: its coz of the war going on right now ?
<4> yeah
<4> :D
<5> ruds where did you go?
<5> or is that a sercret?
<4> lol
<4> i am not in a better place though :(
<4> here in this boring country EGYPT
<4> man i wanna get out of this ****ty area
<4> i just can't stand it
<4> dont think i was born to be raised in a religous society
<4> i just dont give a damn to religion
<4> and if you're like that
<4> you dont have a place in this society
<1> well ruds
<1> know what'd make you feel better?
<1> Writing this SQL integration for my applet.
<7> hello
<7> can anybody help me using java and mysql with jdbc?
<8> only if you ask
<7> k
<7> do i need to have the connection info in java properties file?
<8> no
<7> so it has to be in the main cl***?
<8> the connection information is p***ed to java.sql.DriverManager
<8> how it gets there is irrelevant
<7> i got mysql running....now ill have to download a jdbc driver right?
<8> yes
<7> dibblego http://dev.mysql.com/downloads/connector/j/3.1.html
<7> is that the right driver?
<8> yes
<7> so unzip that file and add the .jar into my library?
<8> you have a "library"
<8> what is your "library"?
<7> i mean to a project library
<7> i dont have any library
<8> just add it to the runtime cl***path
<7> k
<7> coz in netbeans, if i click on project properties and then library...it gives me an option to add jar file
<7> and that goes in to my library folder in my project
<7> with JDK 1.5
<7> so i was wondering if i can do that
<7> can i do that?
<9> I wrote a program that uses the Windows XP look & feel, and I am trying to run it in Linux. I thought it would just ignore it and use the default. How can I make it use the default in Linux but still use the other in Windows?
<8> there is getSystemLookAndFeel somewhere
<7> dibblego k i added the path to cl***path
<8> well don't
<7> dont?
<8> add it to the runtime cl***path
<8> make sure you never set the cl***path, ever
<8> cut one finger off each time you do it
<7> how would i set it to runtime cl***path?



<8> using the -cl***path switch
<7> so java -cl***path c:\path\to\.jar file ?
<8> you don't p*** a file, you p*** a cl*** name
<9> ok thanks, i'll try that
<7> wat should be the cl*** name?
<7> dibblego wouldnt it be easier if i just add it to my IDE library?
<8> probably not - I'd suggest not using an IDE
<7> ooo
<7> well wat would be the cl*** name that ill have to add to runtime cl***path/
<8> the one that you want to execute
<7> the one i want to execute from .jar file?
<7> there is like so many cl***es
<8> you do not rock
<7> i dont
<7> i havent touched java in a long time
<8> the answer to your question lies in the very very very beginning of the Java tutorial
<10> a.k.a RTFM
<1> Hey, is there any way to check for the recent version of java on a web page?
<1> like.. if someone doesn't have it, it'll say "You need to update, noob."
<9> I am trying to run my program in Linux from a terminal window, and it says it can't open the AWT toolkit. Any ideas?
<8> Memphetic, yes, there is an automatic update thing when you install Sun JDK
<8> MokonaSan, you need to be running X
<8> or run with the headless system property
<9> I am running X because i have lots of other windowed programs (including this one) open
<8> you said you were at a terminal
<1> dibble, I want to put something on my front page that will be like "You don't have java 1.5 installed. You'll need that."
<8> Memphetic, use the <object> tag
<9> dibblego: well i mean i am running it at a terminal prompt
<1> and do what with it...?
<8> Memphetic, let the Java plugin do all that for you
<8> MokonaSan, what is the exact error message?
<9> Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit
<9> and if i run it from the NetBeans IDE window, it works fine
<8> MokonaSan, what is the exact command that you are executing?
<9> java -jar nameoffile.jar
<8> java -version
<8> what is the output?
<9> 1.4.2... hmm that's bad
<9> i wonder why it isn't using 1.5
<9> i just installed the 1.5 SDK & Netbeans
<8> not that's not the output
<8> what is the exact output?
<9> java version "1.4.2"
<9> gij (GNU libgcj) version 4.1.0 (Ubuntu 4.1.0-1ubuntu8)
<8> there is your problem
<8> make it not say that
<9> yeah, how do i change the default java version
<8> set the PATH
<8> like the install instructions say
<11> hey yall
<1> http://seldemon.com/register.php
<1> any idea why the input boxes render crooked in IE??
<1> they're perfect in firefox
<8> because IE is ****
<11> anyone online good at Hibernate?
<1> you are correct sir.
<8> leitmotiv, we don't perform surveys here, we just ask direct questions
<12> it's largely because IE and Firefox use different box layouts.
<12> IE's is NOT css compliant.
<8> http://validator.w3.org/check?uri=http%3A%2F%2Fseldemon.com%2Fregister.php
<11> jeez dibblego... i wouldn't expect anyone to necessarily Hibernate, but sure here goes...
<1> argh
<1> it was valid last I checked
<1> ohhhhh
<1> duh
<8> leitmotiv, I use it a lot - it is a pile of crap, but I still use it
<1> I forgot to move the style into my stylesheet
<1> I had it on the page so I could modify it with dreamweaver
<11> I'm just trying to figure out how to map a Map<Fu,Gu>
<8> leitmotiv, it is covered in the documentation
<11> did you hear the thing dibblego about ORM being like Vietnam?
<8> yes I did
<11> :)
<1> validated.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #java
or
Go to some related logs:

damn-nf0-viewer
#kl
logprd001
#india
#php
#allnitecafe
dalnet invite only fakeid
#india
uzay gemileri
#chat-world



Home  |  disclaimer  |  contact  |  submit quotes