| Thread | Last Post | Replies |
|
| java assembler?? for Javap utility?? | 29 Apr 2005 19:08 GMT | 1 |
when a small program like class Hello{ public static void main(String arg[]) {
|
| Simple custom return type in Apache Axis | 29 Apr 2005 17:52 GMT | 2 |
I'm trying to figure out how exactly to return a custom type using Apache Axis. I'm implementing a method in all future web services called "ServiceStatus". This method will return 2 fields "status" (string) and
|
| Open Source Reporting Solution | 29 Apr 2005 17:09 GMT | 4 |
Do you use any of OpenSource Java Basesd Reporting solutions, if so can you tell little bir about your experience, any recommendations?
|
| how to read 16 - bit values? | 29 Apr 2005 16:43 GMT | 6 |
I guess I am lost with all the fundamentals and all logical thinking. plz help me. I am using java. and I have an 16-bit image file. but this image file contains of integer values ( in 16-bit). now using java how can i read
|
| Out of memory error | 29 Apr 2005 16:16 GMT | 7 |
My program throws an OutOfMemory error and I don't know what to do. The application dose a cycle (every second) reading the outputs of an instrument. After a day the program stops in OutOfMemoryError blocking the computer.
|
| java seems not to find a class from rt.jar ;) | 29 Apr 2005 16:02 GMT | 1 |
I use axbridge (activeX) technology to access sun jvm from IIS server. My jar is wrapped and deployed as COM object. JVM is instantiated by windows as IIS request certain java object, but I get the exception that javax.xml.parsers.DocumentBuilderFactory was not found. However it ...
|
| starting threads from servlets | 29 Apr 2005 15:08 GMT | 4 |
i have a problem, i need to start a thread form a servlet, so that it keeps running in background, checking some values in DB every minute. The problem is that i start the thread from the servlet and firefox tab seems to be loading all the time, not allowing me to click on
|
| HELP - 3D Tutorials anyone? | 29 Apr 2005 14:20 GMT | 1 |
I saw this tutorial ... http://www.newdawnsoftware.com/ (click "tutorials" :p) ... and I came to realize that there's something missing, like the imports and and other outside-of-actual-code stuff.
|
| How do you acess a sql database from with your class? | 29 Apr 2005 13:58 GMT | 2 |
Thank you for your help last time :) How do you acess a sql database from within your class? a lesson or guide would be very helpful or if its simple enough to do a few lines of code. I know acessing a databas was a nightmare under c++ but i
|
| blocking calls in java | 29 Apr 2005 13:57 GMT | 2 |
Hello, I need to block current thread, waiting for flag/event. Plz give advice. My attempts: public synchronized void blockingFormCreate() { createAndShowForm(); // Create and show screen form
|
| Open Source Distributive Cache solution | 29 Apr 2005 12:45 GMT | 1 |
I am looking for an open source's distributive cache solution. One that can be used for a clustered weblogic servers environment, the cache has to be read and write, and the cache itself need to be fail-safe. Anyone has some recommandations?
|
| newbie question about XML with java | 29 Apr 2005 09:45 GMT | 1 |
I am relatively new to java and would like to create a XML file which looks like this: <archive name="archive1"> <file name="xx">
|
| cannot initialise variable in try block? | 29 Apr 2005 08:11 GMT | 4 |
The java compiler (1.4.2) won't compile the foll, it says cl may not have been initialized. Class cl; try {
|
| Newbie - GUI Java | 29 Apr 2005 07:37 GMT | 13 |
I'm new to Java, and I am trying to create some applications for learning purposes. I find that creating the GUI in java is very troublesome; having previously learnt Visual Basic.
|
| Generate a random number | 29 Apr 2005 06:58 GMT | 2 |
If I want to generate a random number between a certain number, what might possibly be the formulae? Example if I were to make a game, and the minimum damage is 10 and the maximum is 35. So what might possibly be the formulae to generate a random
|