Replies: 7 comments 23 replies
-
@bevans2000, @larsnaesbye , @Urwumpe , Anything in particular we need to be aware of ? |
Beta Was this translation helpful? Give feedback.
-
I have concerns if Java 17 will block some of the reflection calls that weblaf needs and thus not compatible with mars-sim. I cut and paste JEP 403 from this post as follows:
|
Beta Was this translation helpful? Give feedback.
-
I just downloaded oracle's official JDK 17 and unzipped it onto my machine. For now, I'm using JDK 17 to compile it as the Java 11 level. That's because I'm using Eclipse IDE (version 4.20.0). Even though it's the latest release version 2021-06, it does not support Java 17 compiler level yet.
So it works in this case as expected if compiled as Java 11 binaries. We'll have to wait until the next version of Eclipse to come out that will enable the support of Java 17. |
Beta Was this translation helpful? Give feedback.
-
I've done a full clean build in VSCode using Java17 and I now get some weird error. It's a problem with weblaf . What are we going to do about it? Do we really need it ? |
Beta Was this translation helpful? Give feedback.
-
When are we going to jump to Java 17 now we have removed weblaf? |
Beta Was this translation helpful? Give feedback.
-
Created #820 |
Beta Was this translation helpful? Give feedback.
-
I've just downloaded the latest Eclipse 2023-03 version and Azul's Java 17 this morning. Eclipse IDE reports a bunch of errors and still trying to get it to work. I've also installed kotlin plug-in but it doesn't solve the problem. So it has to do with something else. Question: does the javax.xml import work in UIConfig.java in mars-sim-ui ? Mine doesn't work. |
Beta Was this translation helpful? Give feedback.
-
Java Development Kit (JDK) 17 is slated to have the production version released tomorrow on September 14.
Since it's a long-term-support (LTS) release having extended support from Oracle expected for several years, most people are considering switching to it.
Shall we start planning our testing it to see how well it works with mars-sim ?
Beta Was this translation helpful? Give feedback.
All reactions