I have a Java software that run perfectly in Windows.
The folder structure is:
-dist
- lib
- PowerHarvestingConfFx.jar
But when I try to open in Ubuntu I get this error:
cd dist
java -jar ./PowerHarvestingConfFx.jar
Error: Could not find or load main class powerharvestingconffx.PowerHarvestingConfFx
What kind of problem could be?