| Thread | Last Post | Replies |
|
| Name not displaying in program | 08 Aug 2007 00:59 GMT | 4 |
Guys, I have a question for you all. I'm writing a random access file, that will take my input and store the information to the file. This is my output from the program. The last name isn't showing at all. I
|
| [List handling]number of occurences | 07 Aug 2007 13:51 GMT | 8 |
I have this type of list : private static ArrayList<String> firstJurisdictionInPlace=new ArrayList<String>(); private static Collator myCollator;
|
| Please help on Tomcat with JMX Options | 07 Aug 2007 09:05 GMT | 1 |
I want to monitor my tomcat 5.5 application server with JMX. I have study the sun tutorial to do this. but i am not able to fina a good tutorial for monitor Tomcat. Can any one help me to guide me how to configure the JMX for Tomcat application server?
|
| complie time error | 07 Aug 2007 03:54 GMT | 4 |
Good Evening all, I have a quick simple question for you I'm trying to figure out the area of rectangle and I received an error: getWidth() in DrawRectangle cannot override getWidth in javax.swing.Jcomponent; attempting to use incompatible return type. Error
|
| Save as something.jpg with adobe designer. | 07 Aug 2007 02:13 GMT | 1 |
Good evening to you all. Im currently struggling with adobe designer to get a button to do a simmple task. save as a with a predetermine name for the file. So far, i got a app. menuitem(saveas) (something like that) and, all it gets me is a box. I try
|
| Java Seems to Have "Just Broken" | 07 Aug 2007 00:27 GMT | 10 |
I've been working on a program in Eclipse, which is using a 1.4.2 JDK (I don't know why, I'm guessing that's how it was set up) on Linux (Ubuntu Feisty Fawn). The main Java package for now is Java 5. I've been testing my program today from the console, instead of through Eclipse ...
|
| sending and receiving packets | 07 Aug 2007 00:25 GMT | 11 |
I'm trying to make a chat program and i don't know how to send the strings between the chat client and server, can anyone help?
|
| BufferedInputStream vs BufferedReader | 05 Aug 2007 19:03 GMT | 1 |
Has anyone done any experiments on which is preferable -- putting your buffering at the BufferedInputStream level or the BufferedReader level when you have a Reader?
|
| Java homework, book lacking information | 05 Aug 2007 08:35 GMT | 2 |
I just reciently started a Java programming class, in our second week the book is lacking for telling us how to do a problem. I will write the problem out then say where I need help at the moment, the rest I think I have figured out though.
|
| Java Runtime Error | 05 Aug 2007 01:39 GMT | 3 |
In IE at the Weather Underground, Atlantic etc, I try and open an animated view of the Caribbean which is linked to the Natl. Hurricane Center. sit and get a small box with an internal red x and no graphic. Java recently sent me Java Runtime ver 1.6.0_02 which loaded. I use ...
|
| non blocking write on TCP/IP channel | 04 Aug 2007 21:10 GMT | 4 |
I created a Socket and would like to write data without being blocked ; the method setSoTimeout allows to set a timeout for a read call on the input stream associated with the socket but not for a write
|
| Do I need JRE 1.6 at all if I already install JDK 1.6 ? | 04 Aug 2007 19:17 GMT | 3 |
I downloaded the newest jdk 1.6 upd 2. During the install I am asked wether I want to install JDK 1.6.02 AND
|
| hashmap serialize | 04 Aug 2007 19:16 GMT | 10 |
I am using jdk 1.6 and thought serializing hashmap would be a cinch I got HashMap<String, RegexRecord> myRegexHolder; String sRegexHolderFile = "c:\data\.regexHolderObj.ser";
|
| Howto read newline character | 04 Aug 2007 00:27 GMT | 4 |
I'm new to java and I'm writing a simple text editor using swt examples from eclipse. The only problem I see is that my editor wont display the text file correctly. It will display the whole text file in one line. Here is the code I use to open file. I don't know where to start.
|
| tomcat problems | 03 Aug 2007 20:24 GMT | 1 |
hi guys, I have a problem, I've installed tomcat 6 into my machine but tomcat can't start. Why? When i click its icon, tomcat doesn't start. Could someone help me please!!! I need to know what to do. Thanks in advance
|