Can you post the code? Or e-mail it to me at naschbac@gonzaga.edu? It sounds to me like your Project1.java file either doesn't have a "main" class in it. You have to define a "main" class to act as ...
Type erasure in Java generics programming can cause a variety of problems in your code. Fortunately, there are ways to work around them. Generics programming in Java enhances type safety and code ...