Questions tagged as 'java'

0
answers

Maven error: -fuzzyMatcher TYPEVAR

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (package-javadocs) on project globalmentor-core: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - javadoc: error - fuzzyMatcher TY...
asked by 19.05.2016 / 19:33
1
answer

Variable gets another value even without assigning values to it

I call a JFrame by passing my variable as a parameter and there I assign it to another variable that I declare in order to do the necessary operations. But when I close JFrame 2 my JFrame 1 variable gets the same values. How can this happ...
asked by 20.05.2016 / 18:00
1
answer

Error: "You have an error in your SQL syntax" [closed]

I'm getting the following error while attempting to change in BD:    You have an error in your SQL syntax; check the manual that   correspond to your MySQL server version for the right syntax to use   near 'CODE = 0' at line 1 DAO pub...
asked by 30.11.2015 / 23:35
1
answer

Transaction control between two different applications

I'm working on an application that is split into two modules, each in a language (.NET and Java). The A (.NET) application will manipulate the records of a table while the B (Java) application will handle it at the same time.    Scenario:...
asked by 31.07.2016 / 14:59
0
answers

Configure jBoss to request client's digital certificate

I'm doing a web application using jBoss EAP 6.1. As one of the requirements, the system must perform user authentication via digital certificate. To do this I set up jBoss to run in https:// using the SSLv3 protocol, created a certific...
asked by 03.12.2015 / 19:51
1
answer

Doubt with Vraptor Image Download

Hello everyone, I have a question about the Vraptor Download function, I have an IMG on my server and I try to display it in my Mobile Application but when I make the request to the server it does not return an IMG type response (type="image / jp...
asked by 04.12.2015 / 18:38
1
answer

Capture gstreamer Pipeline Image

I have an IP camera that uses the RTSP protocol to transmit images, the code below uses gstreamer to connect, take these images and show in swing (it works right). I want to get the camera frames straight from Pipelin...
asked by 04.12.2015 / 20:11
0
answers

Use S @ T CF-e with android [closed]

I'm developing an android application that communicates with the SAT-CF device that came to replace the ECF (Fiscal Coupon Issuer). I do not know how to start or how to do this, someone has found some tutorial or can help me with how to work...
asked by 11.01.2016 / 13:21
0
answers

Generate test javadoc with Maven on NetBeans

I need to generate javadoc from tests using Maven. I found this tutorial = > link It worked, however, I can only generate javadoc via terminal, using the command:    mvn javadoc: test-javadoc Would anyone know a way to generate...
asked by 05.01.2016 / 02:29
1
answer

TableRow added via program is not bringing all fields!

I'm trying to make a ScrollView - TableLayout - TableRow via program, but using an XML Layout as the basis of the internal data of TableRows. It happens that whenever I try to add the text of the last field (message) of this layout or...
asked by 05.01.2016 / 18:56