This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Can't build simple program
- To: mkgardne@cs.uiuc.edu
- Subject: Re: Can't build simple program
- From: Anthony Green <green@cygnus.com>
- Date: Thu, 12 Aug 1999 07:05:24 -0700 (PDT)
- CC: java-discuss@sourceware.cygnus.com
Mark wrote:
> What is `_CL_8HeapTest' and how do I make sure it exists?
This is the symbol for the compiler generated Class instance of
HeapTest.
If HeapTest.java really contains a HeapTest class, the compiler should
have created _CL_8HeapTest. Of course, if HeapTest is really
my.package.hierarchy.HeapTest, then you have to compile with
--main=my.package.hierarchy.HeapTest.
I hope this helps.
AG
--
Anthony Green Cygnus Solutions
Sunnyvale, California