Hi,

Here is your problem:

2. make jar file of Higher.class
  Command: jar -cf Higher.jar Higher.java

Try this instead:

   jar -cf Higher.jar Higher.class Lower.class

You must put all your class files in the jar!

Patrick

Reply via email to