Questions tagged as 'java'

1
answer

Error with webservices: javax.xml.stream.XMLStreamException

I created a webservice on java client from wsdl , on tomcat7 and axis2 When creating the class to invoke the operations (methods) of the webservice it gives me the Error:    javax.xml.stream.XMLStreamException: Message: Encoding Name...
asked by 21.10.2016 / 18:53
1
answer

Connect Cloud SQL from App Engine

I've been trying to connect SQL SQL from app engine with java for a few days. but when making the connection I get the error:    No suitable driver found for jdbc: mysql: //104.155.83.62/BD-myApp? user = root; password = root I leave you...
asked by 28.11.2016 / 08:47
1
answer

Error running Applet

EDITO The problem was nothing with the browser, nor obsolete nor anything. It was that I had an image as a logo of the program, which appeared on a panel, and they were problems of permissions. As the image appeared in the first panel, it d...
asked by 24.10.2016 / 17:56
1
answer

Terminated Program Files [closed]

When I run the following code in the console it shows me the following in the console: Window [Java Application] C: \ Program Files \ Java \ jre1.8.0_111 \ bin \ java.exe You know why this comes out: 'c? package formularios; import ja...
asked by 04.12.2016 / 06:59
1
answer

How to open a frame from another frame [duplicated]

The function that I want the program to perform is that when the user and password is validated, the JFrame window will be displayed. But it does not work package formularios; import java.awt.BorderLayout; import java.awt.EventQueu...
asked by 03.12.2016 / 06:28
0
answers

Call an event on JFrame with JButton

This is my first post, so I hope to do things right about the forum rules. You see, I'm designing a user interface that will use sphinx-4 to recognize and process voice commands. I already made the library work in Eclipse Neon, however, I want t...
asked by 13.10.2016 / 15:31
1
answer

Smack "NoClassDefFoundError" from / javawi / jstun / util / UtilityException

Exception in thread "main" java.lang.NoClassDefFoundError: from / javawi / jstun / util / UtilityException     at org.jivesoftware.smackx.jingle.nat.ICETransportManager. (ICETransportManager.java:33)     at Model.Main.main (Main.java:31) Caus...
asked by 13.10.2016 / 01:28
0
answers

Do not run "java app" in java web contained in localhost

The problem is that when I enter the .jnlp file it tells me that "the application could not be opened", I created file-de-pruebas.jnlp, and exported a project to .jar the issue is that when I double-click , it seems like he is going to walk and...
asked by 03.11.2016 / 17:41
1
answer

How to save images with Glide?

I program a gallery in android with the glide library but the images are only shown, when I leave the screen prefered, it does not give me the option of saving the images, how does it work?     
asked by 03.11.2016 / 19:25
1
answer

Export JTable to extensions .xlsx and .pdf

Good morning, I made a JFrame Form which has to export a jTable to Excel and PDF. You already export me but you export the 2 files at the time, so I want that when I select the Excel filter in the FileChooser, I export only in that extension, th...
asked by 19.09.2016 / 22:00