Questions tagged as 'eclipse'

1
answer

(Eclipse) JBoss never starts

I'm having trouble trying to make JBoss run on the Eclipse self. I installed JBossASTools, downloaded the latest version of JBoss, and did the default installation procedure for new server in Eclipse (with the configuration file standalone-fu...
asked by 01.05.2015 / 03:08
1
answer

Is it possible to create a calendar in Android Eclipse?

I need to create a "private" contact calendar (not the phone's own API). For example:     I have the BUTTON (A) and BUTTON (B);     I have the AGENDA and AGENDA (B); When the user clicks the BUTTON (A), it will be sent to the AGENDA activ...
asked by 13.11.2014 / 03:35
2
answers

Error in AudioInputStream ais = AudioSystem.getAudioInputStream (getClass (). getResourceAsStream (s));

   I create a class to create AudioPlayer package Audio; import javax.sound.sampled.*; public class AudioPlayer { private Clip clip; public AudioPlayer(String s) { try { AudioInputStream ais = AudioSystem.getAudioInputStream...
asked by 28.07.2014 / 20:28
1
answer

I can not see output on the console in project with Wildfly

I can not see any output on the console in a project with Wildfly 8.0.0. If at any point in my code I make a System.out.println("Qualquer coisa") simply nothing appears on my Eclipse Kepler console. The same project running with Apa...
asked by 04.06.2014 / 19:43
2
answers

List of Eclipse EE Shortcuts

I searched the documentation official and did not find it. There you have only the Eclipse SDK. Is it possible to export a PDF or list of ALL Eclipse EE Luna shortcuts?     
asked by 03.10.2014 / 15:08
1
answer

Debug / run non-stop server

Is it possible to stop an execution that is at debug at the moment of the breakpoint without stopping the server? I do not want debug to continue because I know it is wrong, for example I want it to stop before giving an insert in the d...
asked by 01.10.2014 / 03:03
1
answer

How to get an IResource from an ICompilationUnit

I'm doing a plugin in eclipse and when I select a java class in the Package Explorer I end up getting an object of type ICompilationUnit , but I need an IResource strong>, what can be done?     
asked by 12.02.2014 / 21:31
2
answers

Instantiated object does not appear in function [duplicate]

Hello, I'm creating a Java project using Eclipse with the windowbuilder. Inside this project I own the JFrame with the objects, jbuttons, jtextfields, jformattedtextfields, etc ... I have all these objects in my project. It occurs that when I...
asked by 01.06.2018 / 17:37
1
answer

Array java shows specific items

Hello, I have a question, for example, I have Array A {1,2,3,4,5}, I make another array B {1,2,3} with the items I want to delete from array A, and show the remaining items ex 4 and 5, however I'm stopping an if inside a for and the answer comes...
asked by 19.02.2018 / 03:16
1
answer

java.lang.ClassNotFoundException: Could not load requested class: com.mysql.jdbc.Driver

I have a Dynamic Web Project in Eclipse and I have been constantly receiving this error: java.lang.ClassNotFoundException: could not load requested class: com.mysql.jdbc.Driver. My persistence.xml file: <persistence-unit name="casos">...
asked by 24.01.2018 / 21:53