@# Quotes DB     useful, funny, interesting





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



Comments:

<0> bonsoir
<0> comment ca va tout le monde?
<0> allez chier gang de cave
<0> vous comprennez tu la?
<1> Ja, meine bier ist sehr gut.
<0> vachier men t pas bo persone taime
<2> Dj_N2P: dude, get a clue
<2> hi ricky, everyone
<0> Clackwell : t drole toi
<1> Dj_N2P: Francais, c'est merde pour los informations technologiques.
<0> tu devrais prendre des cours
<1> los? Damn Spanish..
<1> Dj_N2P: en tu ecole d'enfants, apprendre l'anglais.
<3> J'ai un lapin blanc dans mes pantelons. Et j'adore ma trouse parce que il y a un vache la.
<1> Haha.
<1> Sorry, mouarf.



<0> caliss faudrais tu tamliore + que ca paske ca fait dure la
<3> paske? jesus... you can't even type french properly.
<0> I can but I want not do an effort for you
<1> Dj_N2P: d'accord. la sortie sont ici: /quit
<4> hello
<2> hi
<4> hgow r u
<2> i don't speak that language, sorry.
<4> how r u
<4> what language u spak
<2> english, but i ignore people talking with "u", "r", etc.
<1> By golly, dear chap, it seems apparent that you are unable to converse with any skill in the language du jour.
<1> You too, LetsBcool.
<5> Javasta Del Vista, Jpunk !
<4> ok..sorry but this is the first time i m here.
<1> Have you a Java question?
<4> what kind of questions..
<1> Ones about Java.
<2> go, ricky, go, find out what his problem is. ;)
<6> you did manage to make my ignore list without me even being here
<1> I thought it was apparent.
<6> in the immortal words of many users past, *plonk*
<4> no..i m just looking for a job..
<2> omfg :)
<2> good night
<4> thnx..
<1> LetsBcool: Consider upgrading your English skills. There are courses.
<4> i m doing my best..
<4> just because i don t have computer at home
<1> Try not to abbreviate, e.g., 'thxs', it's not English.
<4> and i must be as faster as i can
<4> because i m in a cyber caffe
<7> I'm trying to change my PATH environment variable to the exact path name to javac but it still doesn't find it when I call it from anogther directory. Anybody have any suggestions?
<1> You don't specify files, you specify directories.
<1> E.g., add c:\jdk1.5.0\bin to PATH.
<8> letsBcool where are you from
<8> hey mig_79 what is the error m***age ?
<7> C:\Program Files\Java\Java Programs>javac MyFirstApplet.java
<7> 'javac' is not recognized as an internal or external command,
<7> operable program or batch file.
<1> mig_79: echo %PATH%
<7> C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\Program Files\Java\jdk1.5.0_06\bin
<8> maybe restart if don't try it before
<1> dir "C:\Program Files\Java\jdk1.5.0_06\bin" - don't paste it, it might be big, but check that javac.exe is there.
<7> ricky_clarks, it is there.
<7> nesho, i'll try it
<8> ok
<7> bbl
<1> No need to restart, that's gabble.
<8> depends what kind of windows he have
<1> Not in the slightest
<8> maybe hi have 98
<8> maybe he have 98
<1> Again, entirely irrelevant.
<8> ok
<9> http://www.waterfall2006.com/ awesome :)
<1> I'm glad that's sarcasm.
<10> i need to download Sun Java 1.5.0 (SDK) .. is this the correect package? JDK 5.0 Update 6 ?
<1> OmiKoRn: That's fine.
<8> ricky here are you from
<10> thank you ricky_clarks



<1> nesho: I live in Manchester, England.
<8> nice place for programming :)
<7> it worked. thx nesho & ricky_clarks
<8> did it ?
<8> :)
<1> mig_79: All you needed to restart was your DOS window.
<8> yes
<8> u are right
<8> my mistake for restarting whole system
<7> no prob nesho, thanx tho
<7> bbl
<11> has anyone used shutdown hooks?
<1> Ask the question.
<11> how do you prevent System.exit from proceeding?
<1> A security manager can do that.
<10> can somebody explain why do i get this error?
<10> java.sql.SQLException: Io exception: Invalid
<10> connection string format, a valid format is:
<10> "//host:port/service_name" [16]
<10> ===========> ConfigurationData.test: Error connecting:
<10> jdbc:oracle:thin:@//qualcon-sing.propagation.net:1521/
<10> - as system/
<9> have you ensured you're actually using the oracle jdbc cl***?
<1> OmiKoRn: Wow, did you do it everywhere?
<1> OmiKoRn: IRC channels have topics. I'm not an op here, damn.
<12> ricky_clarks: isn't your topic "GOOGLE * JUST ASK! * FAQ/Paste: http://javafaq.mine.nu * NO Homework/Javascript/Warez/Msg'ing" ?
<10> ok sorry
<10> how about this http://pastebin.com/536444?
<10> mike2_: how?
<12> you probably need a service_name
<10> what do you mean?
<12> the database name
<12> What's the "- as system/" bit on the end anyway?
<12> myhost:1521:orcl
<12> eg
<12> the error message even tells you
<12> dbc:oracle:thin:@//qualcon-sing.propagation.net:1521/frob
<12> jdbc:oracle:thin:@//qualcon-sing.propagation.net:1521/frob
<10> ok thanks
<10> it worked
<12> Next time, read the error message.
<12> I don't know anything about oracle at all, I just looked at the error message, and http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
<13> how do you display java.library.path?
<13> if i don't set CL***PATH (in the environment variable), is it still set for the current directory? (.)
<12> Hmmm it might not be set as such, but it uses . I think
<12> Maybe
<12> Try it :)
<13> when i do 'java packagename.helloworld' in packagename directory, it works.. so that means that it's set, right?
<14> java.library.path is used for native libraries, not for java cl***es
<13> yeah, the two questions are separate in nature..
<13> can you debug a dll in visual c++ which is invoked in java program by jni?
<15> do you know of any way to put a JPanel or similar container in a JScrollpane?
<16> #SPM2#=6?3:#SPM2#=5?3: Anyone know what the regex pattern should be to capture everything from '?' to ':' ?
<17> morning
<14> hello Argenti
<1> LLyric: That's what the topic here is, yes. I'm not sure what you're on about.
<18> anyone know of any good Java Swing tutorials/reading besides the one java.sun.com? I hate doing GUI in Java, but it's required for a project
<1> What's wrong with the Sun one? If you tell us that we might be able to point you to one that is more useful.
<18> I am not used to the layout managers and getting everything to line up the way I want it to
<18> controls either hug the borders, not enough space between them
<18> i'm use to the absolute positioning of controls, so it's a challenge for me
<18> even though I know netbeans added that extended absolute layout manager
<1> I do my layouts in terms of percentiles.
<1> ninlar: See http://lavender.cime.net/~ricky/netsim/oldham - look at Week 12, and the PercentLayout thing two lines below it.
<18> will do, thanks for the info
<1> If you want more general stuff about layout, there are some examples in week 2, but the formatting's a bit messed up, best to look at the screenshots.
<18> ok
<18> oh cool, custom layout manager
<19> morning
<18> looks like absolute positioning is already in Swing/AWT: http://java.sun.com/docs/books/tutorial/uiswing/layout/none.html
<1> Yes, but that's a bad way of doing it.
<18> why?
<20> HI! I have a question: how do i implement the enabling/disabling of menu items that will depend on certain states of the software. Like, if a certain object is selected, some menus will be enabled and others disabled.


Name:

Comments:

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






Return to #java
or
Go to some related logs:

cum sa floodezi
#php
irc quote db software
cam fik
how to undo a bra
accelerated c++ pdf
#linux
#AllNiteCafe
eAccelerator can not be loaded twich
#linux



Home  |  disclaimer  |  contact  |  submit quotes