@# Quotes DB     useful, funny, interesting





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



Comments:

<0> sabre and Deano a lot of thanks!!
<1> lol ok mans no problemo
<0> jeje
<1> now that's one dude i'm not giving help to...glad he's gone :)
<0> do you need help sabre ??
<1> yes i need a raise...can you help me?
<0> jejejeje
<1> :|
<0> whats your work?
<1> consists of mainly chatitng on irc
<1> chatting*
<0> you earn money with chatting ?
<1> apparently :)
<0> jaja
<1> i thought you weren't laughing?
<0> yes, now Im laughing



<2> hello
<0> hello
<2> i'm trying to compile some cl***es that import cl***es in a another jar
<2> i tried the following but am getting errors:
<2> javac -cl***path "C:\Documents and Settings\jim\Desktop\CI\lib\*" *.java
<2> i execute that from the command line within the deepest package
<2> why wouldn't this work?
<2> the various jars and zips are in the lib dir
<2> anyone? or is it too silly a question
<1> what is *"*.java?
<1> you can't do that
<1> use complete paths and on windows seperate the paths with ";"
<2> ok a more basic question
<2> how do i compile a series of cl***es in a package structure from the root
<2> incorporating the libraries that it depends on
<2> that are in a /lib directory
<1> like you just did but as i told you :)
<1> you might want to check out the java tutorial on sun's site
<2> suppose i have the package structure com.myco.ui
<2> and a load of cl***es in the package com.myco.ui
<2> they depend on a few jars in /lib
<2> all of the above are in a c:\myproject\src
<2> could you give me the line to compile the above if we are in the c:\myproject\src directory
<3> How do I read the integer value of a mySQL "enum" column?
<2> i know its basic but i've forgotten...i've been using an IDE for so long...
<1> dramman have you tried getInt?
<3> sabre: yes, I get "Invalid value for getInt() - 'AMG'"
<1> sorry dunno :/
<3> ... I think I'll just use a tinyint.
<1> surely google has seen such issues
<3> tried it, I think that by design mysql always returns the string value (even when i enter "select hex(enumCol) from table" at shell)
<4> mrkodak please dont pm people on join
<4> states quite clearly not to, in the topic
<2> suppose i have a jar that contains a cl*** that depends on a library
<2> i execute as follows:
<2> java -jar MyJar.jar 2 2 -cl***path "lib\xmlrpc-2.0.jar"; "lib\commons-codec-1.3.jar"; "lib\commons-codec-1.3.jar"
<2> what is wrong with this?
<2> 2 2 are arguments to the jar
<5> MrBurns: so is -cl***path
<5> and when you use -jar, cl***path set at the same time is ignored, as the docs kindly inform you
<2> but even if i place the -jar switch after the -cl***path switch i get the same error?
<5> yep
<5> -jar and -cl***path don't mix. Period.
<5> -jar will cause -cl***path to be ignored. Period.
<6> Solution hint; define this in the manifest.
<6> And hi there jottinger ;)
<7> jottinger: yo.
<5> yo
<5> homey.
<8> hmm, noisy in here
<7> As always.
<9> java is dying
<8> slappfyr: then I think you need to look again
<9> no - there were hundreds of people in here only 2 years ago
<9> where has all the good people gone? MaggieL, Epesh, Cladwell ++
<8> Yeah.. I wonder where epsh went..
<8> s/epsh/epesh/
<9> wlfshmn: what do you mean?
<9> does it cheer you up if I tell you I'm a SCJD ?
<8> that cranky old goat. I'm pretty sure he owes me money too!



<9> lol
<7> lol
<9> I'm a SCJP as well
<9> why can't I be the OP in here then?
<8> I'm neither. I work for a living.
<9> I'm the most qualified javaperson in here - that would only be fear
<9> I've even invented a couple of java-statements for myself
<1> lies
<10> hello
<10> can someone help on one point please ?
<1> ok one and ONLY one
<10> =)
<10> ok
<10> i got 2 java files
<1> that's two
<1> sorry
<10> =)
<10> A/a.java referencing a file b at the root
<10> i compile using javac -cp . A/a.java
<10> since my b.java file is at the root
<10> it should work no ?
<1> no
<10> ( but it doesnt so .. i made a mistake)
<10> but i dont understand whihch ...
<1> dude cuz you changed nicks you think you're in disguise? :Z
<10> i'm referencing a file which is present in the cl***path and correctly referenced no ?
<1> http://java.sun.com/docs/books/tutorial/
<10> could u tell me simply the reason why :) ?
<1> simply no i can't
<10> honestly i thnik i am right
<10> ...
<10> pointless
<10> why ?
<1> because for one i have already made suggestions to you that you did not follow
<10> ???
<10> i am not the one u think
<10> ok
<10> i just need a hint to not search during 30 minutes on that thind
<10> thing
<10> but whatever if u are too proud to give me the reason why
<10> i will continue my path
<1> the reason why is because yo posed the same question in the exact same format but with a different ip
<10> looool
<10> u know
<10> i think that u have to check something
<10> because ur reasonning is wrong :=)
<10> but whatever
<1> :)
<10> dont have time to discuss
<1> why do you think it's call *cl***path*?
<10> sourcepath
<10> exactly
<1> why would your *cl***path* point to a .java?
<10> ?
<1> http://java.sun.com/docs/books/tutorial/
<10> is not pointing to a.java
<10> is pointting to the root :
<10> .
<1> ok well java is not like irc...there is no *.java
<10> ??
<1> seperate with ";"
<1> on windoze
<11> how can i add a row to a jtable?
<6> bradix: start by going over the API docs to see what methods you can use.
<11> i went over but didn't see anyone :( only for columns
<6> bradix: then the first question obviously is; why do you think this to be possible?
<6> second question, obviously again IMO, is why you didn't follow this link http://java.sun.com/docs/books/tutorial/uiswing/components/table.html which points you to an extensive howto.
<11> that'sthe exactly that i went over but there is nothing about adding rows :( It is possible?
<1> anything is possible with programming so look harder
<6> bradix: ofcourse its possible, you can easily update a table.
<11> i googled and i saw a sample with the model...
<6> thats one way to do it, according to the tutorial. Change the model, update the table.
<12> anyone here have any experience with java URL'ss and URLConnection's?


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#chatzone
#london
What does a piscatologist excel at ?
#chatzone
#javascript
MYJBC
#php
12What instrument does Woody Allen play professionally ?
wget scan darwin
gentoo xorg-X11-deprecated-libs



Home  |  disclaimer  |  contact  |  submit quotes