[2717] in java-interest

home help back first fref pref prev next nref lref last post

Problem: can't find class

daemon@ATHENA.MIT.EDU (Greg White)
Wed Oct 11 18:48:49 1995

Date: Wed, 11 Oct 95 16:22:55 -0400
From: Greg White <gwhite@inetmi.com>
To: java-interest@java.sun.com

I am developing a java application and am having trouble getting the interpeter to find it.

I am using the Alpha 3 Windows 95 version of java.  The class that contains the main() is called HtmlXlate.  When I run

    java -v HtmlXlate

I see

    [Loaded q:\greg\hotjava\classes\java\lang\Thread.class]
    [Loaded q:\greg\hotjava\classes\java\lang\Object.class]
    [Loaded q:\greg\hotjava\classes\java\lang\Class.class]
    [Loaded q:\greg\hotjava\classes\java\lang\NoClassDefFoundException.class]
    [Loaded q:\greg\hotjava\classes\java\lang\Exception.class]
    [Loaded q:\greg\hotjava\classes\java\lang\OutOfMemoryException.class]
    [Loaded Q:\GREG\htmlxlate\HtmlXlate.class]
    Can't find class HtmlXlate

It has obviously found the correct file (q:\greg\htmlxlate\HtmlXlate.class), but the error
message seems to be indicating that it cannot find it.  Is there something else it cannot find that is causing this message?

Greg White
I/Net Inc.
gwhite@inetmi.com
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post