When I build my NetBeans platform application ("Bundle as ZIP") it generates a
.conf file with this entry:
default_userdir="${HOME}/${APPNAME}/2.1"
I would prefer to use the following instead:
default_userdir="${HOME}/.config/${APPNAME}/2.1"
especially on Linux, this is a much better choice.
Hi,
I have a Maven dependency whose source is in Kotlin. With Java sources, I can
easily step through their code, but with Kotlin the debugger doesn't detect the
source code. I saw there was a plugin for adding Kotlin support to NB:
https://blog.jetbrains.com/kotlin/2016/09/kotlin-netbeans-pl