Quote (Engrish @ Aug 10 2013 12:31am)
i have and i still get this when i run the class jdn:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method simpleMessage() is undefined for the type apples
at jdn.main(jdn.java:7)
Try adding () to the simpleMessage function in the apple class
So it would be
Code
public void simpleMessage(){
System.out.println("this is another class");
}
This post was edited by SelfTaught on Aug 10 2013 02:38am