| |
| |
| |
|
Page: 1 2
Comments:
<0> hello! <0> no one here either? <1> no homework hardcopy <1> you were kick from one #java channel, don't repeat the same mistake here <0> it was more of a general question, i didn't ask anyone to do my homework <2> hi! I'm emulating an network agent-manager system and i want the agent to pause it's function for 5-10 seconds after a specific message from the manager arrives. How can i do that? Is there a single command that makes ur program halt for a specific time and then restarts? I'm not using any threads on other side of the emulation. <2> Any ideas will help :D <3> Hi, I have a doubt, which action is better if developing a multiserver <3> use the Singleton design pattern <3> or create my MainServer as a Static cl*** <3> in order to be refferenced only once <4> i prefered singletons instead os statics <3> really? <3> why? <3> I would like a reason <3> for example
<3> I am using a lot of graphics <3> so, I think the few KB I save by not instancing even once, is better than nothing <3> besides, I am using a lot o threads <4> i think its a more elegant approach, also when u subcl*** a singleton, u inherit the behaviour, with static u dont <4> with singleton u can also control the construction of the object, p*** parameters and things like that <3> Which would be a good Database for usage along with Java?? <3> right now I am using MySQL and it works just fine <3> however, is there a better option??? <5> hello ... any one can tell me where can i get a java vertical menu ? <5> anybody is here ? <6> hello, i would want to ask if there is some application with which i can try mobile java games (midp) on my computer <7> maybe the respective development tools offer emulators. <6> but if i don`t have one? which sould i download? <6> ahhh i found it thanks <7> no clue, i hear netbeans boasts j2me development support, which might (and probably should) include emulation, too. <6> http://developers.sun.com/techtopics/mobility/midp/articles/emulators/ <7> but then...netbeans is quite a fat beast and may not be easy to navigate for non developers (developers already have issues with larger dev tools like that.) <8> try dev-c++ <9> Clackwell: I manage to get myself confused in netbeans more or less constantly <9> Clackwell: I tend to retreat back into the comfortable confines of IDEA whenever I don't need to do something netbeans-specific (we have a sizeable collection of codegenereating and modelling plugins ties to it) <8> i hate netbeans <8> eclipse <8> wlfshmn: i recommend jcreator <8> created by c++ <8> very fast <6> i have installed Sun Java Wireless Toolkit <6> 2.3 beta <10> yay for u <6> how can i open a *.jar file to run? <10> are u trying to run a J2ME game on your PC or something? <6> yes <10> :-/ <10> best thing for u to do is get the emulator for the phone you are trying to emulate <10> it will not work by just trying to 'run' a jar <6> and from where can i gat that? <10> from the manufacturer presumably. <9> javaq_: yeah, see, as I mentioned, we have a sizeable amount of netbeans plugins, so that is unlikely to change (and I'm not in charge of plugins) <9> javaq_: as for IDEA, I have yet to find anything that comes even close to beeing a competitor <10> agree with u wlfshmn <9> javaq_: and if I were to give up IDEA, the sane choice at work atleast would be to move to netbeans fulltime, not choosing another tool that doens't fit into the rest of the toolchain <10> I adore IntelliJ <10> best thing around by a clear head & shoulders <9> My problem here is mostly that whenever I have to use netbeans, I feel like I'm coding with one hand tied behind my back. It basically feels like a downgrade (although admittedly, netbeans is making leaps and strides in the right direction, and with some plugins it has a good deal of IDEAs functionality) <11> hi <11> when an object is written to an objectinputstream, can the object be gc before the stream is closed? <11> sorry, outputstream <12> morning <11> hi <8> jcreator rocks and rulezzzzzzzz <8> you got owned <12> ... <10> vetko please dont private message me <10> speak in channel <10> use google to find an emulator for your requirements, as opposed to me. <8> emulator for what? <10> look up. <8> Deano-Wrk: got some vmware here <8> you want some? <10> er no
<10> plenty of vmware here already thanks <10> he's talking about J2ME emulators btw. <6> ahh i`ve finally found. If anyone interested: midp 2 emulator: http://k750i.net/programy/software/midp2.zip <8> vetko: y you need an emulator? <6> yes... <8> vetko: "failed to load jad file" <6> i tried it but just don`t works for a game called airattack which is good for sony-e. k750 <8> really **** this app <8> wtf <6> no, try opening the *.jar from explorer <6> works <8> ey vetko that sony-e w810i is that a good phone? <6> but not with all apps <6> i don`t know that phone.. <6> i was searching for k750i <8> lol <8> omg <8> so you haven't heared of w810i? <6> a little... i know that is part of the walkman series <6> how much does it costs? <6> so can you help me finding an appropiate phone emulator? <8> visit sony-e website <8> you can download sony-e sdk phones <8> no need to install emu <8> vetko: you better buy a symbian phone <6> why should i?:) <6> sorry, but i couldn`t find any "SDK phones" on their website... <8> vetko: http://forum2.mobile-review.com//archive/index.php/t-33192.html <6> wow..:) 62 Mb:) <8> 62MB what? <6> the Sony Ericsson SDK 2.2.3 for the Java(TM) ME Platform <8> i told you <10> I dont see what the problem is <10> Sony do an SDK for their J2ME phones <10> they also do an EMU for each of their J2ME phone types <10> including the K750i <10> I know because I've developed for it <8> i know vetko ko is a lazy noob <13> hello there. I just wanna ask something about tomcat apache. are my jsp pages automatically available for viewing online or is there something I must do to make it online? <6> yes i`ve found that SDK and i`m trying to download it, but i can`t find that EMU.. <10> Newb what do u mean <10> if you are hosting tomcat on your local machine and u have port forwarded through your router/firewall the tomcat port(s) then people externally should be able to see it on your external IP <13> so they'll be able to view my pages using my i-net address that my ISP provided for me? <10> as I just said, yes. <13> wow! <10> heh <10> you're easily pleased ;) <13> thanks for the tip! <10> np <13> ok all I have to do now is to use a url redirecting service... thanks again and goodbye now <13> hope it works fine... my pc will go 24-7 <14> hy guys <12> hayello <14> I am supposed to build an application that simulates a lot of clients and a server.. <14> When a client disconects the server should take the connection and re***igns it to another waiting connection <14> I've been writing networking applications but i have no idea of how should I implement this <14> Ani ideas...??? <14> *any <12> yes, it should <14> Any ideas please <14> other help channels then... <15> HELLO , i wanna know somthing , what is equivalent to to command cin>>x; in java , plz <15> ? <16> Mnabil: you seem to be under the impression that we know all commands in all other languages. <15> Lion-O: this command is to read variable x from a user <15> Lion-O: so how can i read variable x form user in java <16> in what context? A gui, commandline, on a webpage or a pda / mobile phone? I suggest you pick up the Java tutorial and skim it for user interfaces. <15> Lion-O: command line <15> ?????????/ <15> Lion-O: you help me or not <15> ? <12> Mnabil: read the tutorial <12> it tells you all this <17> Is there a fairly standard method of communicating between applications? In example, if I have an app and another company has an app and we want them to talk, is there a simple library we can both use (other app may/may not be java)?
Return to
#java or Go to some related
logs:
local root xploit for fedora core 4 #linuxhelp viks medinight #linux #c++ #squid fa-ti singur bnc what means int ubuntu force 100FD #php
|
|