@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<carpedemus> :D great!!
<carpedemus> the isolation level was set to "TRANSACTION_REPEATABLE_READ"
<carpedemus> i just set it to "TRANSACTION_READ_COMMITTED" and it works fine!
<carpedemus> thanks
<Clackwell> carpedemus: didn't you say that "all operations are commited"? i guess you meant something else than i had in mind. :)
<carpedemus> may be i didn't well explain myself. i deactivated the autocommit on the connection i use. After each operation (or group op operations) i call commit() on the connection
<carpedemus> that's what i call "all operations are commited"
<Clackwell> yeah, you meant "i am committing, somewhen, yet i SELECT in the other connection before i commit". i read that as "i am committing all transactions and then do i perform my SELECTs to get the "wrong" data."
<carpedemus> :)
<javapadawan> hi to everybody
<javapadawan> could someone help me with eclipse and jars, please?
<javapadawan> nobody?
<carpedemus> nite
<Synthesist> double garlic [][][][][][][][][][][][][][][];
<Synthesist> int GARLIC, garliC, GaRlic, garLIC, garlik = 0;
<Synthesist> for (Garlic.garlic;Garlic.garlicSoup!=Garlic.SoupBonus;garlic+=GARLIC)
<_PP> void punsih();
<_PP> void(void(void()));
<_PP> GridbagConstraints.setGrid;
<_PP> if(grid) Grid.grid();
<_PP> gRid();
<_PP> grid(Grid.layer);
<_PP> while (grid.grid.next!=Grid.layerY)
<_PP> Grid.push(grid);
<_PP> new JGrid().setDimension(p);
<_PP> try { UIManager.catchSelectedChoice}
<_PP> public void actionPerformed(ActionEvent ev)
<_PP> (Object) TimeWalker = ev.getSource();
<_PP>
<MrSalewa> anyone here has heard about the rico contest
<MrSalewa> ?
<MrSalewa> the copymascine thing...
<jab_r***ou> hi
<jab_r***ou> how are u
<ricky_clarks> I'm not so bad.
<heyhey> !=java
<heyhey> !list
<heyhey> @find java
<wetWillie> hi.. i'm looking to get started w/ java development. i come from a Microsoft background. can anyone point me in the right direction on how to get started (what i need, etc)
<talios> wetWillie, download the jdk from java.sun.com - then hit the tutorials mentioned on that site ( or hit www.thejavatutorial.com which forwards to them)
<ricky_clarks> Thinking in Java by Bruce Eckel, and the getting started trail on www.thejavatutorial.com
<wetWillie> i looked at the website and wasn't sure what the difference was between J2SE 5.0 and J2SE 1.4.2 SDK
<wetWillie> i do have java experience from college
<wetWillie> i'm just not sure how to set up the environment stuff on a windows pc
<ricky_clarks> 5.0 is the big important name for 1.5.
<wetWillie> so, which download do you suggest?
<ricky_clarks> 5.0
<ricky_clarks> All you need to set up is the PATH and the getting started tutorial details that.
<wetWillie> any sugggestions for an IDE? i heard eclipse is good
<talios> wetWillie, I'd suggest sticking with notepad and the command line to start with - rather than learning an IDE and all its configs at the same time.
<wetWillie> ok... i'll take a look at that tutorial site ... thanks
<talios> someone from another programming background should be able to pick things up quickly thou, I find it good to know the raw basics first thou
<ricky_clarks> Newbies shouldn't use IDEs, it adds to the confusion.
<talios> ricky_clarks, aye - even those from programming backgrounds (at least for initial steps anyway)
<ricky_clarks> Right.
<wetWillie> i am a programmer so, it shouldn't be a big deal to learn the IDE
<talios> wetWillie, yep - the idea is to learn java first thou :) rather than both.
<ricky_clarks> wetWillie: Right, but know how it works underneath FIRST, and you'll be better equipped.
<wetWillie> ok cool... yeah, did about 5 years of java... (about 5 years ago)... hehe. but forgot most of it
<wetWillie> thanks for the advice
<wetWillie> can anyone provide me w/ the link for the 5.0 download? the site is a big confusing to find the right thing
<LLyric> wetWillie: It's pretty easy to find off sun website
<LLyric> java.sun.com
<wetWillie> found it
<wetWillie> ok... i got "J2SE Development Kit 5.0 Update 6" and "J2SE Runtime Environment 5.0 Update 6".... are these the correct programs ?
<LLyric> You don't need both
<LLyric> The development kit includes the runtime environment
<wetWillie> ok... i'll uninstall the runtime environment.
<LLyric> Stop
<wetWillie> k
<LLyric> If you want to *JUST RUN* java, you use the runtime environment
<LLyric> if you want to *COMPILE AND RUN* java, use the development environment
<LLyric> ok?
<wetWillie> yes, i want to compile and run
<LLyric> So install the development kit, not the runtime environment like you said
<wetWillie> ok... thanks... is this what they mean by 'the java VM'?
<LLyric> the java vm is basically the JRE
<LLyric> (Actually, it's just part of the JRE, but that's close enough)
<wetWillie> sorry for all the Q's... so, i'm looking in C:\Program Files\Java\jdk1.5.0_06\demo
<wetWillie> trying to run some demos
<wetWillie> but, they're not working
<wetWillie> Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!
<LLyric> Did you restart the browser?
<LLyric> Also, may be security setting
<wetWillie> yes i did restart the browser
<wetWillie> i did not install some internet explorer plug in
<wetWillie> should i do that?
<LLyric> I think the JDK does that. Sorry, not positive, I don't run windows.
<wetWillie> i'll try the install again
<LLyric> no
<LLyric> Bryin: you're a windows 'ho, right? Does he need to do anything else
<LLyric> Trying the same thing again and again is silly
<Bryin> yo
<wetWillie> hey bryin
<Bryin> what's up?
<wetWillie> lookin to get set up w/ java on a windows machine
<wetWillie> so i installed the SDK
<LLyric> Bryin: he's trying to get the browser plugin working, but I don't know anything about IE/windows
<wetWillie> and when i try to view the applet examples, i get
<wetWillie> Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is completely ignoring the <APPLET> tag!
<Bryin> what happens when you try using appletviewer.exe ?
<LLyric> I'm just linux, and my windows/java stuff "just worked"
<wetWillie> didn't try appletviewer.exe yet
<Bryin> ok give that a shot
<Bryin> I'll be back in 10mins
<wetWillie> k
<wetWillie> got it
<Jimbo33> can you use Eclipse w/ J2SE 5.0?
<ricky_clarks> Yes, I can.
<Argenti> good morning
<Clackwell> good morning Argenti.
<javaq_> Argenti: good morning
<n01d> i need some freakin help
<talios> wow - pleasant arnt you.
<Clackwell> hi talios
<jottinger> n01d: hahaha
<n01d> nevermind i figured it out
<talios> 'lo Clackwell , jottinger
<n01d> i need some serious help
<Clackwell> you need to state your problem for someone to be able to help you.
<n01d> i can't run an app
<n01d> can i paste a line of code?
<n01d> from the debug menu?
<n01d> wait i guess not
<n01d> one sec
<n01d> nocl***deffounderror
<n01d> there is no main
<n01d> i don't know brb
<n01d> ok here's the situation
<n01d> it compiled but won't run
<n01d> no errors when i compiled it
<n01d> but still won't run
<n01d> there i said it
<n01d> i've been up since three in the morning
<n01d> err i've been up till three in the morning
<n01d> err it's three in the morning and i'm still up
<n01d> please help
<adrian^-^> impressive..
<adrian^-^> you need a public static void main(String[] args){} to run a program
<n01d> yeah i want to make 2 dimensional drawing with a 6 dimensional array
<n01d> yeah but do i put that in my cl***?
<n01d> or do i have to make a new file?
<n01d> for my cl***
<adrian^-^> you your main cl***
<adrian^-^> in your..
<wudu> Hi everyone ... :)
<n01d> +
<jottinger> have you read the tutorial for java at all?


Name:

Comments:

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






Return to #java
or
Go to some related logs:

none-static callback
jedit sftp exception
pizde vreau sa ma fut
#linuxhelp
#AllNiteCafe
sslport directive apache
#skype
#MissKitten
site:www.quotesdb.info aaron_x
gelosul



Home  |  disclaimer  |  contact  |  submit quotes