Notes by meiu
Displaying keyword search results 1 - 5
Created by meiu on February 09, 2012 09:55:26
Last update: February 09, 2012 09:55:26
In the package explorer pane:
Right click on the folder
Move mouse to Build Path
Select Use as Source Folder
To revert a source folder selection: mouse over Build Path and select Remove from Build Path .
Created by meiu on October 14, 2011 14:21:39
Last update: October 14, 2011 14:22:24
This works for Eclipse Indigo.
From the Help menu, select Install New Software...
Select --All Available Sites-- for the Work with dropdown
Enter maven in filter text
Check m2e and install:
Created by meiu on July 21, 2011 09:34:10
Last update: July 21, 2011 11:00:42
Click Project -> Properties
Select "Builders"
Click "New", select "Ant Builder", click "OK"
Select the Buildfile, set the Base Directory
Set targets
You may or may not want the default "Java Builder". Uncheck it if you don't
want to run the default builder.
Created by meiu on July 21, 2011 09:05:31
Last update: July 21, 2011 09:05:31
To configure:
Click Run -> External Tools -> External Tools Configurations...
Select "Ant Build", click the "New" icon on the top left
Enter a name (e.g. "Ant Build"), select a Buildfile ( build.xml ), set
the Base Directory.
Click "Apply".
To run:
Click Run -> External Tools -> Ant Build (the name entered in Step 2 above)
Created by meiu on February 10, 2010 20:53:27
Last update: February 10, 2010 20:53:27
Step by step procedure to setup OC4J server for Eclipse. Version used is Galileo for Java EE Developers. Initialize OC4J You'll be asked to create a password the first time you run the standalone OC4J server. You need to remember this password and use it in the Eclipse setup. In the following C:\jdev1013_5 is where the JDeveloper suite is installed.
cd C:\jdev1013_5\j2ee\home java -jar oc4j.jar Add Server Runtime Environment Go to Windows menu, bring up the Preferences dialog. Select Server -> Runtime Environments, click Add. Select Oracle OC4J Standalone 10.1.3.n, click Next. Enter J2EE home and click Finish. Add a server for OC4J Go to Windows menu, select Show View -> Servers. If Servers menu is not visible, select Other and enter "servers" in the...