Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
can't find a class...31 Oct 2004 23:55 GMT21
I'm trying to compile a servlet that contains the class currency.
classes imported are:
import java.io.*;
import java.util.*;
tomcat31 Oct 2004 22:21 GMT2
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 GMT1
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 GMT31
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 GMT5
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 Working31 Oct 2004 15:51 GMT12
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 generics31 Oct 2004 05:43 GMT3
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 GMT2
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 Question30 Oct 2004 00:45 GMT8
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 found29 Oct 2004 23:52 GMT1
I get the following error when installing xerces 2.5.0 on Linux/ppc:
javadocs:
 [javadoc] Generating Javadoc
 [javadoc] Javadoc execution
Two dimensional hash29 Oct 2004 23:48 GMT3
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 GMT16
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 teams29 Oct 2004 18:22 GMT2
public void createFixtureList()
   {
       //setup 'cal' to get todays date
       Calendar cal = new GregorianCalendar();
input text right to left29 Oct 2004 17:53 GMT1
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 code29 Oct 2004 17:42 GMT2
Is it possible to somehow retreive the source code if you've got the byte code?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.