Posts by Andeson • 123 points
5 posts
-
1
votes0
answers120
viewsQ: Java Serial Communication
I developed an application in Java that communicates with microcontrollers through serial ports, in the tests performed in Windows everything went perfectly well but in Linux, more precisely in…
-
1
votes2
answers156
viewsQ: Integrate Java application with Nagios
I am developing an application that monitors assets (air conditioners, lamps, etc.) in a certain room and the floor plan of this room is illustrated in Nagios with the assets in their proper places.…
-
1
votes2
answers55
viewsA: Image upload using GWT
I was able to solve the problem. I used the Apache Commomn libraries. For those who have found the same difficulty as me, here is the link of the project page.…
-
9
votes2
answers36959
viewsA: How to generate an executable program . jar in Netbeans?
Which IDE is using? If it is Netbeans, just right-click on the project and go to "Clean and Build", then the IDE will create a folder in the project directory called "dist" containing your file. jar…
-
0
votes2
answers55
viewsQ: Image upload using GWT
I am developing an application using the GWT framework and the need arose to upload images so that they can be saved in a database. I would like someone to show me some example that really works…