I have found myself cajoled into using IntelliJ because it allows one to
use Java and Kotlin sources simultaneously. To do this however, I have had
to create a new project using Gradle and copy my Java sources to this new
project because IntelliJ thumbs it's nose at Ant projects. So, now I am
ponde
Hi All,
I hadn't been testing my RCP app on Windows for a while and a user
reported that they installed my program and got a message of "Cannot
find Java 1.8 or higher" after double-clicking the .exe. I checked and
found that to be the case with both my application as well as a basic
Maven Platfor
Did the project properties identify the specific java version in use?
Did the Tools…Java Platform…Add Platform account for the Java 11 version?
Is the JDK.home properties in the netbeans/etc/netbeans.properties get set
to applicable version?
Are java home and related environment variables set?
Unrelated but at some point, there was discussion of integrating Kotlin
support (I believe donated by JetBrain developer)…did anything further
happen with that?
Or is Kotlin another candidate for “new LSP language implementation”?
Eric
On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas
wrote:
> Okay.
Is this maybe a regression or similar to this issue?
https://issues.apache.org/jira/browse/NETBEANS-577
Has java home, classpath, and/or module class be established yet either at
system level or in the project level?
Eric
On Sat, Oct 9, 2021 at 5:33 AM Pieter van den Hombergh <
pieter.van.den.ho
What is the Java version that you run netbeans with?
Op do 7 okt. 2021 18:15 schreef Marvin P. Warble Jr.
:
> Even though the source level of is set to: 11,
> java.util.zip.CRC32C cannot be found on the system module path:
>
> Changing source level to 1.8
>
>
>
> This error continuously shows up