Changes between Version 4 and Version 5 of Eclipse

Show
Ignore:
Timestamp:
06/25/08 12:36:19 (5 years ago)
Author:
Snyder.Jason
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Eclipse

    v4 v5  
    1111Eclipse is written in Java, so you must have Java installed to run Eclipse. Install the full Java Software Development Kit (SDK) for best results. 
    1212 
    13 Note: the GNU gcc implementation of Java ("gcj") will not work. Use Sun's JDK instead. 
     13Note: the GNU gcc implementation of Java ("gcj") will '''not''' work. Use Sun's JDK instead. 
    1414 
    15 Windows: 
     15'''Windows:''' 
    1616 
    1717   1. Go to the Java SE download page and download the latest JDK update that is available. Do not download the NetBeans IDE bundle or the JRE distribution. 
     
    2222   2. Execute the installer file you downloaded to install the Java SE JDK. 
    2323 
    24 Fedora Linux: 
     24'''Fedora Linux:''' 
    2525 
    2626   1. Go to http://java.sun.com/javase/downloads/index.jsp and click Download next to JDK 6 Update 6. 
     
    4747   8. Log out and back in 
    4848 
    49 Ubuntu Linux: 
     49'''Ubuntu Linux:''' 
    5050 
    5151   1. Execute the following on the command line: 
     
    5454sudo apt-get install sun-java5-jdk  
    5555}}} 
     56 
     57'''Mac OS X:''' 
     58 
     59   1. The OSSIE Eclipse feature requires at least Java 1.5.0, which is only supported on Mac OS X 10.4 (Tiger) and higher. Current versions of Mac OS X come with this version pre-installed. If you don't have it (or need 1.6.x or newer), get it from [http://www.apple.com/support/downloads/ Apple's site]. 
     60 
     61 
     62== Step 3: Install Eclipse (if you haven't already) == 
     63Go to the [http://www.eclipse.org/downloads/ Eclipse download center] and download an Eclipse distribution for your platform. 
     64 
     65We recommend you install the '''Eclipse IDE for Java Developers''' (don't worry, you'll still get full C++ support after you complete the OSSIE Eclipse Feature installation). 
     66 
     67Eclipse is distributed as a zip or a tar file that you install in a location of your choice. Pick a location that is appropriate for your operating system and simply unpack the contents. There is no self-installer--just unzip or untar the distribution. 
     68 
     69We recommend that you '''do not install Eclipse in a directory that has spaces anywhere in its full path name.''' 
     70 
     71== Step 4: Install the OSSIE Eclipse Feature == 
     72 
     73   1. Confirm your java version by executing java -version from the command line. If the response does not indicate the Sun JDK is being used, go back to Step 2. 
     74 
     75   2. Start Eclipse. 
     76 
     77   3. From Eclipse's menu, select Help -> Software Updates -> Find and Install... 
     78 
     79   4. Choose "Search for new features to install" and click Next. 
     80 
     81   5. Add an entry for this update site: 
     82     1. Click on "New Remote site..." 
     83     1. Enter "OSSIE" as the name. 
     84     1. Enter http://ossie.wireless.vt.edu/eclipse/ as the URL. 
     85     1. Click OK. 
     86 
     87   6. Make sure there is a check mark next to the OSSIE entry you just added and click Finish. 
     88 
     89   7. Eclipse will check this site for available features, and find the edu.vt.ossie.OWDFeature. Select the latest version of the feature from the tree that Eclipse shows you and follow the rest of the wizard pages to complete the installation. 
     90 
     91   8. Eclipse will offer to restart the workbench so your changes take effect. Click Yes to restart the Eclipse workbench. 
     92 
     93   9. After the restart, you'll want to switch to the OSSIE perspective so that you can see the newly installed tools. From Eclipse's menu, Choose Window -> Open Perspective -> Other .... From the list of perspectives, choose OSSIE and click OK. This action will reconfigure the panes/views in the Eclipse window to match OSSIE development tasks better. 
     94 
     95Now you are ready to begin using the OSSIE tools in Eclipse. From Eclipse's menu, choose File -> New -> OSSIE Waveform ... and start developing! 
     96 
     97In the future, you can repeat these basic steps to install the latest version of the OSSIE OWDFeature as new versions are released (there is no need to manually add the update site entry on subsequent updates of course). 
     98