eclipse Questions

3

When opening the pom.xml in Eclipse using the "Maven Pom Editor" and switching to the tab pom.xml I cannot format the file. Hitting Ctrl+Shift+F in an totally non-formatted file does not do anytin...
Nashville asked 2/3, 2018 at 9:34

7

Solved

Recently I have lots of problems with eclipse, it keeps on crashing, closing abruptly, don't work well at all. It happens too much, like in every 10 -15 minutes. The CPU and RAM are 50% free whe...
Unsuccess asked 12/5, 2014 at 6:31

10

I made a new Java file in Gedit. When I open it in Eclipse (CTRL + SHIFT + F), it does not format the code. (CTRL + SHIFT + F) still formats other Java files (which I also did not create in Ecl...
Impasse asked 17/7, 2014 at 17:5

5

Solved

When I change a setting in a window like in the screenshot below, where are those settings actually stored? Bonus: Is there any way, using Java, Eclipse RCP etc, to access the settings programmati...
Carbamate asked 2/7, 2013 at 17:27

2

Solved

I recently updated my Eclipse (now running 20100218-1602), and I've found whenever I click around quickly between tabs on the tab bar, it will sometimes maximize the editor and hide the PHP Explore...
Wheelock asked 18/3, 2010 at 19:7

4

Solved

I have been trying to get the integrated Gradle buildship to work with Eclipse, but there is always something screwy causing errors that only an expert could figure out, so here I am. My code is im...
Quinquennial asked 2/7, 2017 at 17:20

3

I am currently developping a Java server app that connect to another server with SOAP, retrieve some data and store it into a DB. I work on Eclipse Photon, Maven project. My Soap client worked per...
Elda asked 12/11, 2018 at 10:6

4

Solved

Is there a way how to stop debugging when program hits the breakpoint (i.e. I don't want to execute the code after it) without stopping entire application server (I am programming apps in Java, ser...
Phantasy asked 25/6, 2012 at 13:40

4

Solved

Question I am using Eclipse for Java EE, Mars 2, and when I build a project, I don't see any output in the Console window. Where do I see project build progress and errors?
Kerwon asked 31/8, 2016 at 6:56

4

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/ma...
Hohenstaufen asked 16/11, 2012 at 23:31

5

I noticed an annoying typing lag in Eclipse Neon for Linux. Each time I type a letter, it appears on the screen with a little delay (less than a second). It happens in all source files, regardless ...
Callihan asked 24/5, 2017 at 16:4

5

Solved

I'm trying to use the Eclipse VisualVM launcher. It seems pretty nice, except that it seems to spawn an instance if VisualVM too late to do any profiling of my application. My application finishes ...
Chert asked 9/8, 2012 at 21:6

8

Solved

I have three different projects in my eclipse and yesterday src file became unvisible in one of the projects. Two days ago it was ok and I have no idea how this happened. I can not see src file in ...
Flowery asked 12/8, 2012 at 7:12

2

Solved

I keep getting a ClassNotFoundException every time I create an Android application in Eclipse. This is something that has never happened before up until this morning after using Eclipse for months....

3

Solved

I have simple code that wants to read the state of network connection. I've added permission to the AndroidManifest.xml: <user-permission android:name="android.permission.ACCESS_NETWORK_STATE"/...
Countrydance asked 21/2, 2012 at 10:18

6

Solved

I am trying to use QueryDSL in my eclipse maven project. These are the dependencies. <properties> <!-- The main class to start by executing java -jar --> <start-class>my.app.ma...
Carrier asked 21/8, 2017 at 9:49

18

I don't know what went wrong, because this was working before, but all of the sudden I don't have any files in my eclipse package explorer. The workspace path appears to be correct and the file pe...
Roxyroy asked 22/2, 2012 at 4:31

18

I checked the preferences settings in my Eclipse, it's all set to default with sysout option on, but when I typed sysout in eclipse, it won't automatically go into System.out.println(). I've checke...
Remittee asked 2/8, 2013 at 22:59

7

i am fed up of this error i am not getting how to solve this error its not setting to auto configuration mode.i am trying to auto configure it but it needs the auto configure URL i don't know the U...
Devault asked 23/11, 2015 at 12:52

9

I am using Eclipse plugin "IBM Worklight Developer Edition". I am trying to debug the adapter procedure code. For that I tried to do some debug configurations but it said Server already running(de...

3

Solved

Changed files under version control are displayed with a dark brown background in the project explorer, making the file names unreadable. I would like to change it. I have switched between sever...
Advocacy asked 27/1, 2013 at 9:11

7

Solved

In installing PyDev in eclipse, I need to go to window > preferences > pydev . . . But when I click on Window, there is no preferences option, and I can't find it elsewhere. Any ideas?
Chassepot asked 26/3, 2010 at 13:15

2

It says in the documentation that the verify phase in the build lifecycle run any checks on results of integration tests to ensure quality criteria are met What does this exactly mean?
Quincy asked 18/12, 2018 at 21:11

8

I'm developing a servlet that receives a multipart request with content of multiple files, and I'm using apache commons file upload libraries. When I call parseRequest(request); method servlet thr...
Yorgen asked 23/5, 2010 at 16:16

7

Solved

I have 3 projects: Server, Client and Commons. Making header & source pairs in Commons doesn't cause any problems and I can access the functions freely from both Server and Client. However, fo...
Lamebrain asked 13/6, 2015 at 17:10

© 2022 - 2024 — McMap. All rights reserved.