Pete Whelpton

Results 23 comments of Pete Whelpton

I believe Glassfish 6.1 only supports JDK11, as per https://glassfish.org/ > Note this release requires JDK 11. NB knows to only allow this combination, it is defined in `enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV6_1_0.xml`. The...

Drop down options are represented by Enums. Adding a new option is as simple as: 1. Add a new Enum entry 2. Add the description into `bundle.properties` 3. (For JME...

@MeFisto94 thank you for your kind words and feedback: > We need to remove jcenter() as that is taken offline. The most recent thing I saw was [this jFrog update](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/)...

@MeFisto94 I've added some additional commits: * Changing what seemed sensible in the Codacy report (a lot of the errors were indeed from the auto-generate NB UI code) * Fixed...

I also realised I made a mistake with the .zip file, so that is fixed now too

> Actually: Does the template seamlessly allow you to use pauls more recent libraries? I guess since the artifactId stays the same, it should "just" work? @MeFisto94 - yes, just...

@tonihele - squashed, rebased and tested on 3.4.1 SDK :+1:

I think this is related to the underlying Netbeans platform using Pack200 to compress Netbeans Modules (NBMs):https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-2842 Pack200 was removed from >= JDK14: https://openjdk.java.net/jeps/367

Same issue on Linux Mint 20.1 with AMD Radeon graphics using the open-source `radeon` driver. This makes me wonder if there was a change in the `5.4` kernel family that...

@stephengold I did some testing: * SDK 3.2.4 on Mint 20.1 = Same `OpenGL context not started!` error * Tried SDK 3.2.4 and 3.3.0 on a Fedora VM to see...