Can't build simple program

Anthony Green green@cygnus.com
Thu Aug 12 07:05:00 GMT 1999


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


More information about the Java mailing list