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 / August 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
overriding enum constants toString11 Aug 2006 00:12 GMT1
can anybody please point me to some sort of example or documentation
for overriding toString for (individual) enum constants. the javadoc
indicates that this should be possibly but it is not entirely clear to
me how to do so.
How to display a "double" in all its precision???10 Aug 2006 22:23 GMT26
Here is a code fragment that is very simple... but I can't get it to
work!
public static void main(String[] args)
{
do loop bug?10 Aug 2006 18:03 GMT14
Does this program below indicate to you that there's a bug in java's do
loop. Or is it just one of those many traps that I've fallen into and
I've only got myself to blame? I was expecting the two loops would
behave much the same. Have I been bitten by the optimizer?
Generating semi random numbers10 Aug 2006 17:21 GMT7
I'm doing some load testing and want to generate some numbers within a given
range. My problem is that I want most of the numbers to be close to the
middle, and only some at either high or low ends of the spectrum
eg if the range is 0-100, I want 70% of the numbers to be betwee 40 ...
Image Crop Handles?10 Aug 2006 17:01 GMT2
I have a thumbnail program and was wanting to add a feature that allows
the user to crop the images in the app.  Right now the images are
previewed in as an image icon and wasn't sure it if was possible to add
the crop handles somehow.  I've seen it on a another app I thought.
JBoss has jar limit ?10 Aug 2006 16:12 GMT7
I've encountered a serious problem in JBoss (because of the compatibility
issues we are still using JBoss 3.2.1). After the number of jar files
reaches a certain number (in this case 84) adding another jar crashes the
server. Some services (like Log4jService) just fail during ...
java.util.TimeZone String representation10 Aug 2006 15:48 GMT3
Having a TimeZone object, is there any convenient way to get its String
represnatation in the MS Windows form of "GMT +- HH:MM" .
i.e. GMT - 08:00 for TimeZone.getTimeZone("America/Los_Angeles").
Thanks,
How to tell system threshold for Java Heap OutOfMemoryError?10 Aug 2006 15:31 GMT1
Situation: Program using lots of threads, communicating between them
with LinkedBlockingQueues.
Problem: Unbounded queue throws OutOfMemoryError. How to
anticipate/measure system capcity, and ultimately adjust queue sizes as
Intended uses of 1.5 atomics package10 Aug 2006 14:33 GMT4
I, in my naivete, have thought that the classes in
java.util.concurrent.atomic were intended for situations like
class foo {
 private int bar=0;
Implementation of SNMP10 Aug 2006 12:14 GMT2
Hi.I need to implement SNMP in a lan for my project using Java.Can
anybody help me with it by providing a little guidance.Thanks in
advance.
Regards,
what does JBOSS GA means?10 Aug 2006 11:21 GMT2
Anyone knows what does JBoss GA means? The latest JBoss application
server is jboss-4.0.4.GA.
String Array Manipulation10 Aug 2006 09:27 GMT2
Anyone know how to initialize an array without sizing it first?
// This works - returns a list of files and directories
File dlist = new File("C:\\");
String[] files = dlist.list();
<logic:empty> tag question10 Aug 2006 09:18 GMT1
In the following code, why it prints "LOGIC: EMPTY" on the console? I
expect to see "LOGIC: NOT EMPTY" since ss is not null, and it should
pass the test <logic:notEmpty name="ss">. What I am missing here?
Please advice. Thanks!!
what is the common practice to deploy a fix in J2EE10 Aug 2006 08:56 GMT3
let's say my web app has 10 modules and I created 10 jars(one jar for
each module) instead of 1 big jar; and the JSP's are subdivided into 10
folders.  Initially, the app is deployed as one war file.  Later, when
it's time to apply a fix that affects only one of the jars and one of
Look And Feel10 Aug 2006 07:51 GMT2
Trying to run a swing application.  I need to include jar file
C:\java\lnfdir\newlnf.jar
on my class path.  Easy to do if I knew where it was.  I'm using Java
1.6 and have searched for the jar file in all the directories under not
 
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.