eclipse Questions
11
Solved
I'm trying to debug Maven tests in Eclipse. When I launch tests with the maven option maven.surefire.debug, I get this error :
ERROR: transport error 202: bind failed: Address already in use
FATAL...
Hazelhazelnut asked 8/12, 2011 at 8:46
5
Solved
Installation Details:
Package: Eclipse Java EE IDE for Web Developers.
Version: Luna Release (4.4.0)
Build id: 20140612-0600
OS: Windows 7
Issue:
The Eclipse marketplace client has gone missing f...
14
I just installed Eclipse Oxygen and tried to open an existing project into the workbench but I get this error:
The project was not built since its build path is incomplete. Cannot
find the clas...
5
as mentioned from the title i have a problem stopping the wildfly windows service.
When i tried to stop the wildfly service via the server manager - services window the status of the wildfly servic...
Gavra asked 15/7, 2016 at 8:4
4
Solved
This 'solution' doesn't look to work any longer in the Luna version:
Copy path/file name in Eclipse to clipboard
This is actually a must have feature for a rich IDE!
Executioner asked 19/11, 2014 at 16:46
11
Solved
How to search for a string in the complete eclipse workspace?
I was not able to locate a text in the eclipse workspace however I could not find the specified string in the workspace.
Swen asked 3/5, 2012 at 4:9
3
In IntelliJ IDEA, the "Project" pane on the left has "View as:", with the following options:
Project
Packages
Scope
Favorites
If you select "Project" it shows something like Eclipse's "Package ...
Iggie asked 5/6, 2012 at 15:49
6
Solved
I'm having various Gradle problems after a new clean Eclipse install.
They seem to be associated w/ this "Problem" message:
Could not run phased build action using connection to Gradle di...
16
Solved
I have just created several project using Eclipse. Now restart Eclipse and want to see one of the projects. How can I do it?
I have tried File -> Import -> General -> Existing Project into Workspa...
4
Solved
I was in middle of coding and accidentally put the following line of code at the part of class where we declare instance variables. but i checked and it gives the same error anywhere by anywhere i ...
Fluor asked 1/11, 2012 at 7:55
9
Requesting Java AST from selection
An internal error occurred during: "Requesting Java AST from selection".
'boolean com.ibm.icu.text.UTF16.isSurrogate(char)'
I use eclipse 2022-03 and i...
Welles asked 10/12, 2022 at 9:41
23
Solved
Here is my POM.xml file:
<project>
<properties>
<jdk.version>1.6</jdk.version>
<spring.version>3.2.2.RELEASE</spring.version>
<spring.batch.version>2.2...
3
Solved
I use ANT for all my builds and I also use eclipse as my IDE and I would like to be able to use the latest version of ANT in my eclipse, frequently the ANT that ships with eclipse is a point releas...
Gaston asked 5/3, 2011 at 20:1
7
Solved
I have class that uses hibernate, I have included all required jars to classpath and class worked before Java updated itself. But now eclipse shows that it cannot resolve some hibernate imports. Wh...
17
Solved
The autocomplete of eclipse is not working now and I searched for hours but I couldn't find an answer to solve it. I haven't used it for long time then the first thing after opening it was to insta...
Cortes asked 13/2, 2014 at 5:53
10
Solved
I am using eclipse CDT to test the Intel instructions and below is my program:
#define cpuid(func,ax,bx,cx,dx)\
__asm__ __volatile__ ("cpuid":\
"=a" (ax), "=b" (bx), "=c" (cx), "=d" (dx) : "a" (f...
7
Solved
Title says it all.
I want to run the console command mvn clean install on my project in question directly in Eclipse, not from the command line.
It would just be more convenient for me to do this...
6
I want jdb (which I'm using via the Eclipse debugger) to break when a variable is assigned some value.
I'm not interested in setting a breakpoint at some specific line but rather more generally.
...
18
Solved
I have a dynamic web project that I am working on to migrate a jsp/servlet app from JRun to Tomcat.
I am getting the error: com.ibm.ivj.eab.dab.DatastoreJDBC cannot be resolved to a type.
I have ...
6
Can anyone please tell me where I can find the path to the correct files for Scene Builder on Ubuntu to get it linked in my preferences with Eclipse IDE.
Fronia asked 20/12, 2015 at 20:7
5
I'm trying to work in Eclipse as much as possible without a mouse. I cannot find a key binding for starting and stopping servers quickly in Eclipse WTP (Web Tools Platform).
One way to start a ser...
4
In my Windowns 11 environment I use Visual Studio Code (1.87.2) to develop Java applications. In one of these apps we use some of the Project Lombok's annotations (1.18.24) such as @Builder, @Data,...
Inoue asked 4/4, 2024 at 14:38
4
Solved
How can I increase the vertical scrolling speed in eclipse?
Currently it's scrolling at one line per scroll tick.
I tried to search "mouse" in Windows -> Preferences but no results were found.
In m...
2
Is there a way to change the color of the grids in eclipse?
I am using the built-in 'Dark' theme, and the grid lines are too bright for me, they mess with my vision, I have some visual snow.
5
Solved
I have a project that I have just imported from CVS. It is working in several dozen other developers IDE, but in my case, it is reporting a problem:
CHKJ3000E: WAR Validation Failed: com.ibm.etool...
© 2022 - 2025 — McMap. All rights reserved.