Questions tagged as 'eclipse'

1
answer

Hibernate does not find mysql JDBC driver class in Maven project

Hello everyone, I created a maven project in eclipse (with WAR packaging) and I imported the packages of models already mapped from another project, I then created a class to "load" a factory of persistence but it returns the following error:...
asked by 19.09.2017 / 15:18
1
answer

Json - JAVA (Eclipse)

How do I read a JSON (jsonl) file through eclipse in java? Do I need a package?     
asked by 28.03.2018 / 17:41
1
answer

Regex to wrap console.log expression in eclipse find / replace

I'm trying to wrap all console.log(); of my code with condicional if(showLog) { } . I was learning regex and found that I was able to select all console.log() expressions including those separated in several lines by eclipse...
asked by 17.03.2017 / 23:58
1
answer

How to generate an executable from a program made in Eclipse?

I made a program for the company where I work entirely on JOptionPane , just so that the program would only work by opening real system windows (I thought it would be easier to run officially after export than one I saw running through the...
asked by 19.05.2017 / 02:10
1
answer

java.io.Console when debugging in Eclipse

I'm trying to use the java.io.Console from within of Eclipse. However, whenever I call System.console () returns me null. In jetty, you can pass parameters in the eclipse console. For example, if I press 'x' on the eclipse console, the je...
asked by 19.05.2016 / 03:19
1
answer

how to configure the eclipse IDE to fully read a laravel project 5

When you create a project with composer and import it into the eclipse workspace, some files do not appear like for example .env .gitignore or .json does anyone know how to configure eclipse to be able to write to them?     
asked by 10.01.2016 / 14:38
4
answers

Leave part of APP in library

I have an APP with a separate package for PUSH notification, I would like to take this package and turn it into Library , so in future apps I only add the Library > in my project. How can I do this? EDIT IDE: Eclipse     
asked by 17.01.2017 / 01:44
1
answer

Shortcut to formatting JSP code does not work in Eclipse

I looked at several posts, but I can not format codes on JSP pages with the Eclipse shortcut, Ctrl + Shift + F , so no managing to indent the code. In Javascript and Java code works, but not in JSP. I need to reconfigure this shortcut in...
asked by 22.01.2016 / 12:07
1
answer

File Template for Eclipse IDE

Good evening guys. In Netbeans, when you right-click on any file you can create a template with the option Save as Template ... Does Eclipse have this option? If not, are there any plugins that do this?     
asked by 02.02.2016 / 03:07
2
answers

Problem creating Maven project in Eclipse Mars

I was using Maven in Eclipse Luna normally, I tried to test the new version of Eclipse and when I create a project Maven some exceptions are thrown:    Description Resource Path Location Type Failure to transfer   org.apa...
asked by 11.08.2015 / 14:16