Hi All,
I'm a Visual Studio user and is used to breakpoints for debugging. Now I'm working in a linux environment and is using Eclipse as an IDE. I'm a newbie in linux and eclipse. I don't have any idea how to use gdb in eclipse. I tried using gdb in command line, but is not as easy as having a UI.
How do I use gdb in eclipse?
...
How to search for occurences of more than one space between words in a line
1. this is a line containing 2 spaces
2. this is a line containing 3 spaces
3. this is a line containg multiple spaces first second three four
All the above are valid matches for this regex. What regex should I use?
...
I'm trying to get the ADT working in Eclipse, but I'm getting random hangs where eclipse just locks for no apparent reason, usually requiring a 'killall java' to properly clean it out of the memory.
I'm on Ubuntu 10.4 (64bit)
Here's the details of my eclipse/android install:
eclipse Version: 3.5.2
Build id: M20100211-1343
Android Devel...
Hi, everyone,
I have a question about the eclipse. I want to write JSP by using eclipse. However, I don't know how to create a project and the .jsp file. Can anyone teach me how to write the jsp in eclipse. Thank you.
...
So sorry i wasted yuor time, i found the answer out
Feel free to delete, sorry again
...
I develop and run C++ program in Eclipse CDT on Linux.
The problem is that Eclipse CDT does't show any runtime error message (e.g. segmentation fault) in console, while I can get such error message when running program directly with command line.
...
Hi,
any quick hint to an article for adding static content to
a GWT project (ex:images)
Regards
...
When I run the sample from http://developer.android.com/resources/tutorials/hello-world.html, I am not getting to see the "hello Android" in the AVD/Emulator. I have a target compile set to 2.2 (API level 8) and thats also what the AVD is targettted to run.
Please advice.
...
I have an interesting problem. I pull down an android project from cvs, which works fine. Once Eclipse builds the project, my .java files are removed. XML files, pngs, everything else is fine. I seem to be left with just the package tree, but no source files. Any thoughts?
...
I use a mac (and therefore java 1.6) to develop a cross-platform application that is released in Java 1.5. I've discovered that Eclipse can enforce 1.5 compliance, and that has saved me from publishing some code with 1.6-style @Override syntax. However, eclipse's compliance-detection is limited to syntax. It will not catch functions. ...
Hello, I have the project in eclipse with static folder (lib). This folder contains a lot of libraries, also build process of this project based on the maven. Can I automate import(using eclipse maven plugin) all libraries for lib folder to the maven dependencies or I should do it manually?
Thanks.
...
I'm fairly new to java/eclipse development and I'm having a bit of a problem debugging code from a specific jar in a web app that my company uses.
First off, I have Tomcat setup properly and can run the webapp successfully (other than the bug that I'm trying to find!). There are about two dozen jar files in the lib directory for the we...
I have multiple folders containing reports under /report folder in the BIRT WebViewer. I would like to be able to deliver these reports on the web.
Directory structure is as follows
- BIRTWebViewer
- report
- Finance
- Sales
- Marketing
I have tried adding the folder to the report parameter value passed to the frameset
...
Hello guys,
I'm currently being forced to work with Eclipse on one of my current projects. The language we're working with is C++.
The one thing I miss the most from Visual Studio is VisualAssistX, mostly for its Auto Complete.
Is there anything like it for Eclipse? Or is there anyway to buff Eclipse's autocompletion?
Thanks a lot, p...
I'm individually clicking through each caller's caller.
Would prefer to just "expand all" and bottom out.
Is this possible?
...
Netbeans or Eclipse, what is your favorite and why?
...
Hi, everyone,
I want to ask a question about the RTC-Client 2.0.0. I want to use the RTC-Client-2.0.0 to create a project (I guess the type of the project is J2EE) to create the .jsp. However, I cannot find any J2EE project type when I click the 'New > Project'.
Do I need to install something or do other things?
...
Hello,
I'm building my Eclipse plugin by means of Eclipse PDE build, i e I've defined all the required targets in "custom.xml"
But I do not want to fetch my plugins from a repository, so I'm skipping this step. However, all plugins have to be located under plugins directory, and all the features have to be located under features folder...
I've been studying Android Development for the past week or so. The xml stuff is pretty easy to understand. However, I have NO knowledge of java. Whenever the documentation says to do callbacks to the .java file and use oncreate() I get confused and see nothing but errors. Is there an easy way to understand the java stuff? I'm very motiv...
Within eclipse, with Subclipse installed, if I right click a project and select "team" there are normally 2 options:
apply patch
share project
Once you have shared project you get the full Subclipse menu from "team"
One project however only has one option - apply patch. If I close the project I see both options but the share projec...