"What if? Why not? Challenge the Convention! Let's do some incredible things!" More Quotes
Home
About/Contact
Twitter
Aspire/J2EE
Github
Pro Android 4
Our Android Books
Lookup Meaning
look up
more ..
Stuff I used to do
java.net Blog
At O'Reilly
Articles
Humanities
Humanities Current
Humanities 2007
Telugu related
Shells
Books
Music
Letters
Recipes
Jax Restaurants
Java
J2SE/J2EE/JSP
Portlets
Research
OSCON 2004
Download OSCON 2004 Presentation
OSCON 2003
Magazines
Dotnet
FTP
Industries
Supply Chain
Health
9-Apr-12
This document is intended for a reasonably experienced Java programmer to start using eclipse effectively in a couple of hours. This is distilled information with the obious left unstated.
20-Mar-19
Eclipse in 2017
26-Aug-04
Works like a maximize and restore
3-May-14
10-Oct-04
When I double click on an item in a directory, eclipse opens the file using OS. How to tell it to lay off and use the default text editor
I can drag the file. but I would rather double click it
This document is an ongoing list of frequently attempted or needed eclipse taks. I will be updating this document as I find new ones.
16-Oct-04
@rem debug-tomcat.bat set catalina_home=i:\tomcat_4.1.24 set java_home=i:\jdk142 set JPDA_TRANSPORT=dt_socket set JPDA_ADDRESS=8000 set EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat call "%EXECUTABLE%" jpda run %1 %2 %3
The problem is the source path. Particularly under tomcat. Under tomcat you place the dependency jar files under the web-inf/lib directory. As far as eclipse is concerned these are not jar files.
Because they are not jar files you can not open them and put a break point. You can do this if you move the jar files a level up and define them as a dependency to the webapp. If you do that more than one webapp might use the same jar files and thereby breaking the static variables.
The work around I have used is to define a new java project that just holds these jar files as build dependencies of that project. This project is constructed just as a holder of the jar files. Don't forget to define the jar files as build dependencies. This allows them to be shown up as expandable jar files in the file viewer allowing you to open the source file and put a break point.
In the remote debug configuration allow this project as one of the source paths.
21-Jun-04
http://www.eclipse.org/documentation/html/plugins/org.eclipse.platform.doc.user/doc/tasks/running_eclipse.htm
eclipse.exe -data drive:\yourworkspace
Eclipse
All Notes...
ctrl-space:Magic...
ctrl-shift-r: Look for a file
ctrl-shift-t: type search for a java source file
alt-shift-w: sync the file in navigator
ctrl-shift-m: import java type for the high lighted type name
ctrl-shift-o:import java types
ctrl-shift-f4: Close all opened files
ctrl-h: search for files in the workspace
ctrl-f: Search/replace with in a file
f5: Refresh any object project/package/file
Page Menu
Print
Sort by Date
Sort by Name
Titles
> Summaries
Global Menu
My Web Logs
My Library
My Home
Other libraries
Author Content
data format