Problem when creating my executable .JAR in java netbeans

0

I try to create a .JAR executable file for my GUI application in java, in which I use serialization for data, but when I run it, the .JAR buttons that use serialization, such as the save button, do not work. and the console throws me this error:

Nota: Algunos archivos de entrada usan operaciones no verificadas o inseguras.
Nota: Recompile con -Xlint: desmarcado para más detalles.
    
asked by Brayan Altamar 25.11.2017 в 03:34
source

1 answer

0

Search inside the Dist folder of your project and there you will see your .Jar executable.

This folder is in your project but you should look for it as if you were looking for a normal file.

    
answered by 30.11.2017 в 00:21