Questions tagged as 'eclipse'

1
answer

Problems with CSS in an XHTML page

At the beginning of my project I created all the structure favorable for the proper functioning of the CSS file. This is my page; <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...
asked by 27.11.2015 / 19:42
2
answers

package does not exist (Maven)

Let's contextualize the problem: I have a project that consumes some Web Services, in this project I have separate source folders according to the standard suggested by Maven ex: (main / java test / java), the classes generated based on the W...
asked by 09.12.2015 / 20:25
2
answers

DAO + Webservice

I want to use the DAO standard to create a Java project in Eclipse to view data from a database. I just want to turn it into a Webservice .. How should I proceed? Just use that IDE Webservice creation option and you're done?     
asked by 07.10.2015 / 20:30
1
answer

Spring XML Error in JPA

After I updated Eclipse from the Luna version to the Mars version it is returning error in the first line of the Spring JPA XML file, in the XML declaration: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframew...
asked by 29.09.2015 / 22:15
1
answer

Error creating Class in Eclipse Android

When I create a new project in Eclipse Android it shows the following errors: Detail: I only downloaded the%% 4.0 and 4.2% and the lower ones% the extras and apis .     
asked by 14.10.2015 / 23:01
3
answers

Where can I download / install the Eclipse IDE, the WindowBuilder package?

I need to create applications with graphical interface in Java. I use Eclipse Mars as IDE to program in Java, I noticed that it does not have in its default installation the WindowBuilder package to make graphics screens in programming, like the...
asked by 30.07.2015 / 16:08
2
answers

Create two jar with the same pom by the eclipse

How to create a pom in the maven that generates by eclipse two .JAR files, where one will have the .class files and the other .jar will have the sources (.java files) doing only one install. Example: Project exemplo.jar exemplo-src.jar E...
asked by 25.03.2015 / 22:00
1
answer

Error import import br.gov.frameworkdemoiselle.security.User

Error importing interface User : import br.gov.frameworkdemoiselle.security.User; demoiselle version used: 2.5.0-RC1 According to GrepCode, in version 2.5.0-BETA2, this interface existed ( link ), but from 2.5.0-BETA3 onwards it di...
asked by 24.04.2015 / 16:30
1
answer

Android: How to open unused PDF from the internet?

How do I put a .pdf file in app itself, and open it without having to download using its URL? It would all be offline. Once the app was installed, .pdf would go along with it.     
asked by 26.05.2015 / 13:17
1
answer

Resource JFrame Icons

Good afternoon. I'm having problems with my application. It executes with change of icon in JFrame . When compiling it to: "Runnable Jar file" and compile with: Launch4j for binary, the application simply does not open. I am changing...
asked by 29.03.2015 / 16:51