| | 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) == |
| | 63 | Go to the [http://www.eclipse.org/downloads/ Eclipse download center] and download an Eclipse distribution for your platform. |
| | 64 | |
| | 65 | We 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 | |
| | 67 | Eclipse 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 | |
| | 69 | We 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 | |
| | 95 | Now you are ready to begin using the OSSIE tools in Eclipse. From Eclipse's menu, choose File -> New -> OSSIE Waveform ... and start developing! |
| | 96 | |
| | 97 | In 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 | |