Did the NasdaqAssignment1 solution file work for Lab1?


1 Answer(s)


hi Biswadip,

The error clearly says that it could not find the class that you are trying to execute. Please check the package/classname which you gave. Check if name is "NasdaqAssignment1" or something else. for this you can list files in jar and see the actual name

jar -tvf nasdaq.jar

Thanks