| Thread | Last Post | Replies |
|
| Sort TreeMap | 27 Apr 2006 12:26 GMT | 2 |
I have a TreeMap with the keys being numbers stored as Strings. I have made it sorted it, however it sorts it as 1, 10, 11, etc and not 1, 2, 3. What is the simplest way to sort it be arranged as 1, 2, 3. Thanks in advance.
|
| Problem with JConsole | 27 Apr 2006 11:56 GMT | 4 |
i am running a jar using java -Dcom.sun.management.jmxremote -jar start.jar i then run Jconsole and it doesnt recognize this process. I also tried to run jconsole with the pid and this is the error i got
|
| Free Java Web Pie Chart | 27 Apr 2006 10:50 GMT | 1 |
If you want to generate a pie chart in a web page,just download a copy FreeWebPieChart4J v1.0 from http://www.javaresources.biz/software.jsp. It's very easy to use.supports 3D.
|
| Can't connect to X11 window server using ':0.0' | 27 Apr 2006 10:49 GMT | 3 |
I'm trying to run a standalone application on solaris machine ,encountered the following problem. How to go about it. Exception in thread "main" java.lang.InternalError: Can't connect to
|
| Apache Tomcat startup issue in Windows | 27 Apr 2006 10:41 GMT | 3 |
Running Apache-Tomcat 5.5.15 on a Win2K3 server using the startup.bat and shutdown.bat scripts supplied with the ZIP distribution of Tomcat. We are using this because it seems many of the JAVA_OPTS parameters that can be set in the Java tab of the service control mechanism for
|
| Female Java Programmers... | 27 Apr 2006 10:33 GMT | 53 |
I'd love to see the ratio of male programmers to female programmers if anyone has any info on this. I just think life would be so much easier if there were more female Java Programmers in the world.
|
| Multiline JLabel | 27 Apr 2006 08:06 GMT | 3 |
Hi, I want to use a JLabel but I want it to be shown in several lines. Otherwise the JDialog is very very wide when the text is long. How can I do that?
|
| How to capture mouseMoved events for whole screen? | 27 Apr 2006 07:18 GMT | 2 |
How do I do this for an applet? Do I have to create a window the size of the entire screen? But then doesn't the applet lose focus? Any help would be appreciated. Thanks,
|
| How to output a double number | 27 Apr 2006 04:47 GMT | 6 |
have a varaiable of type double. When I output using system.out.print, I want to do following: 1. Output should not be in Exponent format, i.e., 1000000000E07 2. I want only a fixed no of decimal numbers i.e., 23.456 27.555
|
| EJB to servlet | 27 Apr 2006 03:56 GMT | 1 |
Here's a EJB newbie question: I have a servlet that uses JNI. I have an EJB application that needs the result of executing the servlet (which is a string value)
|
| A Note Of Appreciation for Patricia Shanahan | 27 Apr 2006 02:05 GMT | 3 |
Patrician Shanahan is the person in the newsgroups I respect above all others. Not only has she what seems to me a oracular ability to divine the meaning of the Java Language Spec, she always seems to settle
|
| Making Java extinct! | 27 Apr 2006 00:47 GMT | 32 |
If the language X can make Java extinct, then how it would look like?
|
| Java API | 27 Apr 2006 00:31 GMT | 2 |
I want some simple info 1. Say for apps of the likes PeopleSoft do they provide Java API or it is third party that provides the API 2. can we have API to extract critical or rather dynamic info from
|
| Kudos to Oliver | 26 Apr 2006 23:47 GMT | 12 |
I would just like to give a public thank you to Oliver. He has time and time again done a extraordinary amount of background work to help someone with a problem. His answers are detailed, well written and usually very entertaining to boot.
|
| Velocity and macros embedded in content | 26 Apr 2006 23:35 GMT | 2 |
We are researching on usage of velocity at our place....we havesetup velocity with templates being loaded from databases, setup for using the macros etc. If the 'rendered' content has VTL code in it, I am curious, as to
|