| Thread | Last Post | Replies |
|
| How to avoid the message "Unknown source"? | 11 Dec 2005 17:36 GMT | 3 |
Before I used the option -classic with java but it is not supported anymore. I would like to know the line where is the problem in my program. Thanks in advance for your answer. Richard
|
| MAPPING configuration error for request URI / | 11 Dec 2005 13:48 GMT | 1 |
i am getting MAPPING configuration error while running this code using Tomcat 4.1 (Plesk 7.5.2 Cp) on my website whereas it is running at my local webserver Please HELP
|
| Java .net Integration | 11 Dec 2005 13:24 GMT | 1 |
What is the current best way to access .net class / methods from within java. We are currently evaluating JNBridge, which is a great product but is a little overkill for this project. CORBA is another option but have not found any really good examples. Web services will be to ...
|
| java.util.concurrent (JDK 1.5) problem | 11 Dec 2005 09:42 GMT | 7 |
Someone knows what's wrong with this code? When I run it, sometimes all threads finishes, sometimes not. Why? When all is OK I get the following output: Main thread enters sleep...
|
| Bad RMI Performance | 11 Dec 2005 08:28 GMT | 3 |
I just built a RMI Server and Client. It works very good on a single machine. Now i would like to run the server and 2 clients on differet machines. This works too.
|
| sun.net.ftp.FtpProtocolException: Error reading FTP pending reply | 11 Dec 2005 02:46 GMT | 3 |
I write a class which inherit form sun.net.ftp.FtpClient. In this class, there is a method named downLoadFile to download file from a ftp server. Here is some code of this method: byte[] content = new byte[1024];
|
| Loading a Jsp in a tile | 11 Dec 2005 00:31 GMT | 1 |
I am writing a Java script function to move fileds from one table to another on a jsp page. This seems to work. But the jsp is a part of a tile and i do not know how to refresh the tile. what i mean is how do i see the new tile with the changed jsp.
|
| java reflection issues | 10 Dec 2005 22:53 GMT | 6 |
Could someone help me with this: I'm trying to get 2 applets to talk to one another via reflection: I have 2 jar archives - one is third party, the other is mine. The third party archive contains a class derived from Applet (DerivedApplet say) that contains a public method called
|
| How does one locate the java executable and various JAR files in the classpath? | 10 Dec 2005 22:21 GMT | 12 |
Note: This post mentions Eclipse to show what parts of the design I have no control over, but I believe you don't actually need to know much about Eclipse development to help contribute a useful answer. I have a JAR file which does some useful stuff, including generating
|
| replacing duplicate object on client | 10 Dec 2005 18:42 GMT | 11 |
Client Server - client is MVC server holds objects of same type as are contained in the M of clients MVC For the sake of this thread lets assume this is a reasonable design for my system.
|
| ant question | 10 Dec 2005 14:03 GMT | 5 |
I am fairly new to Java, so I have been using Maven 2.0 exclusively to build. Not wanting my system config files to clutter CVS, I was trying to simply move them into the right directories using ant, which is working fine. But I want to edit the hosts file, and if the host value
|
| Problem Installing J2SE JDK v5.0 update 6 on Windows XP SP2 Machine | 10 Dec 2005 11:39 GMT | 2 |
I am having trouble installing the J2SE JDK v5.0 update 6 on a Windows XP SP2 machine. The installation process is hanging at the point where the 'windows installer' window displays 'Preparing to install ...'. I am running from a logged in user with administrator rights. I have
|
| Re:Read file in the jar file? | 10 Dec 2005 07:37 GMT | 7 |
import java.io.*; public class A { public static void main( String[] args)throws Exception
|
| How to handle <Script> tag in javax.swing.text.JTextPane ? | 10 Dec 2005 07:27 GMT | 1 |
Hello Friends, I am developing an application in which i am trying to display any web page in JTextPane of javax.swing.text package. And now i have noticed that HTMLFactory of javax.swing.text.html package is not able to handle
|
| regex: How to extract substrings? | 10 Dec 2005 06:36 GMT | 2 |
This should be really easy, but I couldn't find it in the tutorials and documentations on the web: What is the Java equivalent to the following Perl operation? my $entry = "__3432__Smith__"
|