@# Quotes DB     useful, funny, interesting





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



Comments:

<0> eh
<0> anyone familiar with regular expressions?
<0> i want to take a string and replace every occurance of a space with "\ "
<1> anyone know much about eclipse plugin development i want to add a property page
<2> defc0n use String.replaceAll(" " , "\ ");
<3> is it considered practical to use an interface for methods and reference variables? (eg I don't see them so I have to keep looking at the interface, but its a generalized form though)
<3> meaning that i have 2 cl***es with the exact same stuff
<3> maybe will have 4-5 more tho
<3> my problem: its annoying that i have to keep looking at the interface for variable names
<4> lo
<5> i have visited java.net
<5> and read interesting articles
<4> an encrypted string of 43 chars, ending with =
<4> with points (.) sometimes
<4> what can it be?



<6> magic?
<6> a genetic experiment?
<4> it's generated with java :p
<4> it's your mother playing with base64 maybe
<4> what do you think :)
<6> yeah, good thinking
<7> hi anyone arround ?
<8> maybe..
<9> how to convert a dvd movie to mpeg or divx?
<4> javaq_: alt+f+x
<10> didn't work for me :/
<8> javaq_: http://www.videohelp.com/ <- you'll find it there
<4> try alt+f4
<10> maybe me client doesn't support converting mpeg to divx
<5> :))
<5> me eather
<5> I only get vcd
<5> maybe with alt+F4 I'll get avi
<5> :0
<4> ok so /quit and /quat are on a boat, /quat falls in the water, how stills on the boat?!
<10> what is alt?
<10> I thought that was a usenet thing
<10> /quit
<5> ./quit
<4> hhhhhahhahah you turk :)
<5> :))
<4> who knows xml base64 encryption
<10> base64 encryption?
<7> i installed j2eesdk on my linux box but i cant access http://192.168.1.2:8080 for eg, do i haqve to configure apache or tomcat to point to the installation directory of JDK? i would really appreciate some help here !! thanks
<10> there is base64 encoding..
<8> did you start tomcat ? :P
<4> well I read XML encryption
<4> http://www-128.ibm.com/developerworks/xml/library/x-encrypt2/
<4> with the: http://www-128.ibm.com/developerworks/xml/library/x-encrypt2/listing2.html
<7> yeah i did
<4> XmlEncryption cl***
<7> _X_Treme do i have to point the tomcat JAVA_HOME: directory to the directory where i installed JDk ?
<8> set the JRE_HOME environment variable to point to your JDK or JRE installation dir
<11> hi, why does myobject.getCl***().getCl***Loader() return a null pointer?
<11> ***uming myobject is valid
<4> because java ****s :)
<11> lol
<11> anyone?
<9> java is not gay
<9> come on guys
<11> anyone know about the bootstrap cl***loader?
<5> what is bootstrap
<12> someone tell me the syntax for implementing two interfaces?
<12> nm
<7> i installed j2eesdk on my linux box but i cant access http://192.168.1.2:8080 for eg, do i haqve to configure apache or tomcat to point to the installation directory of JDK? i would really appreciate some help here !! thanks
<13> hello
<2> hey!
<14> hello does anybiody here knows how to display decimal with xxx.00 instead of xx.0
<14> i use the Float.parseFloat(amount) if no decimal in my amount the display is 1 decimal only..
<14> anybody any hint?
<14> dont want to convert it to string.. just same declaration..
<15> morning
<1> anyone in here use ant to write files ?
<9> ant?
<1> apache ant
<1> you know kinda like make



<16> I've created 4 buttons from java.awt.Button anyone can tell me how can i put a tittle in my window?
<16> I've created 4 buttons from java.awt.Button anyone can tell me how can i write a tittle in my window?
<16> Anyone know how can i create a *.JAR file from netbeans?
<16> anyone can help me please?
<17> hey, I have a few problems
<17> In my Swing-app norwegian characthers show up as '?'
<17> AND I want to know how to show pdf docuemnts there
<17> Preferably by using acrobat reader
<18> hi
<18> i have a question related to single signon
<19> that's good
<18> is there a solution that works across different app server instances?
<19> yes
<19> not much point to SSO if not
<18> so it works across different jvm, right?
<19> yes
<19> and different app servers as well
<20> You just have to "trust" what the authentication mechanism gives the appserver
<19> so weblogic on servers 1,2 and Sun AS9 on servers 3,4
<19> LLyric: a decent SSO is usually trustable :)
<18> do you recomend a specific solution?
<20> jottinger: that's the point, I know.
<19> pg_: IDX, by authentisoft
<18> something opensource, maybe?
<19> um
<19> project liberty might be open source
<19> but usually SSO is one of those things you're willing to invest in because it's kinda mission critical and you don't want some 16 year old writing your SSO solution
<18> :)
<21> heh
<18> ok, thankyou
<21> jottinger: what timezone are you?
<19> Indiana East
<19> basically eastern TZ, without daylight savings
<21> ah right
<19> I'm now downloading all 180MB of update patches
<19> ... or more
<22> Hi guys. can anyone tell me, how many constructor methods can i provide in a cl***?
<22> Am i limited in that?
<23> i think you aren't
<23> it should be like "normal" methods
<24> as many as you can type
<22> Ok thnx:)
<16> Anyone can tell me how can i write a TITTLE in my JFrame?
<24> [houston] what does the setTitle method do ?
<16> calchas: sets the title
<16> i didnt read it before
<16> sorry
<24> :)
<25> does anyone know a reliable way to get the server software version (i.e apache 1.33.27 or IIS5 etc) from a URLConnection or URL object? At the moment im just connecting to a link on the server i know will be incorrect and parsing the result for the version
<16> calchas: do u know in netbeans how can i c
<16> ops
<16> calchas: i've written: JFrame.setTitle("Ol");
<16> calchas: but it didn't work, why? "<identifier> expected"
<16> what can i do?
<24> netbeans ****s, I don't use it
<16> and what can i use
<24> it's not a static method
<24> a simple editor
<16> hey
<24> but it's you not netbeans in this case
<16> calchas: the program is OKEY, but it doesnt have a title, so what command can i write there? JFrame.setTitle("Titleee test"); ???
<16> it didnt work
<25> he answered why!!
<25> its NOT a statice method!
<25> *static
<24> you can't use JFrame like that
<24> see thejavatutorial.com
<24> learn about OO then look at the swing trail
<16> ok
<16> thks
<24> you need to call that method on an object
<16> cool


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#teens
#linux
#php
mysql skip grants
#asm
serial ChessBase9
#c++
zobbu
trackerbittorent.com
#MissKitten



Home  |  disclaimer  |  contact  |  submit quotes