@# Quotes DB     useful, funny, interesting





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



Comments:

<0> if(ftpServer.indexOf("sftp") != -1)
<1> yep i bet your logic is screwed up
<0> whats wrong with that
<0> and even if the logic was screwed up, and nothing in the if statement was executed, the stuff after it outside the statement should continue to execute
<1> could be somewhere else
<0> ive played with it. as soon as i comment that statement out it works
<0> ive tried every variable
<2> time for a testcase.
<0> can i compare 2 strings without .equals??
<1> put in the debugger :Z
<3> plz, can someone tell me if this is a deadlock or if exception unlock correctly the mutex ?: synchronized(this) { throw new Exception("Did it unlock the mutex ?"); }
<2> icenyne: if you need to ask such questions then I really can't help question the program itself :P
<0> hahaha i knew i can't i just figured id ask
<0> im obv getting desperate lol
<1> also you're missing a paren on that if



<1> errr nm htat
<1> that*
<1> synchrozied(this)??
<0> IM using the Java HotSpot(TM) Client VM but im pretty sure that is by sun
<1> icenyne are you system.outting all variables too and they are what you expect?
<0> yep
<1> do a "which java" and "which javac"
<1> same?
<1> beyond that...post your code
<4> hi
<0> yep same dir
<4> applets are able to receive datagrams if they cames from the same server that applets comes?
<1> applets **** :)
<0> i did post the code. youre right, it must be something with the VM being a 'efficient' version (HotSpot). I dont think it likes String functions or StringBuffers or anything. The code is probably like 50 pages(over about 10-20 java files) so I can only post the part that is giving me problems.
<4> are u using a java ide?
<4> like borland one
<4> or sun
<4> ?
<4> me i'm using notepad the best ide:))
<4> i'm developing small things in java
<1> erm icenyne did yo install java?
<1> lol
<4> but delphi and visual studio ar my ides
<4> yep
<0> nah all this stuff is on a test server without xwindows... and if i were to download it onto my computer it would have some terrible conflictions
<0> i use eclipse on this comp btw
<0> im command lining it, and edititng the .java file with pico lol
<4> eclipse is free doesn'it
<1> what kind of conflictions?
<0> it was suppose to be simple, just add sftp functionallity to an already built script
<4> visual studio has ajava incorporate
<1> what distro icenyne ?
<0> but i cant compare strings so thus i cant figure out which ones need to use the sftp cl***es and which one the regular ftp cl***es
<1> icenyne you can't do wget?
<4> about my quest plsz
<4> any idea?
<0> oh i can. like i said there are a whole bunch of files with includes that would be such a pain to get. plus it'd never run on a windows os
<0> id have to change the files so much
<1> crestinu use Netbeans goddamnit
<4> :)
<0> yeah eclipse is free
<0> its good too
<0> and everyone is using it
<4> borland has a good java ide
<4> but is prety expensove
<4> by the way delphi stills my fav
<1> eclipse ****s ballz
<0> hahahahahaha
<0> it does the trick
<1> but yes most are forced to use it including myself
<4> well od nigth
<4> i'm going to watch some football:)
<0> lol yeah its pretty much becoming a standard. i cant get a java contract without a 'well, we use eclipse, you ok with that?'
<0> a nerd and a jock
<0> who would have thought
<1> idiot managers will never learn
<1> they don't listen to their programmers
<0> they never have
<0> cause they dont know what we have to go through
<1> it's just like windows with them...a freggin drug
<1> hell my manager still talks about the "good ole" coldfusion days *gag*



<0> ew ha
<0> know of any cutoms string libraries i might be able to use instead of the standard String stuff?
<1> you don't want to do that
<5> icenyne: What is it you need from String that the default impmentation doesn't provide?
<0> hahahah wlf did you miss out on our previous conversation entitled: Java HotSpot Virtual Machine: Why it ****s and string functions blow up your applications with it
<1> icenyne if i were you then i'd just wget the Sun jvm and install it
<5> icenyne: Obviously.
<0> oooo i would love to do that... trust me. but this isnt my server
<0> and evidently if theyre using HotSpot its because its 'faster'
<1> then it won't work
<0> which it claims to be
<1> i doubt it's even installed at all
<1> i bet that's a ghost
<0> hahahahahaha
<1> do find / -name java
<1> if you don't find like at least 50 files then it's a ghost
<0> hows 10
<1> uhm no
<0> /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/gnu/java
<0> /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/java
<0> /usr/share/doc/db4-devel-4.0.14/ref/java
<0> /usr/share/java
<0> /usr/cachesys/weblink/java
<0> /usr/cachesys.G1B/weblink/java
<0> /usr/java
<0> /usr/java/j2sdk1.4.2_04/bin/java
<0> /usr/java/j2sdk1.4.2_04/jre/bin/java
<0> /java
<1> why is it not finding the files?
<0> all i know is that i can type java in a shell and it works. that means it must be referencing /usr/java/j2sdk1.4.2_04/bin/java
<0> or one of those
<1> [sabre@asterisk1 sabre]$ java -version
<1> java version "1.4.2_09"
<1> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
<0> [root@G1C bin]# java -version
<0> java version "1.4.2_04"
<0> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
<0> Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
<1> well that looks correct
<1> i'm willing to bet it's your logic man
<0> if i run the program it works
<0> if i add a line of code, say System.out.println("_____________________-------------"+ftpServer.substring(0,1)+"------------______________________\n"); and then rebuild it and run it
<0> it bombs
<0> and that is when a string is not null
<1> define bombs
<0> umm, it throws an error and thats that
<0> its actually a cl*** being called by another script so the function stops and the script runs the lines after that cl*** call
<1> oh now we get this info
<1> nice
<1> don't use the script and try it
<6> hello guys i have a problem with java
<1> or java has a problem with you
<6> hehe maybe:P
<0> thats a little tricky due to the structure of the call
<1> well icenyne i'm betting that is your problem
<1> enviornment is not set up correctly
<6> every time i try to execute it runs an exception in thread main java.langnosuchmethoderror:main
<1> uhm do you have a main method?
<6> offcource
<6> offcourse
<1> k just checking
<1> post your code
<6> were?
<7> pastebin.com
<6> urm... listensomeone told me that maybe i did something wrong with the paths during the installation
<6> am using jcreator
<6> can u tell me what there should be in the path varialble?
<6> just to check?
<6> ??
<6> erm.. can anyone tell me?
<1> you should start out using notepad
<1> or TextPad
<6> erm... why?
<6> isnt it possible to please tell me the path variable ?


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#c++
rene42 + deeza
abstraction by specification locality
sa ne masturbam
masterbatting
russai sexy girl
htb +sfq +gentoo
l'ewwel tfajla li habbejt
animeforitalianfans
Failed to allocate mem resource #6



Home  |  disclaimer  |  contact  |  submit quotes