| Thread | Last Post | Replies |
|
| java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big. | 10 Apr 2006 21:32 GMT | 1 |
can anyone please tell me why am i getting such an error when i specify my KeyStore path to the FileInputStream..
|
| how to use HttpURLConnection | 10 Apr 2006 20:15 GMT | 4 |
I need to use the HttpURLConnection to get the status code of a connection. Since the class is abstract I need to implement usingProxy() and disconnect(). I'm a new programmer and I have no idea how to implement those two methods.
|
| Parsing HTML files | 10 Apr 2006 17:59 GMT | 2 |
Currently i would like to remove all whitespaces between html tags and comments in a html file. Is there any good html parser api i could use to achieve that? Appreciate any inputs.
|
| Why no existing Java type to existing XML schema binding support? | 10 Apr 2006 17:52 GMT | 3 |
For implementing a resource-oriented Web service, it has been quite difficult for me to bridge the gap between XML schemas defining the Web service interface (providing resources) and a Java implementation. The main reason for my complaint is that my three options (all
|
| skeleton javadoc generation | 10 Apr 2006 17:36 GMT | 1 |
I have 140 classes that need javadocing. What tools can insert the common bits, do the @param @return @throws from the sigs and maybe go through after and add stuff like <code> tags to class references?
|
| trouble with sound in J2ME | 10 Apr 2006 17:33 GMT | 1 |
midp 2.0 Java SE 5.0 J2ME version 2.2 Below is a piece of code I've having problems with playing on my handset
|
| What import simplifies invocation of println? | 10 Apr 2006 17:23 GMT | 17 |
I'm a java newbie writing in the Eclipse environment over WinXP-Pro/SP2. I've got a bunch of System.out.println's that I'd like to write without the "System.out" prefixes.
|
| Pattern and Regex | 10 Apr 2006 14:49 GMT | 7 |
Would like to use regular expression to find patterns in a string. Consider a string seq "ABCDEFHIJKLMNOP"; Would like to find three patterns (ABC, NOP, HIJ) which ever comes first. Expect the output "0" representing the index of ABC.
|
| Pack200 | 10 Apr 2006 13:08 GMT | 6 |
If a jar (applet) is compressed using pack200 tool will JVM 1.4.2_x be able to use it? I am specific to the version 1.4. Reference: http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html
|
| DO NOT USE JAVA BECAUSE IT IS NOT OPEN SOURCE | 10 Apr 2006 12:38 GMT | 29 |
Programing Languiges Are Ment to be free. That is why i am starting The <i>Coo De Tar</i> thats french for Blow of state it is a flash/java alternative and if you are going to use a server side languige use Perl,Python or better yet Ruby. What is the point of a languige without
|
| Using NIO | 10 Apr 2006 12:01 GMT | 2 |
i would like to use NIO to improve performance processing some very large text files -- 1 to 4 GB. i have written my processor in standard i/o and it's impractically slow. the processing is line-oriented and not complicated, which is why i
|
| Netbeans + web services | 10 Apr 2006 11:06 GMT | 1 |
I'm using netbeans 5 and a tomcat 5 server (but other than the default one) to develop my j2ee aplication. Now, I'd like to use Axis. I've done everything from the installation guide, and the happy axis page is running correctly (no errors).
|
| logic for converting data obtained from input | 10 Apr 2006 09:17 GMT | 2 |
I want to solve this problem which tells me form a Similarity matrix based on input. for eg if the input is ( 1 2 ), (3 4 ), implying these are two groups or cluster. I have to form the similarity matrix which looks
|
| Novice programmer help? | 10 Apr 2006 09:02 GMT | 1 |
I have a question please this is just theory at the moment I am a novice java programmer Is it possible for me to write information to a hashmap and then once it has been written to extract a certain piece of information in that hash map and
|
| JNI constructor for java objects | 10 Apr 2006 09:01 GMT | 1 |
I would like to know if it is possible to create java objects from c++ and sending them back to the Java main application, something like: JNIEXPORT myJavaObj JNICALL Java_template_getObj (JNIEnv *env, jobject obj)
|