| Thread | Last Post | Replies |
|
| Help with classpath | 08 Apr 2004 06:41 GMT | 2 |
All, I am a newbie at this so please bear with me! I am having a problem compiling a java program and I believe it is due to an incorrect path.
|
| How to get a servlet package? | 08 Apr 2004 03:05 GMT | 1 |
I am trying to develop a servlet using JBuilder9. The free version does not allows to test servlets, so I just want to compile a servlet and to load a .class file to a server to test it. My problem: I am getting an error on "import javax.servlet.*;" statement. Where
|
| String replacement( 2 slashes-> 4 slashes ) | 07 Apr 2004 23:27 GMT | 5 |
I have a string like this: "one\\two\\three\\" I want to replace 2 continuous slashes that figure in the string with 4 continuous slashes. After replacement, the string will look like
|
| Javadoc does not process all .java files | 07 Apr 2004 21:42 GMT | 5 |
I have a project that has 99 .java files in it. When I ask javadoc to create the documentation for that project it only creates .html files for 77 of those .java files. I cannot see anything in those specific files that distinguishes them in any systematic way from the files that ...
|
| Connetion | 07 Apr 2004 21:00 GMT | 4 |
I have made an class ConnectionDatabase. On the following statement: con = openDatabase("jdbc:odbc:Gegevens","",""); I have the following error: Type mismatch: cannot convert from void to
|
| update select with servlet | 07 Apr 2004 19:27 GMT | 3 |
I have two SELECTs in a html page. One is "State", such as CA, NV, NY, FL.... Another is "City", the cities in that State. Once a user selects the "State" in the first SELECT, I would like to update the second SELECT to display only cities in that state. I would like to
|
| How expensive are debug messages? | 07 Apr 2004 15:20 GMT | 7 |
Im working on a rather large java app. and am currently at a fork in my decision road. Basicly, Im unsure about the best way to have code print certain debug messages when it reaches crucial points in its execution.
|
| Eclipse, Netbeans,... | 07 Apr 2004 15:18 GMT | 5 |
I have always worked with VB and I want now to learn java. But I want to know which program I use the best for development application in java Eclipse, Netbeans or maybe something else. Is there somebody who has an idea which one is the most suitable.
|
| Help Please : - Retrieve object key held in an ordered linked list node | 07 Apr 2004 13:53 GMT | 3 |
heres the deal, I have 3 seperate classes. ( 1. user Interface. 2.employee. 3.ordered linked list ) 1.
|
| Converting to uppercase using Perl5Substitution | 07 Apr 2004 10:17 GMT | 1 |
We are using the following piece of code for Perl5Substitution. public String substitute (String regExp, String sub, String input) throws DatafileException { PatternMatcher matcher = new Perl5Matcher();
|
| help for runtime.exec() need | 07 Apr 2004 09:28 GMT | 4 |
I am trying to execute from java code the gnu diff utility using the Runtime.exec(String command) method. The diff utility writes the result in the standard output and when the result of the diff is too large (more than 1240 chars) the java program
|
| string question | 07 Apr 2004 07:22 GMT | 3 |
I am trying to copy the numbers from string2 to string3 and print it out.. the direction on the HW problem says i can't use a string class method so not sure how i would do this. any help would be great. public class Main extends Object
|
| jsp can not find date | 07 Apr 2004 06:26 GMT | 7 |
here is my jsp: <html> <body> <%@ page import="java.util.*"%>
|
| volatile keyword | 07 Apr 2004 05:58 GMT | 1 |
"The volatile keyword is used to prevent the compiler from performing certain optimizations on a member. This is an advanced Java feature, used by only a few Java programmers" http://java.sun.com/docs/books/tutorial/java/javaOO/variables.html
|
| Web Application Frameworks | 06 Apr 2004 23:06 GMT | 1 |
Is there a good URL for a comparison of the various WAF's available to Java? If you have any personal experiences, relating to the subject, that would be good to know. Robert
|