Thanks Laszlo,
I'll hang on to this gem for sure!
"tryme.jdkhome=/usr/lib/jvm/java-13-openjdk-amd64"
Steven
On Wed, Dec 4, 2019 at 11:57 AM Laszlo Kishalmi <[email protected]>
wrote:
> Well I'm working with NetBeans Running on JDK 13
>
> I have the following setting in nbbuild/user.build.properties:
>
> nbjdk.home=/usr/lib/jvm/java-8-openjdk-amd64
> tryme.jdkhome=/usr/lib/jvm/java-13-openjdk-amd64
>
> So I can compile comfortably on JDK 8 in the IDE, but test on JDK 13
> (Needed for creating good screenshot without the font antialiasing bug)
>
> On 12/3/19 6:07 PM, Steven Ingram wrote:
> > I was happy to see recently that we can run the head of master with JDK
> > 11. I can build and run the app with JDK 11 (this is new info in the
> > project README).
> >
> > Unfortunately I was thwarted this evening by the Ant complaint about
> using
> > anything higher than JDK 8 to build the app when Debugging and using the
> > "Apply Code Changes" button.
> >
> > "...You are attempting to build NetBeans using JDK 9 (or higher).
> > This is forbidden..."
> >
> > I'm thinking this is just a bug now that we can apply code changes with
> JDK
> > 11. I even tried to kick off my debugging session like so:
> >
> > sudo ant -Ddebug.port=9009 -Dpermit.jdk9.builds=true tryme
> >
> > But it didn't give the results I wanted/expected. The ant command that
> ran
> > from hitting "Apply Code Changes" is this:
> >
> > "ant -f /Users/steveningram/Projects/incubator-netbeans/groovy/gradle
> > -Dfix.class=org/netbeans/modules/gradle/ActionProviderImpl debug-fix-nb"
> >
> > I'm trying to fix an issue for my first pull request, otherwise I would
> try
> > and fix this issue on my own. I could also make a Jira if need be. Is
> > there any documentation on proper ticket creation?
> >
> > I could even attempt to fix it with a little direction.
> >
> > Regards,
> > Steven
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>