0
votes
2answers
15 views
Where can I view tomcat’s log file in eclipse?
Where can I view tomcat's log file in eclipse?
for some reason my tomcat's installation /log file is always empty.
BTW, does tomcat dump to the log file after a while or is it immediate?
2
votes
2answers
16 views
what do I need to do if I want to convert a eclipse project to start using maven2?
what do I need to do if I want to convert a eclipse project to start using maven2?
I know of the maven plugin, but do I need to modify the existing project?
Or should I just re-import into a newly …
0
votes
2answers
21 views
How to change highlighted occurences color in Eclipse’s sidebar?
When you have "Mark occurences" enabled in Eclipse, placing the cursor on any type/variable/method/etc will highlight all occurences in the text editor and place a faint bar in the right ruler to show …
1
vote
1answer
16 views
How to achieve modularity structure of app subcomponents on Android?
My Android main application will consist in a main program, with a few pre-installed modules.
Then I want to offer different modules later, best would be as separate files. Modules like: location, …
5
votes
8answers
92 views
Is it problematic to assign a new value to a method parameter?
Eclipse has an option to warn on assignment to a method's parameter (inside the method), as in:
public void doFoo(int a){
if (a<0){
a=0; // this will generate a warning
}
// do …
0
votes
2answers
19 views
How to import existing Android project into Eclipse?
I'm trying to import and existing Android project into my current Eclipse workspace. I select File->New->Android Project, which brings up the Android project dialog, I then select, "Create project …
0
votes
0answers
15 views
“No to all” when pasting
Is there a way to achieve a "No to all" option when pasting in eclipse (in the package explorer)?
0
votes
4answers
15 views
does netbeans or eclipse have any navigation plugins?
Does either netbeans or eclipse have any plugins where you can quickly navigate the project?
I want something like intelliJ's navigation options, like where you just presss control-N and simply type …
0
votes
1answer
51 views
Cannot debug any Eclipse project
This is shown when I try to debug my code with Eclipse:
What causes this and what can I do about it? I'm working with C code with the MinGW GCC compiler.
Update: here's an example of an error log. …
2
votes
1answer
21 views
how to mark code review defects in eclipse?
i'm using eclispe 3.5 + mylyn + trac.
i'm looking for a way to mark source locations, that we identify in code reviews, in the IDE.
i need at least a way to collect all source locations and …
0
votes
1answer
19 views
Bookmarking with eclipse
I really miss the bookmarking feature of Visual Studio + Resharper.
For example, I press Ctrl+K, Ctrl+K to toggle a bookmark, and then Ctrl+K, Ctrl+N to go to the next bookmark, Ctrl+K, Ctrl+P to go …
0
votes
1answer
53 views
Web services clients in Java
I'd like you to list all the solutions available to generate web-service clients in Java platform.
I need to extract the structured information from the web-service to work with.
What do we have in …
1
vote
1answer
13 views
Where does Hibernate Tools store its database connection info in Eclipse?
I am using Hibernate Tools in Eclipse and having a problem. When we were initially trying to setup HT to be configured properly with our weird configuration, we made a custom DB connection (Right …
0
votes
2answers
22 views
Export OSGI-Application from Eclipse
I've developed an osgi application (no rcp) using eclipse. It consists of several Plugin-Projects-Bundles and dependencies from eclipse plugins folder (commons.* ...)
The application works fine when …
2
votes
4answers
57 views
Build failed question - maven - jre or jdk problem
Hi all,
I have my JAVA_HOME set to
C:\Program Files (x86)\Java\jdk1.6.0_18
After I run maven install I get this message from eclipse:
Reason:
Unable to locate the Javac Compiler in:
…
