Search found 4 matches

by mathbigai
17 Sep 2020, 14:47
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7681

Re: Some problems with OWS

Straightening my code, I have a line where I convert a String to Double. I take the text from a JTextField, where it has R$ ##, ##. I make a replace, taking the R$ and transforming the "," in ".". This is all within Double.parseDouble. I run my system on JRE 1.8.0, but I've also ...
by mathbigai
15 Sep 2020, 16:02
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7681

Re: Some problems with OWS

Hello everyone, Sorry for the delay, I was doing several tests on my system to try to understand what was happening, but, unfortunately, I couldn't identify it. I checked all my libraries, I checked the JVM, which in this case, was using the Azul System, and the logs, some points on my system gave s...
by mathbigai
21 Aug 2020, 15:35
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7681

Re: Some problems with OWS

Perhaps I have expressed myself poorly. My system was downloaded normally by OWS, and created a shortcut on the desktop, and it is this shortcut that I am running. Here is the JNLP. <?xml version="1.0" encoding="UTF-8"?> <jnlp spec="0.9+" codebase="http://127.0.0.1...
by mathbigai
21 Aug 2020, 15:09
Forum: Public Forums
Topic: Some problems with OWS
Replies: 9
Views: 7681

Some problems with OWS

Hello everyone, I started using OWS to update my application recently, and I am facing some problems, and I hope this is where I can express them. First, my JNLP is configured to download and verify several .jar's. And up to that point I had no problem trying internally, but it was running the syste...