[4608] in java-interest
A request for list of errors
daemon@ATHENA.MIT.EDU (Laurent Duperval)
Tue Jan 9 11:22:32 1996
From: laurent@Grafnetix.COM (Laurent Duperval)
Date: Tue, 9 Jan 1996 09:14:10 -0500
To: java-interest@java.sun.com
Hi,
I was trying out some sockets stuff and got the following error message:
java.lang.IncompatibleClassChangeError: BasicClient: method connect()V
used to be dynamic
at ConnectClient.start(ConnectClient.java:108)
at sun.applet.AppletPanel.run(AppletPanel.java:255)
at java.lang.Thread.run(Thread.java)
Turns out the order of the directories in CLASSPATH matter and if you compile
a class in a directory, move the source code to another directory and
recompile but forget to remove the original .class file, you're asking for
trouble. Turns out, also, that if you had started Netscape beforehand and you
remove the class on disk, you have to exit Netscape and restart it to remove
the old .class definition in memory (maybe it works if you just clear the
cache, I haven't tried).
Took me a few minutes of seaching and recalling what I'd done to figure this
one out. So I was wondering, is there a list of error messages available that
explain why an exception occurs and how to go about correcting it? Most
compilers come with a list of runtime and compile time errors. These errors
usually list the reasons for their appearance as well as things to look for in
order to correct the problem.
Thanks for any/all replies.
h
--
Laurent Duperval, Systems Analyst Grafnetix Systems Inc.
Tel: (514) 861-3389 777, de la Commune Ouest
Fax: (514) 866-6206 Suite 101, Montreal, Qc
Laurent@Grafnetix.COM Canada, H3C 1Y1
URL: http://www.Grafnetix.COM
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com