Questions tagged as 'eclipse'

0
answers

Eclipse does not enter - generates boot error log

After updating and installing some components in Eclipse neon, it does not go in and starts generating the log below: !SESSION 2016-08-21 18:42:45.858 ----------------------------------------------- eclipse.buildId=4.6.0.I20160606-110...
asked by 22.08.2016 / 00:01
1
answer

Problem with using Jaybird

I can not connect to my database using firebird jdbc. the bank is very old and I can not discard it yet, I need to at least download the list of clients and save in sqlite. The problem happens well at first, when I use: Class.forName("org.f...
asked by 02.06.2016 / 23:32
1
answer

Move project from git to workspace

Using eclipse I cloned my github repository in the /home/douglas/git directory. My repository calls X and inside it is my Y project. When I'm going to import the project into eclipse I would like it to be moved to the eclips...
asked by 30.06.2016 / 03:43
0
answers

Dependency problem with Maven (plugin m2) in Eclipse

I'm new to developing java and I do not have much knowledge on Maven. The little I learned was through surveys and tutorials on the internet, and now I'm facing a problem that seems to be related to settings and I do not know how to solve. Co...
asked by 01.03.2016 / 21:06
0
answers

Layout problem when trading eclipse by IntelliJ

I'm a beginner and I'm in the middle of a project. Due to many compilation bugs, I decided to change eclipse through IntelliJ. Problems of import and connection with bank solved, I can give continuity to the project. Now I came across this situa...
asked by 11.03.2016 / 13:43
1
answer

I'm having trouble connecting to SQL with java

Well ... I did some classes, and it's time to connect to get a die in the bank; Okay. He had already connected with the DB, but when I did the class to fetch the data, it gets nullException, as if the database did not exist. Take out: public v...
asked by 22.03.2016 / 02:03
0
answers

How does eclipse create a project? [closed]

   I want to understand how eclipse generates a project Which folders are required within the project directory? ex: src / What files it generates to identify a project eclipse? How to create an eclipse project without using the...
asked by 14.01.2016 / 20:34
1
answer

Android Application Quits Unexpectedly

I followed the steps and just copied the programming from google's developer site. I made a button, it checks the connection to my network, through the IP and Port, when clicking the button, if it has a connection to the network, it shows a Toas...
asked by 30.12.2015 / 01:54
0
answers

Xdebug waiting session eternally in the eclipse?

I'm trying to debug a php system using Xdebug. I followed the installation instructions by uncommenting and changing the Xdebug settings in php.ini: zend_extension = "C:\xampp\php\ext\php_xdebug-2.3.3-5.5-vc11.dll" xdebug.remote_autostart = on...
asked by 26.09.2015 / 05:47
0
answers

I can not import my Python libraries (like PIL) from Eclipse's PyDev, what can it be?

Open a code in Eclipse's PyDev and it is giving error in the import line of the libraries! The error is: "Unresolved import: Image" What can it be?     
asked by 12.09.2015 / 22:08