| Thread | Last Post | Replies |
|
| connection | 12 Sep 2006 16:55 GMT | 3 |
How to connect j2me program in servlet program? Seeking help/suggestions @ the earliest.. Nivet.
|
| null pointer exception while using arrays | 12 Sep 2006 15:09 GMT | 9 |
Not sure why this code doesn't work, keep getting null pointer exception problem. Array_test is a class that has variables of type array, boolean, String. The idea is to have an array of Array_test objects from which I
|
| Nullpointer exception while getting a XML field | 12 Sep 2006 14:24 GMT | 3 |
i am trying to get a field <tag> from an xml object. when i do this i get Null pointer exception String a=xmlobj.getEdi().getdocnum(); this gives NPE.... although sml format is exactly the same as the
|
| Cool java resource site launced | 12 Sep 2006 13:51 GMT | 1 |
Please find the launch of coolest Java resource site. http://javatouch.googlepages.com Hope this site will be great ascet for Java techies... This site is going to grow fast in the future...
|
| String split regex question | 12 Sep 2006 13:45 GMT | 4 |
Folks I need to split a String that is separated by "{". e.g.: "3835220{AP102 {4257570000429831{CLAIMANT B {08/09/2005{Books and Periodicals
|
| Detecting Type of Object | 12 Sep 2006 13:41 GMT | 13 |
I'm sure there's a term for how to do this, but I don't know what to search under. If I have an Object that could be a string or a Swing component or something else, is there a way to find out what type of object it is? I know there
|
| using gzip compress jsp page? | 12 Sep 2006 13:34 GMT | 2 |
web service is JBOSS, i have compress jsp page. how do it?
|
| Variable scope and redefinitions | 12 Sep 2006 12:30 GMT | 3 |
I came across the following code in a textbook and am a little puzzled by it: ArrayList<JCheckBox> checkboxList = new ArrayList<JCheckBox>(); for (int i = 0; i < 256; i++) {
|
| FDM Group | 12 Sep 2006 10:16 GMT | 2 |
I was wondering if anyone has heard of, or even better has had any experience with the company FDM Group, and if so, how was your experience with them? I am looking to join the company, however am doing a little background
|
| Axis - Signed Soap Request/Response | 12 Sep 2006 10:01 GMT | 2 |
Can anyone help me in trying to create a signed soap request using a digital certificate from another party. I'm using Apache Axis and can only find examples of either using a password authentication for web service security or manually construct
|
| Date constructor for long. | 12 Sep 2006 08:51 GMT | 3 |
import java.util.*; import java.text.*; public class DateDemo1 { public static void main(String args[]) throws ParseException {
|
| Creating a windows executable for a jar file | 12 Sep 2006 06:37 GMT | 12 |
I'm sure someone here knows the answer. All I want is an icon that I can double click in Windows to launch the jar file. I may need to export some paths also. Does anyone know how I can do this? I did create a batch file but it
|
| Java ME MIDLet | 12 Sep 2006 05:51 GMT | 1 |
I am developing a Java applicatioin whose date should be a day ahead of the actual day. Can someone please help me how to add a day to the current date? Right now my mid let is able to display the current date....I've tried
|
| Image versus BufferedImage | 12 Sep 2006 04:18 GMT | 1 |
Are there any major differences between these two Objects, or does BufferedImage just have the extra data buffer. Is one faster than the other? Which one would be faster/more efficient for a game? I read somewhere that a BufferedImage is better for "unchanging images that
|
| autocomplete not working | 12 Sep 2006 00:57 GMT | 2 |
I have the following javascript code calling an applet <html> <head> <title>JavaScript To Java</title>
|