| Thread | Last Post | Replies |
|
| Character encoding | 25 Jul 2006 06:38 GMT | 2 |
I'm having some problems here with character encoding. I need to read a file that I have no idea which character encoding it is using. Is there a way to discover which encoding the file is using and convert it to the character encoding that I want?
|
| can I make this two method into one method? | 25 Jul 2006 03:38 GMT | 5 |
codes --------------------------- method1: public static int getArrayLength(String[] s){
|
| syntax error? "cannot find symbol" | 24 Jul 2006 21:53 GMT | 15 |
An beginner question: Pleas help me with this (-: Error (the arrow points on the s in sqrt) =====
|
| Detecting Equivalence between Two Files | 24 Jul 2006 21:05 GMT | 2 |
When I'm in the "emacs" editor on a file in a directory, and have made changes to that file that I haven't saved, and then open up a window on a file in another directory that happens to be a symbolic link to the file I had already been editing, "emacs" can tell that I've opened
|
| exception in native code? | 24 Jul 2006 18:58 GMT | 2 |
Has anyone ever encountered an error message of the following form or knows what this may mean? Some folks are running a Java program on a Windows XP machine. They are using JDK 1.4.
|
| Socket latencies | 24 Jul 2006 15:31 GMT | 4 |
I am working on a Java project and I am interested in measuring TCP performance over long delay links. Do you know if there is any way to simulate delay using Sockets, keeping the TCP protocol behaviour intact? I wrote a FilterInputStream that waits for some time and then
|
| get byte code | 24 Jul 2006 14:32 GMT | 2 |
Is there a way to get the byte code from classes that may not be in classpath, that could be classes created and loaded at runtime by a script engine, etc. Thanks
|
| Tool for configure JDK's path and classpath. Under windows platform. | 24 Jul 2006 14:18 GMT | 1 |
This program(JPather) is written in C++, After installtion of JDK, just execute this program then you JDK's path and classpath will configured properly. Link to download the JPather1.1:
|
| hi | 24 Jul 2006 13:41 GMT | 1 |
Is this a group with C, C++, Java, SQL and many more programmes in it if yes I am interested in it please reply
|
| Getting Hardware Information under JAva? | 24 Jul 2006 13:20 GMT | 3 |
I know, that I can't get hardware information over Java itself. Does anyone know a good API, over which I can get informations about the system hardware? Greetings,
|
| Event source base class? | 24 Jul 2006 12:50 GMT | 3 |
Every time I write a class that's an event source, I give it a private list of event listeners, add/removeListener methods, etc. What's the better way to maintain a list of listeners? I could use javax.swing.event.EventListenerList, but it has significant
|
| beginner question about null pointer exceptions | 24 Jul 2006 10:22 GMT | 4 |
Hi, I'm a beginner programmer and I keep getting stuck on this one problem: I try to make a new node: TreeNode newTree = new TreeNode(someitem(),somechild());
|
| ArrayList Problem | 24 Jul 2006 08:45 GMT | 3 |
Hello Java gurus :) I am new to java programming. I have a problem with Arraylist object. I wrote the program below; import java.util.ArrayList;
|
| references | 24 Jul 2006 05:31 GMT | 3 |
I am new to java programming and seem to have got myself into a bit of confusion with assigning and using reference variables. Below is a snippet of code I an using for a linkedlist. public class LinkedList
|
| oncurrent Programming in Java Design Principles and Pattern (3nd Edition) | 24 Jul 2006 05:04 GMT | 1 |
does anyone know whether is scheduled to be published or perhaps anything related to it? thanks
|