| Thread | Last Post | Replies |
|
| override problem | 19 Jun 2005 03:43 GMT | 3 |
I want to implement rmi and get this error test/PatientGui.java [151:1] getEnToonData() in test.PatientGui cannot override getEnToonData() in test.ViewModel; overridden method does not throw java.rmi.RemoteException
|
| To listen or to override | 18 Jun 2005 20:21 GMT | 3 |
If a method in a superclass changes the value of a property and a subclass needs to do something upon the change, do I have to override the superclass' method, do something, and then call the superclass' method, or should I register a PropertyChangeListener?
|
| (Sybase) JConnect 5.5 & 6.0 calls - waiting indefinitely. | 18 Jun 2005 11:11 GMT | 1 |
I am facing the following problem consistently. The driver (Jconnect 5.5 and 6.0 from Sybase) code hangs in the read socket call and the rest of my threads wait indefinitely resulting in a deadlock.
|
| where is javax.jnlp.DownloadService? | 18 Jun 2005 09:23 GMT | 1 |
what do you have to put in the ext dir or on the classpath to make these classes work? import javax.jnlp.DownloadService; import javax.jnlp.ServiceManager;
|
| help: find CPU, memory parameters from java | 18 Jun 2005 09:06 GMT | 1 |
I'd like to know if it is possible to collect information about the use of the CPU, the use of the memory and other parameters of the PC from a java program. I've heard about JVMPI-JVMTI, but it would make me write code in C/C++.
|
| FTP site upload | 18 Jun 2005 08:25 GMT | 9 |
The standard FTP software for uploading files leaves a few things to be desired. 1. I can't upload a file if someone is busy reading it. This aborts my run.
|
| xpathAPI- selecting the parent node | 18 Jun 2005 08:04 GMT | 3 |
My XML file is as shown below: <?xml version="1.0" ?> <messages> <message>
|
| JARS must be executable on Linux ? | 18 Jun 2005 07:40 GMT | 3 |
I ve seen a few times JAR must have the user rights RWX on GNU/LINUX. If not, the JVM doesnt seems to recognize it. Is it true ? How bypass this problem without do a chmod 777 anytime ?
|
| http post | 18 Jun 2005 07:21 GMT | 1 |
This is a off-topic for this group, but I've been unable to find a more appropriate forum to ask this. When I issue a POST request and include queryStrings... what if I also have content? What's the content look like?
|
| Catched Exception / Uncatched Exception | 18 Jun 2005 04:42 GMT | 3 |
What is the differences between catched exception and uncatched exception? Thank a lot!
|
| Java Thread, | 18 Jun 2005 03:20 GMT | 2 |
I am spawing a new Thread in my application, which runs as an background process. I am looking to set -Xmx512mb memory to this new Thread programatically. How do i do it. thanks
|
| Newbie wants to get started | 18 Jun 2005 00:12 GMT | 1 |
Howdy: I'm new at Java (buthave done alot of Fortran, Basic, Pascal, Modula2 & various assembler programming) I'd like to get started with Java, and wondered what IDE I should use
|
| file i/o with byte values | 17 Jun 2005 23:23 GMT | 2 |
The only way I know how to do I/O with a file is with the <println> and <readLine> methods. But now I'm getting ready to do a project that will essentially have me writing binary to a file and then reading binary from that file. The values written to and read
|
| SET CLASSPATH | 17 Jun 2005 19:48 GMT | 2 |
hi, i'm using the abstract class definition, and when compiling the abstract class it's ok, but the problem is when compiling the subclass: i get the following message: Rect.java:9: cannot resolve symbol
|
| Problems in executing a process | 17 Jun 2005 19:41 GMT | 4 |
I am trying to execute a cpp application (called iosconvert) from java code. The details are as follows: Runtime rtime = Runtime.getRuntime(); String str_ios = new String[]("iosconvert", "/home/arvind/cisco2.conf",
|