| |
| |
| |
|
Page: 1 2 3
Comments:
<0> java.io.IOException: No error in nativeDrainDialing Number - any idea wat this means guys <1> Undefined: could mean just about anything. An error alone does nto give enough context. <1> so basicly; some routine threw an IOException error. Thats the only thing which can be determined here. <0> ok <0> any idea how can i find the exact problem <2> hi... i created this program and it consists of 4 .cl*** files and a .csv.. how can i distribute the program in one file? <1> Silv: create a jar file. <2> will it include the csv too? <1> Silv: it can, but that would become quite useless. <2> y? <1> Silv: http://java.sun.com/docs/books/tutorial/deployment/index.html <2> thanks for the link <3> what is the name of that tiny database that will come with java at some point , sort of like hsql ? <3> hm, it is Derby , I believe <1> one thing just shot through my mind.. When you have 2 java programs you have 2 seperate jvm's running. It would be awesome if Sun would somehow manage to combine that. <2> wouldnt that be a security issue though?
<1> Silv: yes. Therefor it shouldn't be a mandatory option, just a feature <2> true <1> but if you have several java programs which you setup yourself you could benefit tremendously. <2> its going to be faster <1> and use less resources. Memory consumption would be really nice <2> save this conv and email it to Sun <1> hmm ;) <1> first I'd like to do some more backchecks. Talk is easy, it always is, but when it comes to implementation <2> when i try to create a jar file i get the following error: <2> 'jar' is not recognized as an internal or external command, operable program or batch file <1> I guess the 'jar' command isn't in your searchpath <2> how do i add it to my searchpath? <3> Silv : path %path%;(your java bin dir here) <2> sweet it works thanks <2> Failed to load Main-Cl*** manifest from 'jarfile path' <2> what does it mean? <4> <4> ouch sorry <3> Silv : you need a manifest in the jar file, so it knows which cl*** to find the main method in <3> google java manifest <5> hello good people, me again with a weird problem again , I am using reflection , I am invoking lots of cl***es but sometimes a cl*** is calling itself... so infinite loop, I have a counter there so if more than 5 I print an error , how can I escape the loop ? and continue ? <5> continue to the next cl*** I mean (just in case there is added confusion) <5> no worries just figured it out <5> cheers people <3> heh <2> ok managed to create a jar file and added a manifest to it, but when i double click on the newly created file nothing happens <2> i created using the command 'jar cvfm filename.jar mainCl***.mf + all files that need to be included' <3> heh <2> feedback i got: added manifest, addind: App.cl***, adding db.cl*** <6> Silv: oon console try: java -jar my.jar <6> hi tera, everyone <3> Hello Distinguished Mr. Clackwell <2> Clackwell... it works <2> but y doesnt it work when i double click <2> ? <6> Silv: right click on it, what entry is bold? <3> Silv : you only see something if you added graphics <3> (Swing or something) , the System.out.println is not shown anywhere <2> bold is 'Open' <2> its a console program... that's y <3> yeah <2> alright thanks <6> teralaser: nice shootin' <3> there are lots of Swing consoles out there, use one of them. <7> how do u put more than one button under each other in a contentPane of a JPanel? <3> Brody look at some example ... <7> izobb <7> ok <8> Hello All <5> woohoo another question , if I'll do that : Object f = new Object(); f=10000000000000000000000; Integer a = new Integer(f); <5> is there any auto casting happening ? <5> cause I dont get an exception <5> if I print Object f I get 1000000000 instead of the value I gave <9> morning <10> ah, idea 6.0.3 finally <9> you upgraded? <10> downloading as we speak <9> oh, have fun :) <11> hi all <10> MbGone: he, I intend to, just need to merge the new versons changes into the toolchain repository ;) <9> wlfshmn - are you happen to be using clearcase as your source control?
<10> MbGone: No, Subversion and Sourcesafe <10> and CVS and ccc/Harvest ;) <9> lucky you <10> MbGone: He, you apparently havn't used the beast that is Harvest ;) <9> nope i havent <9> but i hate CC <10> the others are ok, ***uming you don't have to use it over a slow connection (anything less tha 10Mbit symetric), then sourcesafe blows too <9> it doesnt work with cisco vpn (it does, only it takes about 30 minutes to checkout a file..) <9> i worked with CVS, never had any problems with it <9> and abit with sourcesafe <9> and the IDEA plugin ****s, it wont tell you when you are checking out an old version <10> subversion is much like CVS, just with a few more polished edges <9> yea i know <10> I wish we used something with proper branch support <9> doesnt subversion address this problem? <9> sigh, i gotta go over the jbossrules source to hunt of a bug :( <10> now, why does maven insist on trying ot install a dependecy that isn't in the pom anymore <9> we havent moved to maven, although its in the todos <10> this is a personal project of mine. work gets confused when i mention ant <9> i see <12> wlfshmn : software is overrated <12> what's maven good for exactly ? <9> maven is heling you to design your compenents right <9> helping <10> maven ***ists me mainly by creating skeleton projects initialy, and providing build and dependency management thereafter <10> including generating a website with project information and creating project files for my IDE <10> It's not to everyones taste though, but I like it <12> ic <13> salut tous le monde <13> hello every body <13> can we use java c*** for commerce <13> or we must pay licence ?? <13> hello is there any body out there ? <1> azertmlkj: http://java.sun.com/ <13> thank you <13> ;) <12> sunshine in javaland <14> obviously google.fr must be down <13> sorry don't understand good <13> we can use only jdk 1.4 for commerce <13> and sell free our program <13> without pay licence <13> ?? <10> anyone know if those java certs actuall ymake sense? from the look of them they are awfull basic.. <13> :) <12> wlfshmn : there are different ones <10> yeah, I was looking at the path to developer <12> imho they are not too bad, but it is like with all/most certifications anyhow <12> if you are already familiar with the field/area they are not that impressive but on the other hand that's to be expected <12> they used to have a programmer - developer - architect scheme nit sure whether it still works that way <12> and there might be a separate jee path/certification i think <10> kmh: looked like you did an ***ociate -> programmer path first, and then developer <15> hi <15> to make an executable jar how to renaim the cl*** that contains main() MainCl*** ???? <1> kley: that makes no sense. <1> kley: just create a so called executable jarfile. For that to work you'd need to define a so called manifest file. <1> kley: http://java.sun.com/docs/books/tutorial/deployment/jar/index.html <15> i mean i have pclab3.jar pclab3.MyApp ( main cl*** ) how to make it executable ? <10> kley: You don't have to rename it. The Method needs to be named and have the right signature, but the cl*** you list explicitly in your manifest <15> how to pu signature to make it to work ? <1> kley: read that tutorial I pointed out. <15> ok i 'm reading .. <16> Mornin <1> Howdy Resonator <15> i use jar -cvfm pclab3.jar pclab3.m * where pclab3.m contains: Main-Cl***: pclab3.bin.MyApp and get soon E:\WORKSP~1\pclab3>java -jar pclab3.jar <15> Exception in thread "main" java.lang.NoCl***DefFoundError: pclab3/bin/MyApp <1> kley: sounds obvious enough to me. <15> and what i do wrong <1> kley: it doesn't contain a directory pclab3/bin/ from the jarfile's root. List the jarfile, see whats in there. <12> wlfshmn : actually i didn't do anything just looked at the program a few years back :) <10> kmh: yeah, I just looked for the heck of it, and since it was cheap i started thinking ,) <15> ok i dont see pclab3 folder in pclab3 i modified the manifest file in get ..Exception in thread "main" java.lang.NoCl***DefFoundError: bin/MyApp (wrong name <15> : MyApp) <1> kley: read that tutorial, check the examples.
Return to
#java or Go to some related
logs:
gustuza find_specmb DISKI TAL BASS U L HARA #MissKitten #skype #c++ pass std::string between dlls #java tomyhilfiger tr mysql+Mandriva+10061
|
|