| Thread | Last Post | Replies |
|
| can't find a class... | 31 Oct 2004 23:55 GMT | 21 |
I'm trying to compile a servlet that contains the class currency. classes imported are: import java.io.*; import java.util.*;
|
| tomcat | 31 Oct 2004 22:21 GMT | 2 |
my tomcat is broken now, as of last night, I turn it on & when I go to main page in browser (localhost) text is there but imgs are missing (but imgs ARE there, I can see them in ROOT dir..) and whatever I try to run I get a 404.. when I try to get to JSP or servlet examples that ...
|
| my tomcat is dead.. | 31 Oct 2004 22:10 GMT | 1 |
my tomcat is broken now, as of last night, I turn it on & when I go to main page in browser (localhost) text is there but imgs are missing (but imgs ARE there, I can see them in ROOT dir..) and whatever I try to run I get a 404.. when I try to get to JSP or servlet examples that ...
|
| compiled servlet -- class won't run... | 31 Oct 2004 21:49 GMT | 31 |
this is on my machine locally on tomcat.. HTML form and servlet are here: C:\tomcat\webapps\my-servlet\cform.html C:\tomcat\webapps\my-servlet\cc.java
|
| static Class class$java$awt$event$ActionListener; ???? | 31 Oct 2004 16:22 GMT | 5 |
is there any java experts could tell me what the problem below and explain the code to me, your explanation is greatly appreciated :) static Class class$java$awt$event$ActionListener; static Class _mthclass$(String x$0)
|
| Applet No Longer Working | 31 Oct 2004 15:51 GMT | 12 |
I have an applet that was written a couple of years ago that works under ie 5 with jvm 1.4.2, but not under ie 6 with jvm 1.4.2_03. Where should I start looking for the problem? Is it more likely the java code, a bug in the virtual machine, the html, or something else?
|
| Strange compiler error with generics | 31 Oct 2004 05:43 GMT | 3 |
I get some compiler error I don't understand when implementing a parameterized static method: Bounds mismatch: The generic method sort(List<T>) of type Collection is not applicable for the arguments (List<Integer>) since the type
|
| Student.HELP.Why does this code not compile? | 30 Oct 2004 08:32 GMT | 2 |
public class Hw5 { public static void main(String[] args) { int x=10, y=12, z=8; System.out.println("The largest of " + x + ", " + y + " and " + z + " is: "
|
| beginners Question | 30 Oct 2004 00:45 GMT | 8 |
I have the following problem: I get approx 200 errormessages when I try to compile the following sourcecode with javac. Where is the problem? Sourcecode:
|
| Javadoc failed: java.io.IOException: javadoc: not found | 29 Oct 2004 23:52 GMT | 1 |
I get the following error when installing xerces 2.5.0 on Linux/ppc: javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution
|
| Two dimensional hash | 29 Oct 2004 23:48 GMT | 3 |
Anyone knows an easy way to use a two dimensional hash in Java? For example, in Perl, it can be used like $foo{$bar1}{$bar2}. Thanks!
|
| Cannot execute method in another class! | 29 Oct 2004 23:34 GMT | 16 |
I'm working in NetBeans and have 2 classes: Class A that has a main method and calls methodB that is contained within Class B and is declared public and static but I get "cannot resolve symbol method B" error.
|
| generating soccer fixtures from a list of teams | 29 Oct 2004 18:22 GMT | 2 |
public void createFixtureList() { //setup 'cal' to get todays date Calendar cal = new GregorianCalendar();
|
| input text right to left | 29 Oct 2004 17:53 GMT | 1 |
I am new to java. Am creating a math page for teachers. I have math problems where the input needs to be right to left (e.g. adding two several digit numbers in a column). Is there an easy way to specify that the text insertion point needs to move from right to left instead on the ...
|
| retreiving source code | 29 Oct 2004 17:42 GMT | 2 |
Is it possible to somehow retreive the source code if you've got the byte code?
|