| Thread | Last Post | Replies |
|
| Loading image from jars from other jars etc | 22 Feb 2006 15:42 GMT | 2 |
I have no problems loading an image from a jar using a class which shares that jar. However, if I have a utility jar which contains a ImageLoader utility class and use this class from my main application jar which contains the images, I get a null pointer exception on
|
| Background process only taking idle time, how to do it? | 22 Feb 2006 14:36 GMT | 6 |
(I googled but did not find any answer) In my program, there is a long time running thread that doing a lot of IO and computation in background. I want to put this thread running only when the PC's CPU is free (and hopefully the memory is "free"
|
| List in J2ME | 22 Feb 2006 14:10 GMT | 5 |
Is it possible to have keyPressed() in J2ME List? Is commandAction() is the only Listener method?
|
| J2ME/Eclipse problem | 22 Feb 2006 13:59 GMT | 3 |
I need some help getting J2ME and Eclipse 3.1.1 to work together. I was starting to get serious about J2ME about 15 months ago and, for a couple of months, put some serious effort into writing J2ME code in Eclipse 3.0.1. Then, I got sidetracked into some other projects and had to ...
|
| Solar Eclipse March 29 2006 | 22 Feb 2006 13:52 GMT | 12 |
On March 29, 2006, a total eclipse of the Sun will be visible from a few lucky parts of the Earth. We have started to gather information and advice about this event. It is available at: -- http://solar-eclipse-2006.info
|
| Balanced Tree | 22 Feb 2006 12:51 GMT | 8 |
I was wondering if there were a built in (or freely available) library for handling balanced trees. I find many projects use them or could benefit from them. --
|
| Is there a way to know if a file is saved to a folder | 22 Feb 2006 12:08 GMT | 28 |
Masters, I am new to Java language. Are there some kinds of FileSaved events that I can catch? If yes, could you please show me how to write a simple .java file to catch the event?
|
| Windward Reports | 22 Feb 2006 11:56 GMT | 2 |
Someone could tell me another product with same operative action. Windward output an rtf documet after processing a rtf template and xml data input . I need some product to do an rtf from an existent RTF template with
|
| Signum Benchmark revisited | 22 Feb 2006 10:53 GMT | 13 |
This morning I was thinking about how Hotspot knows which code to optimise. It can very well measure usage except at points were it calls different methods. I began to wonder if you ran a single method that took sever hours to
|
| How to get Axis context params from a Web Service | 22 Feb 2006 09:50 GMT | 1 |
I defined a context-param in the web.xml of the Axis webapp and I would like to get the value of this param from my web service. The code below doesn't seem to work: <code>
|
| Learning J2ee, got newbie question. | 22 Feb 2006 08:38 GMT | 3 |
Hello. I picked up a Beginner's J2ee book. I'm going through the examples, but one of the examples I am stuck on. I cannot get past the error message: 404 - Resource Not found.
|
| getBundle() | 22 Feb 2006 08:29 GMT | 1 |
I am trying to load some resources but it is failing with a MissingResourceException. First, I have defined my resources as such: public class AssyrianResources_at extends ListResourceBundle
|
| java tree view component with checkboxes | 22 Feb 2006 06:32 GMT | 2 |
I need to use the tree view component with the nodes rendered as check boxes or combo box, I have seen this component many times, but I am not sure if this is provided by java Here is my requirement.
|
| keyPressed in List | 22 Feb 2006 05:17 GMT | 2 |
Is it possible to include a keyPressed method in List?
|
| Slow throughput problem | 22 Feb 2006 04:22 GMT | 13 |
There was a client connecting to our server using Tcp protocol. The connection was established successfully, however when the client were sending packets, the time it takes to reach the server was very long. Not only that, the packets reach the server one by one and the time gap
|