This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can't build simple program



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]