| Thread | Last Post | Replies |
|
| Seeking computer-programming job (Sunnyvale, CA) | 13 Jul 2009 15:38 GMT | 1287 |
ROBERT MAAS Sunnyvale, CA 94086 http://tinyurl.com/uh3t (Click on "Contact me") e-mail: res129.3.CalRobert [at] SpamGourmet.com
|
| help on programming | 13 Jul 2009 11:28 GMT | 2 |
whenever i use java develoment kit . its possible for get my pgm compiled, class file too gets created.. but when i supposed to run there comes an error message of class loader error i dunno the reason for it .....
|
| Sorting a JList | 13 Jul 2009 08:02 GMT | 5 |
Any neat way to do this? I can decant the (String) contents into an array, do Array.sort() and reload the JList, but that seems a big ugly
|
| Interfacing static C libraries with JNI | 13 Jul 2009 07:12 GMT | 4 |
I have a precompiled static C library libxyz.a and I want to use function abc() inside it through Java. So I wrote a piece of Java code and included native function declaration in it. Now the problem is I have to write a wrapper function in C and compile it to a dynamic
|
| java.util.regex.Pattern.split issue | 13 Jul 2009 02:32 GMT | 8 |
I wrote a test harness for java.util.regex.Pattern.split and found that, at least from my point of view, it behaves inconsistently. See program and output below. In particular, a trailing delimiter does not generate an empty string
|
| unbelievable NullPointerException | 13 Jul 2009 00:17 GMT | 17 |
Hello, I've encountered a NullPointerException that I've not successed to explain. I've a NullPointerException if the following final line of my stack trace : Service service = new Service().getObject(int id);
|
| Virtual machine scramble time | 12 Jul 2009 23:24 GMT | 5 |
This is not about java, but if we define "java programming" as "things that java programmers do", then it's about java programming. I've been doing an increasing amount of work (at a distance - i'm not the VM Guy) with virtual-machine based systems. Virtual developer boxes
|
| Doesn't Eclipse support multi-file search? How about "Find Declaration/Definition" in Netbeans? | 12 Jul 2009 19:50 GMT | 10 |
I guess I am getting used to Visual Studio, an IDE that I tried to avoid but finally gave up: Microsoft wins again. :-\ After spending a while doing native C++ development, I am wearing my Java development hat again.
|
| getting value form the run method of thread | 12 Jul 2009 02:38 GMT | 3 |
dear folks i have a situation before me i have to return a value from the run method the code is something like this // lot of imports...
|
| Loading a simple XHTML transitional document into a org.w3c.dom.Document | 11 Jul 2009 23:17 GMT | 17 |
I'm just trying to do the simplest thing in the world. Where input is a java.io.File that contains an transitional XHTML 1.0 file, I do DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance ();
|
| Open Source Java Chat | 11 Jul 2009 20:19 GMT | 15 |
I am looking for java chat (open source ) ...............
|
| sms port | 11 Jul 2009 19:10 GMT | 2 |
i have to develop an application that will receive sms from a premium service provider i have to get that sms in my application , but that can only be possible if i know the port number on which the provider is sending sms , how to on which port it sens sms
|
| Changing button icon on pressing | 11 Jul 2009 17:31 GMT | 9 |
I want to be able to change the icon of a button when it is pressed. So, for example, I have a red button. I press it and it changes to a green button. I have set the new icon in the button action code, but cannot find a way to redraw it so that it changes instantly. What method
|
| Object reference | 11 Jul 2009 14:01 GMT | 2 |
I'm new bee to java . In the below program I had created the parent object in the reference of child class. When the object creation is inside the method. I
|
| Closing decorated streams | 11 Jul 2009 04:34 GMT | 6 |
Hello, I use the following code but am not sure that it is the best or correct way to close the stream. In particular, if url.openStream() succeeds I have an open stream, but if any of the two other constructors throws an exception, reader will be null and the stream
|