Questions tagged as 'eclipse'

2
answers

Not Sending Target Files

When Syncronize in my project in SVN it appears a giant list with the files of Target where if I try to give commit of the error. How can SVN ignore these files? I'm using Eclipse SVN.     
asked by 09.01.2015 / 18:33
3
answers

How to do to eclipse auto-complete code without ctrl + space?

<ui:define name="menu"> <ui:include src="/includes/menuPrincipal.xhtml"></ui:include> </ui:define> <ui:define name="conteudo"> <h:form id="frmFabListagem"> <p:dataTable id="tblFabricante...
asked by 13.01.2015 / 22:21
1
answer

"percentage can not be resolved to a variable"

I need to set the value of the variable porcentagem according to what is set in Spinner . The problem is that I need to use the value of porcentagem out of method setOnItemSelectedListener() , on line int r = edtVaoN...
asked by 23.11.2014 / 06:32
1
answer

Eclipse Dark on windows

The Luna Eclipse was released, and with came a new theme available "Dark", I always liked darker themes because of photosensitivity. In Linux the Dark theme is perfect because the scrollbars, the views' handle (those 3 dots when you minimize...
asked by 01.07.2014 / 19:28
1
answer

Encoding Eclipse - Intellij

Imported a project in Intellij that was created in eclipse. The project is quite large. I'm having a problem with the encoding, in eclipse it's like Default the Cp1252 And IntelliJ is set to UTF-8 How do I change to...
asked by 23.10.2017 / 19:59
1
answer

Better formatting of xhtml files

Given the excerpt from my file .xhtml : <h:panelGrid id="camposPesquisa" columns="2"> <h:outputLabel value="#{msg['nome']}: " /> <p:inputText value="#{naturemb.arg}" /> </h:panelGrid> <h:panelGrid id="b...
asked by 28.09.2016 / 19:46
1
answer

How to solve DIRTY_WORKTREE

I'm trying to merge a git using eclipse, but it gives me an error:    DIRTY_WORKTREE "filename". I have tried to revert commit and resetar , but neither option works.     
asked by 23.06.2015 / 14:58
1
answer

Error creating Java Virtual Machine

I was running an rmi application in Eclipse Luna and the following message appeared:    "Could not create the Java Virtual Machine . A fatal exception has occurred. Program will closed. ". The operating system used is Window...
asked by 18.06.2015 / 00:03
1
answer

How to fix the error: HTTP Status 500 - Servlet execution threw an exception?

Language: Java Server: Apache Tomcat. Environment: Eclipse. I'm following Caelum's Handbook for course FJ21 - Web Development with Java. I created a form but at the time of writing it presents the following error:    HTTP Status 500 - Ser...
asked by 16.01.2017 / 00:14
0
answers

maven configuration [closed]

I created a Maven project (NOTE: this is the first time I'm touching this technology), but it is giving this error. This plugin that the message is speaking do I need to install it? How do I do? Another thing, when I go to pr...
asked by 03.06.2015 / 21:04