| Thread | Last Post | Replies |
|
| profiling software recomendation | 13 Dec 2004 21:35 GMT | 5 |
I need to find memory leaks in my java application, I mean, I need to count the live instances and the amount of used memory of the objects. I need a good profiling software. I used Haydes, Profile Eclipse Plugin, but I have some problems. I would like to probe other interesting ...
|
| Here's a softball for you geniuses!!! | 13 Dec 2004 21:26 GMT | 2 |
I am working at an eMac for about six months. I set it up as administrator and was using it normally. My log-in account site got slow and clogged (another time, another question), so I impatiently switched over to an account that I had labeled Special Visitors (name
|
| Sorting Algoithms History | 13 Dec 2004 18:12 GMT | 2 |
Can anyone point me in the right direction (webpages) that will show me the originating authors/programmers of algorithms and maybe some history of their respective development like the "insertion, selection bubble, merge, quick, heap......etc"
|
| Need Help getting kinks out | 13 Dec 2004 18:08 GMT | 1 |
I'm almost finished with my project but I am getting error messages when I compile. Can you help?? Here are the error messages that I am getting: \My Documents\CS151\TicketDriver.java:121: '}' expected
|
| error on doGet, doPost | 13 Dec 2004 17:23 GMT | 3 |
I worked on this servlet all day yesterday, all of a sudden last night started getting this error: java.lang.NullPointerException h.reqres.doGet(reqres.java:68)
|
| convert ascii char into number? | 13 Dec 2004 15:47 GMT | 4 |
Wondering if anybody can help me. I need to translate an ascii character into it'd relevant number. Is there any easy way of doing this... at the moment I'm writing them all out!
|
| what could I do? | 13 Dec 2004 14:23 GMT | 3 |
I've a doubt on this code: public String[] getTables[String xml_tag] { [....] }
|
| Fully Functional Scribble Program Now Operating But I Need To add One More function | 13 Dec 2004 10:34 GMT | 4 |
The following program is now completely functional. At the press of a specific button: it scribbles one of 5 colors, clears the scribbles on the panel and exits the program. There is also a menu bar that allows me to exit the program. I now want to add a function that erases the ...
|
| .class file | 13 Dec 2004 09:22 GMT | 3 |
I want to reed a .class file and change it. But I don't know wich program I need for that. Who knows a program and where can I download that?
|
| Advice on persistent storage in Java? | 13 Dec 2004 07:31 GMT | 2 |
I need some advice on persistent storage in Java. Basically, I'm writing an application that I'd like to be in pure Java (including any backend stuff it relies on, I'd like it to all run in the same VM). It has to store a potentially large data structure. I'd like to have as ...
|
| Variable alCustomerRecords might not have been initialized | 13 Dec 2004 07:24 GMT | 2 |
Still getting the hang of Java. What am I doing wrong here? import java.util.*; public class DriveForm
|
| Centigrade to Farenheit Program Almost Compiled Except For One Error | 13 Dec 2004 02:34 GMT | 11 |
The following program which is a awt program that converts farenheit to centigrade and visa versa basically compiles except at the point where I have stars on either side. It is the following statement
|
| java question about global variables | 12 Dec 2004 23:24 GMT | 5 |
I've just made my first java applet and am exploring the language. But i have a problem i can't solve. Which is this: according to many online tutorials one can access (read/write) a variable that is designated public and is located in another class. But when i try
|
| Many provider URLs in jndi.properties? | 12 Dec 2004 20:25 GMT | 2 |
I am deploying a J2EE application on Oracle IAS. I need the same EAR file to be deployed on many environments (client requirement for deployment automation). I thought about passing the "environment" parameter to the JVM, for
|
| Using Dictionary class to label JSlider | 12 Dec 2004 18:04 GMT | 2 |
I'm trying to set labels on a JSlider and of what i see i have to make an instance of Dictionary class. Since it's an abstract class i have to extend it but the API clearly states that isn't recommended.
|