| Thread | Last Post | Replies |
|
| JNI for Delphi : Help with GetCreatedJavaVMs | 23 Mar 2005 14:41 GMT | 2 |
After finding out that the DestroyJavaVM method is not supported, i have tried to check if the JVM has already been created by using the GetCreatedJavaVMs method but i am not having any luck in making it work.
|
| Deleting folder "Temporary Internet Files" | 23 Mar 2005 14:03 GMT | 1 |
I'm trying to clear the TIF on Windows XP programmatically with the below code. This code works fine on any folder but the TIF. For some reason the atEnd() statements always defaults to true and no files are deleted in
|
| IllegalArgumentException - HELP Please! | 23 Mar 2005 13:56 GMT | 1 |
Hi there. I am having a problem with IE6.0 when I try to print a screen. The program that I'm using uses JAVA & Javascripts extensively. The problem is when I try to print one of the windows, IE locks up. The only way I can recover is to end the task and shut down IE. Has anyone
|
| J2ME, MIDLET, Any method to get setTicker status? (or the only way is control byself?) | 23 Mar 2005 12:42 GMT | 2 |
For J2ME, I set a Ticker on the phone screen, if there is another event coming, I want to change or set/reomve this ticker, I want to know the last Ticker status, should I set state control by myself?
|
| Caching an object across app servers | 23 Mar 2005 12:41 GMT | 2 |
What's the simplest way to cache an object and make it available across multiple app servers? Here's the problem. We have a central database which contains customer information. When a customer logs in, we'll hit the database once to get the
|
| J2ME, Canvas, keyPressed event detect fail.... | 23 Mar 2005 12:41 GMT | 1 |
This my GUI.java, the KeyPressed() funtion never trigger a key, what is wrong here..., Debug output:(by system.out.println()) -----------------------------
|
| eclipse | 23 Mar 2005 12:18 GMT | 3 |
Is it possible to configure eclipse in that way that when I mark (and possibly press another key) a class in my project (an existing class in the java api) that the api documentation is displayed to look at the available methods, constructors, etc.? I have downloaded the
|
| Unicode in JLabel possible? | 23 Mar 2005 11:47 GMT | 2 |
I want to write in Japanese (or unicode in general) in my JLabels. Is that possible? Thanks Daniel
|
| post request + read resulting data | 23 Mar 2005 11:46 GMT | 5 |
I want to write a class that sends a HTTP post request to http://www.cboe.com/DelayedQuote/QuoteTableDownload.aspx and downloads the file returned as a result. I know how to send a post request, but fail to read the .DAT-file
|
| name for a factory class | 23 Mar 2005 11:35 GMT | 8 |
what would be an appropriate name for a factory class that has a public static method that accepts a string and returns a Message or Reply object depending on the command found in the string? e.g:
|
| order of coding | 23 Mar 2005 11:31 GMT | 2 |
what's the preferred way? JMenuBar menuBar = new JMenuBar(); JMenu menu = new JMenu(...); menuBar.add(menu);
|
| Graphics2D: Scaling a shape | 23 Mar 2005 11:17 GMT | 1 |
I have a simple problem I can't solve. I have a JFrame and on it I draw a shape, say a circle. When the user resizes the frame then I want the circle to resize accordingly as well. The following code however produces a new shape which I don't want, I just want to adjust the size
|
| UML Modelling Tool | 23 Mar 2005 10:06 GMT | 1 |
Hi all, I am looking for recommendations for a UML modelling tool for Java development. I don't need all of the high-end features of hideously expensive options such as Together and Rational Rose. I've tried ArgoUML and it's good as far as it goes but there are no sequence ...
|
| XML best start? | 23 Mar 2005 09:29 GMT | 4 |
I am a beginner in Java XML programming, would anyone suggest me some good examples to learn to start the programming? Thanks!
|
| Ant build.xml file generator/creator | 23 Mar 2005 08:24 GMT | 1 |
Can anyone recommend a good tool for developing ant xml files? We have a very length build process (thousands of lines of makefile code) that I would like to convert to ant and would like to avoid having to create the XML files manually. I have a lot of stuff in Intellij property ...
|