eclipse

Android ==> Memory Analysing ==> Eclipse memory analyzer ???

I need to check my application for memory leaks, i also need to see the memory allocation of my application. I downloaded and installed eclipse memory analyzer, and it looks like the first step is to open a heap dump. But what is a heap dump, how can i create a heap dump. And how exactly am i going to use this software, I did some googli...

How can I lose my layout when adding Hibernate support to Tapestry?

So, I've started going through the tutorial on the Tapestry site. All fine, the application runs, and I get the starting page. But, the moment I add the libraries to my POM, and the project gets refreshed, I lose my Layout component, and all the 'properties', (So message:greet doesn't work anymore). How does this work? And more import...

Can I put break points on background threads in Python?

I'm using the PyDev for Eclipse plugin, and I'm trying to set a break point in some code that gets run in a background thread. The break point never gets hit even though the code is executing. Here's a small example: import thread def go(count): print 'count is %d.' % count # set break point here print 'calling from main thread:' ...

better Android XML Layout Editor than the one in Eclipse

Hello, I'm searching for a better Android XML layout editor than the one in eclipse. Preferable placing items by drag and drop to the correct X/Y position. With the current editor I have to try out figures to place it at the exact position ... is there an easier way ? (RelativeLayout is used) ...

Problem in running eclipse 3.6 on ubuntu 10.04

Hi, I am trying to run eclipse 3.6 on ubuntu 10.04. I am getting these errors: ** (Eclipse:13709): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed ** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= -1' failed ** (Eclipse:16806): CRITICAL **: murrine_style_draw_box: assertion `height >= ...

Cannot see the gui for the SingleLaneBridge java applet example

Hi, I went to the this java site and loaded the files in a new project in netbeans 6.8 . I removed the package declaration and put them in the default package of the project. I tried to compile it by right clicking and selecting run(Shift + F6) on the SingleLaneBridge.java file. This program compiled without errors. This is what I got...

Javascript syntax checking within a JSP file not working

Hi Guys, I'm using eclipse 3.5 with WTP 3.0 to develop a web app using JSP and Javascript etc. Sometimes I need to embed Javascript code directly into a JSP file eg. to use a string out of the resource bundle message. My problem is, that I can not find a way to turn on Javascript syntax checking within a JSP file. Can somebody help me w...

Weblogic Workshop 10.0 very slow

i am working in weblogic 10.0 workshop the problem is that it is very very slow i am using a 4 GB RAM PC (with 3.2GB detected RAM).it is very slow for editing, ctrl+c, ctrl+v consumers a hell lot of time and if its a accidental right click on the editor its goin to eat your time wirthlessly any suggestions to improve ?? ...

i m facing following error using first time eclipse

this error occurred what to do run the application?? Initializing AppEngine server 25/06/2010 9:16:57 AM com.google.apphosting.utils.jetty.JettyLogger info INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger 25/06/2010 9:16:59 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXm...

How to exclude files from Eclipse's clean command

Hi there. I want to exclude files from being removed by Eclipse's Project Clean. I'm working on an SDL application and I therefore need to have the SDL.dll file present in the Debug folder. Is it possible to exclude for example *.dll files from being removed by the clean operation? If so, how do I do that? I don't have a makefile prese...

Eclipse Synchronize Hotkeys

There is a button "Upload All Outgoing Changes" in Synchronize panel of eclipse. Any way to "click" it without mouse? There is no such action in prefs->general->keys ...

How to use Target Definition in Product Configuration?

I have a question related to Eclipse PDE development. I'm using target definitions to manage my target platform, and would like to include all plugins from one particular target definition in one particular product configuration. It seems like I'm missing an easier way than what I'm currently doing (manually selecting all the stuff fro...

eclipse C++ add reference undefined reference to method error

Hi Guys, I'm new to C++ and ecplice and they are definitely giving my a hard time :) I'm tring to write simple application that includes main project with refernces to other project i wrote the following file in shared project: #ifndef MANAGEDLOG_H_ #define MANAGEDLOG_H_ #include string #include iostream #include fstream ...

Can Ant detect if a project is closed in Eclipse?

We're using Eclipse on a flat multi-project set-up. Ant builders are set up on each project to create jars as needed; the ant files are used to manually kick off junit tests, create junit reports, etc. One project is set up as a "master build" project, from which one has a convenient single ant target "test-all", which invokes the t...

Eclipse Helios/Galileo Update sites cannot be accessed on Windows machine with IE7

When starting the update, the following error is displayed: Network connection problems encountered during search. Unable to access "http://download.eclipse.org/releases/helios". Error accessing site stream. [Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd] Server return...

How can I get Eclipse to index code inside #ifdef .... #endif

I'm using eclipse to work on some c code and it is not indexing code inside conditional compilation blocks like this: #ifdef USE_FEATURE_A int feature_a(...) { some = code(here); } #endif How can I get eclipse to index the feature_a function? ...

Where does opencv install it's libs in ubuntu

I have ubuntu 10 installed. I installed all the opencv packages I could find in the software center. I expect that it installs some .lib files somewhere that I can reference in my project, but I can't find them. Where does it put them? I want to use eclipse as the ide programming in c++, but I am having problems finding out how to ge...

Add system packages to PDE runtime configuration

I created an eclipse run configuration for a number of bundles. One of the bundles has a dependency to the following packages: com.sun.mirror.apt, com.sun.mirror.declaration, com.sun.mirror.type, com.sun.mirror.util I believe these are part of the Sun Java JVM. When I add these packages as system packages to a Felix container, the bun...

Scala / Lift: Set up hotdeploy through Eclipse?

How do I set up hotdeploy for Scala/Lift projects in Eclipse? Basically, I would like to be able to Set up a new project, from say lift-archetype-basic Launch jetty:run, either from some run-configuration or through terminal Be able to edit Scala files in Eclipse, Save/Auto compile Refresh the web-page in the browser and see the updat...

How can I configure the font size for the tree item in the package explorer in ecilpse

Hi, How can I configure the font size for the tree item in the package explorer/outline in eclipse? Which item in Font under Preference I should change? Thank you. ...