0

Alrighty, so I packaged my files into an executable .jar using Eclipse, however when I try to run it by clicking or opening it informs that it "could not find or load main class Calculator.jar". However, if I launch it from the command prompt, (java -jar Calculator.jar), it runs like a charm. What's the issue here?

Googly_
  • 71
  • 1
  • 7

1 Answers1

0

maybe you can try this: Jarfix

yarivt
  • 106
  • 1
  • 4