ckported since then? A lot of those linked JDK bugs are
marked resolved.
-mbien
On 31.10.22 07:58, negora wrote:
Besides editing the "$NETBEANS_HOME/etc/netbeans.conf" file (to add
the "--fonsize" parameter), I recommend you setting the
"FREETYPE_PROPERTIES" envir
Besides editing the "$NETBEANS_HOME/etc/netbeans.conf" file (to add the
"--fonsize" parameter), I recommend you setting the
"FREETYPE_PROPERTIES" environment variable to your taste, while invoking
NetBeans.
I also use Debian 11 and I've seen that the font rendering looks better
(at least to m
Hi:
Does NetBeans also breaks if you put your task in a separate Maven profile?
Regards.
On 02/09/2022 12:22, Jonathan Bergh wrote:
hi there,
It's clear that when using NB with Maven, NB uses
the exec-maven-plugin to run the jar, but configuring another process
using that plugin breaks the
In situations in which I need to make massive replacements, I prefer to
use the command line. It's more flexible and less expensive in terms of
memory. In Linux I use a mix of "find", "while" and "perl" with regular
expressions. For example:
find my-app/ -name '*.java' \ | while IF
Hi:
I would like to know whether it's possible to associate a datasource to
a Maven EJB project, so that NetBeans IDE checks that the tables and
columns indicated in the JPA entity beans really exist in the database.
By "datasource" I'm referring to one created in the "Services" tab, in
the