I can't able to run my simple map application as executable jar file. When i try to run the jar file in command prompt, it shows error like "could not find or load main class" but when creating the jar file i included main class in it. what could be the problem? This happens when using java 12.
When using java 11, I can't able to create executable jar. Eclipse doesn't show any main class to choose.