| Thread | Last Post | Replies |
|
| max size of java -Xmx for aix5.3 | 14 Feb 2006 06:30 GMT | 1 |
p550,2 cpu,8G ram,Aix5.3 We could use 3g as the max heap size,but failed with 4g. Any suggestions? wy.
|
| java -cp a.jar -jar b.jar => Works on Windows, not on Debian | 14 Feb 2006 06:27 GMT | 4 |
OK, I feel like a complete newbie posting this, but this has baffeled me completely. I tried to execute the following: java -cp a.jar -jar b.jar Of course b.jar requires a.jar to run and both jars are in the same
|
| Final field & custom serialized format | 14 Feb 2006 05:28 GMT | 8 |
I have a class which has a single field: private final File nameFile; When serializing it, I want to save it as a String, rather than a File. This will allow me to better check for platform incompatibilities during
|
| System clock changes and Java timer utilities | 14 Feb 2006 05:14 GMT | 4 |
If the system clock is changed backward or forward what is the expected result on calls like Object.wait, Thread.sleep and scheduled timers in Java 1.5? Does the underlying implementation use System.currentTimeMillis or similar
|
| Confused about enums a little | 14 Feb 2006 05:04 GMT | 8 |
Enums and type safety are obviously a great idea, but in one instance there seems to be more typing or am I wrong? class Pet { enum Type { DOG, CAT, SNAKE };
|
| JAVA MAIL | 14 Feb 2006 04:18 GMT | 11 |
I have learnt how to send mail via SMTP protocol and read mails via POP3 protocol. If you know how to read mails through SMTP itself, please let me know.
|
| Error 500: OutPutStream already obtained | 14 Feb 2006 01:17 GMT | 1 |
I'm running IBM WebSphere and got a problem with filetransfer. I've got a txt-file with some data in it, but when I open the file after downloading it the following message gets added in the end of the text Error 500: OutPutStream already obtained.
|
| convert BufferedImage to a byte array | 13 Feb 2006 22:48 GMT | 10 |
I want to get the bytes from a BufferedImage to send it over the line, how can I achieve that? I seems to be trickier than I thought.
|
| Sets like in Delphi? | 13 Feb 2006 22:45 GMT | 4 |
I'm new to Java, can you please give an advice? In Delphi I could do this: type TFruit = (ftApple, ftOrange, ftBanana ...); TFruits = set of TFruit;
|
| Compiling Problem - Very Odd | 13 Feb 2006 22:33 GMT | 2 |
I'm practically new to Java, doing my second Java related course in University so please bear with me. I have installed the jdk on my comp at home, which is running Windows XP Home SP2. I am the only one that uses the computer so there is only the one administrator account. I
|
| JavaMail & JTextPane - display a message | 13 Feb 2006 22:28 GMT | 1 |
In very short time in need to finish my program. Have someone "ready" code, which can display emails (using JavaMail) in JTextPane component? I mean, that I want to properly show messages which consist (or
|
| Using ActionListener to determine value in JComboBox | 13 Feb 2006 22:04 GMT | 5 |
Hi, can anyone help with this? At the moment I have a class that implements ActionListener and overides the method actionPerformed (ActionEvent e). I have a number of JButtons that have the custom listener
|
| using JFrame before constructor invocation | 13 Feb 2006 21:55 GMT | 4 |
Can I use the 'this'-pointer to the not-yet constructed JFrame? class MyClass extends javax.swing.JFrame { javax.swing.JDialog jdialog=new javax.swing.JDialog(this,"MyDialog");
|
| is Random Access File really "random access"? | 13 Feb 2006 21:31 GMT | 19 |
I am kind of new at this topic, but does anyone know that: is Java's Random Access File really "random access", or just java "simulate" it for newbie coders' easy coding? The difference is, for example, for a 100G file of many records, if the
|
| GOT STUCK IN JAVA | 13 Feb 2006 21:30 GMT | 10 |
hi people iv got a problem in java programming. infact i v got to do an assignment to do and the question is WRITE A PROGRAM TO ASK THE USER HOW MANY NUMBERS TO ADD AND THE REQUEST THOSE NUMBERS TO THE USER. THE PROGRAM SHOULD ADD THOSE NUMBERS AND PRINT THE RESULT. USE DIALOGUE
|