Windows priorities with runtime.exec This is in a sense OT as it deals with a DOS/Windows scheduling issue. However, it arises from a Java application so I feel that it might be a good place to post my question. It might be that some of you has seen this problem. In order to run a SAS job from a Java program, we are using a simple runtime.g... 7 Jun 2010 21:03
documentation versus contract On Sun, 6 Jun 2010, Stefan Ram wrote: What do you deem to be the difference between the documentation and the contract of an interface? Sure, sometimes the documentation is written in English and the contract in math, so: documentation: Please note that counter() always is positiv. ... 7 Jun 2010 08:30
A problem regarding generics Hi, In java generics, the following code gives compile time error. List<Object> list = new ArrayList<String>(); // compile time error Where as the following does not give any compile time error List list = new ArrayList<String>(); If no generics is specified, isin't it implied that it contains object?... 9 Jun 2010 09:42
logging into site using form validation http components hello! i am trying to log in to eoddata.com using my user credentials. i am unsure why. i have tried multiple permutations of the hidden form values etc and have had no luck. any assistance would be largely appreciated!! working example (does not log me in) package hackthisesiteapp1; /* * ============... 5 Jun 2010 14:41
Problem even with the Hello World Hi all, To be clear, i'm a brand new newbies in java programming, i just try to follow android coding tutorials. and i got already a problem ! I follow this tuto : http://developer.android.com/guide/tutorials/hello-world.html And everything run fine, but since i try to use the XML layout problems begins.... 8 Jun 2010 20:35
JDropDownButton Created a component JDropDownButton http://code.google.com/p/petersoft-java-style-2/wiki/JDropDownButton thanks from Peter (cmk128(a)hotmail.com) ... 5 Jun 2010 03:51
NYJavaSIG June Meeting In case you are in the NY area on June 15. =============================================================== What: "Optimizing Java Performance for the X86 Server-Side Architecture" INTEL What: "Migrating Java Applications to the Amazon Cloud" AMAZON Who: Anil Kumar - Senior Staff Engineer - Intel ... 4 Jun 2010 20:16
Simple Design and Testing Conference - Mumbai, India; June 26-27 2010 Simple Design and Testing Conference - Mumbai, India; June 26-27 2010 http://sdtconf.com/ SDTConf is an all open space conference providing software practitioners a platform to meet face-to-face and discuss/demonstrate simple design & testing principles/approaches. No Marketing talks, no non-sense. All you g... 4 Jun 2010 13:38
I like jikes I do like jikes, but I've also gotten fond of Java 1.5. It occurs to me that now that javac is open source, its support for Java 1.5 constructs could be ported to jikes, which is also open source. (Not that I would expect that to be easy, nor even straightforward.) I hope someone posts a reply that conta... 5 Jun 2010 14:41
Update GUI when selecting language Hi! I'm trying to build a SWT application with multilanguage support by using ResourceBundles. My problem now is that I want to update the GUI when the user selects language. So, how can I update/repain/refresh my GUI to accommodate the changes. Best regard Anders ... 4 Jun 2010 19:11 |