| Thread | Last Post | Replies |
|
| Struts/Resin classpath problem | 31 Mar 2004 07:31 GMT | 1 |
What is the mechanism by which Causo Resin EJB server is supposed to find the various Struts jars? The instructions don't mention anything about adding them all to the classpath, but without doing that, it seems Servlet compiles bomb
|
| Apache http Server + Resin/Tomcat | 30 Mar 2004 13:58 GMT | 11 |
I have seen that Resin or Tomcat can be used in conjunction with Apache HTTP server. Yet Resin is quite capable of serving HTTP on its own. What does Apache do that makes it worthwhile to horse around with two servers?
|
| Native code compiler for RMI system | 29 Mar 2004 21:37 GMT | 1 |
I am looking to compile a Java RMI system to native code. The RMI clients will run on Windows, and ideally the server will run on Solaris. Has anyone come across a product able to do this?
|
| CVS Repository query tool for windows | 29 Mar 2004 07:38 GMT | 2 |
knows anyone a good CVS Repository query tool for windows? anything like Bonsai? thanks for answers, johannes
|
| ant scp task | 27 Mar 2004 18:18 GMT | 2 |
I get the following error when I try to use the scp task in ant 1.6.1. Does anyone have experience using scp in ant? When I check libarary dependencies in the manual it said jsch.jar was needed for this task. I have ant-jsch.jar in the usual ant/lib directory.
|
| ant junit problem with netbeans | 27 Mar 2004 07:05 GMT | 3 |
When I execute my Ant script it fails compiling my test classes. It says "package junit.framework does not exist". However I can compile and run my tests just fine if doing it manually. I'm using NetBeans IDE 3.5.
|
| ANTLR | 24 Mar 2004 23:43 GMT | 2 |
I'm currently trying to use ANTLR from within Eclipse but cannot get it to run. I have removed the prebuild jar file and add the project with all sources as an Eclipse project. Unfortunately, when I try to setup the run environment the main class is not found (which is in Tool ...
|
| How to use GCJ? | 22 Mar 2004 23:57 GMT | 1 |
I was just experimenting a bit with GCJ. http://gcc.gnu.org/java/ I tried compiling a jar into native code by writing: gcj
|
| Where else to get cryptix library from? | 22 Mar 2004 16:17 GMT | 1 |
I wonder if anyone knows where to get cryptix library as cryptix.org site is curerntly down. Thanks E
|
| Troubles with Java Communications API & BlueJ | 20 Mar 2004 09:35 GMT | 1 |
I've installed the Java Communication API because I want to make a program that communicate with the Serial Port. I've tried one of the sample program in the Java Communication API (SerialDemo)
|
| Intellij IDEA | 19 Mar 2004 15:15 GMT | 1 |
Does Intellij IDEA have the option to create a subclass that overrides all methods of its direct superclass (perhaps by default, simply calling the superclass method) ? Or, create an interface from an existing class ? i.e. create interface from
|
| eclipse.org | 19 Mar 2004 12:25 GMT | 6 |
I can't get through to the Eclipse website (DNS fails). If anyone else can get through, could you post the IP please?
|
| building installation scripts | 18 Mar 2004 14:02 GMT | 1 |
I am familiar with tools like InstallShield for creating install programs that will install applications I have created using C++. I am looking at finding analogous tools for installing applications created using Java. What the client is asking for is a way to distribute the ...
|
| Anyone familiar with Compuware's DevPartner Java? | 16 Mar 2004 19:50 GMT | 3 |
I am evaluating Devpartner for Java, Borland's Optimizeit, and Quest's JProbe. Anyone want to chime in, especially strengths and weaknesses of devPartner?
|
| log4j:ERROR setFile(null,false) call failed. | 14 Mar 2004 15:35 GMT | 1 |
I'm use Jboss3.2.3 with Eclipse3M7 and LombozM7 (SO is linux Mandrake 9.1). I have this problem: log4j:ERROR setFile(null,false) call failed. java.io.FileNotFoundException: /home/raffaele/jboss-3.2.3/server/default/log/boot.log (Permission denied) at java.io.FileOutputStream ...
|