Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
max size of java -Xmx for aix5.314 Feb 2006 06:30 GMT1
  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 Debian14 Feb 2006 06:27 GMT4
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 format14 Feb 2006 05:28 GMT8
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 utilities14 Feb 2006 05:14 GMT4
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 little14 Feb 2006 05:04 GMT8
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 MAIL14 Feb 2006 04:18 GMT11
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 obtained14 Feb 2006 01:17 GMT1
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 array13 Feb 2006 22:48 GMT10
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 GMT4
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 Odd13 Feb 2006 22:33 GMT2
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 message13 Feb 2006 22:28 GMT1
   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 JComboBox13 Feb 2006 22:04 GMT5
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 invocation13 Feb 2006 21:55 GMT4
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 GMT19
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 JAVA13 Feb 2006 21:30 GMT10
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.