I have a MacbookPro M1 with the following java versions:
java version "15.0.1" 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Is this an issue related to the Java version?
I used to have an iMac where I was using a lower version of java. Now I don't know which would be the correct version if the root issue is java version.
Any idea on how to fix this problem?
In the other hand, when trying to open the project in Eclipse trying to open the jar from there, the following issue is present at the top of the MainFrame.java class:
***The type com.sun.java.swing.plaf.windows.WindowsLookAndFeel cannot be resolved. It is indirectly referenced from required .class ***
The error console in eclipse is showing the errors seems to be at line 98 in the code inside a method of the class (displayed in the attached image)
If there is no solution for this, is there any other way to create .exe applications from a .jar file?
I have a MacbookPro M1 with the following java versions:
java version "15.0.1" 2020-10-20
Java(TM) SE Runtime Environment (build 15.0.1+9-18)
Java HotSpot(TM) 64-Bit Server VM (build 15.0.1+9-18, mixed mode, sharing)
Is this an issue related to the Java version?
I used to have an iMac where I was using a lower version of java. Now I don't know which would be the correct version if the root issue is java version.
Any idea on how to fix this problem?
In the other hand, when trying to open the project in Eclipse trying to open the jar from there, the following issue is present at the top of the MainFrame.java class:
***The type com.sun.java.swing.plaf.windows.WindowsLookAndFeel cannot be resolved. It is indirectly referenced from required .class ***
The error console in eclipse is showing the errors seems to be at line 98 in the code inside a method of the class (displayed in the attached image)
If there is no solution for this, is there any other way to create .exe applications from a .jar file?
Fixed in 3.14. Releasing now.
BR,
Grzegorz
Do you intend to publish this? So that https://github.com/lukaszlenart/launch4j-maven-plugin could also be updated
Yes, I plan to do it. And actually working on it but have to solve a
problem.
On Sat, Mar 13, 2021, 10:23 Martin Paljak martinpaljak@users.sourceforge.net wrote: