-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> MyClass myClassObj = new MyClass();
> 

I bet you that you have this as your class definition:

class MyClass
{
}

if so, make it this:

public class MyClass
{
}

-jon


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to