1. download java , install and setup JDK_HOME
JAVA_HOME C:\jdk1.6.0_33
2. download ant and setup ANT_HOME and ANT_OPTS
ANT_HOME C:\ant-1.8.4
ANT_OPTS -Xms512M -Xmx1024M
3.Add %JAVA_HOME%\bin and %ANT_HOME%\bin to PATH
Ex:
PATH
C:\Program Files (x86)\HP SimplePass 2011\x64;C:\Program Files (x86)\HP SimplePass 2011\;;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\Services\IPT\;%JAVA_HOME%\bin;%ANT_HOME%\bin;
4.download exclipse latest version (Eclipse Juno)
5. start the eclipse
6. install subclipse plugin
URL to download subclipse from eclipse Help --> Add New software:
http://subclipse.tigris.org/update_1.8.x
7. once plugin is installed restart Eclipse.
8. Switch to SVN Prospective and add SVN repository
URL:
svn://svn.liferay.com/repos/public/
9. Now go to J2EE / Java perspective and download Portal & Plugins SDK source code
we can use trunk version / branch version / tag version
I am downloading tag version 6.1.0
No comments:
Post a Comment