|
|
|
Forum Member
      
Group: Forum Members
Last Login: 7/7/2009 9:55:02 AM
Posts: 38,
Visits: 147
|
|
|
I have Java.util.list already imported so I don't get why i have that error.
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 7/8/2009 5:31:22 PM
Posts: 30,
Visits: 55
|
|
Change the function header to return a SystemHealth object type instead of a List Object.
On a side note, I highly recommend you install/use an IDE such as Eclipse, ItelliJ, or NetBeans to help you solve some of these compilation errors. A good IDE will highlight these simple compilation errors and give you tips to help you resolve them.
Viewpoint Framework Development
|
|
|
|
|
Forum Member
      
Group: Forum Members
Last Login: 7/7/2009 9:55:02 AM
Posts: 38,
Visits: 147
|
|
|
I actually got Eclipse the other day and I had a hard time importing the source code from the project. My whole project got deleted that way too.
|
|
|
|