hmmm Interesting... I wonder if we could replicate this in swing and the
openjdk?
On 7/3/22 16:04, Marco Penitenti wrote:
Hello,
I'm new to the list I've seen there is no FAQ or info configured, so I
hope doing just fine writing here.
I've encounter a weird situation and solved it and I tho
Hi Bayless,
HSQL is probably just storing everything in RAM, so unless you hand the
same connection to the second class you may not see the data.
Just to test, try using a connection to a MariaDB instance or some SQL
that stores onto the disk by default?
You could post code, but I think the
There is a current thread on the Netbeans slack channel talking about this.
Apparently this one works quite well:
https://github.com/hlavki/netbeans-svuid-generator
On 5/24/22 01:03, Roberto Bottoni wrote:
Hello,
In Netbeans, how can i create the serialVersionUID number of a class?
thanks!
Rob