Hi,

you build the jar in the wrong way:
  2) You need to package the class file, not the source file
  2) "CameraScheduler" in in package "storm". Thus
"CameraScheulder.class" must in in directory "storm" within the jar

The correct command would be:
  jar cvf CameraScheduler.jar storm/CameraScheulder.class

-Matthias


On 05/28/2015 03:25 PM, Franca van Kaam wrote:
> jar cvf CameraScheduler.jar CameraScheduler.java

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to