CS6320:  SW Engineering of Web Based Systems

 

SW Installation on client (for development)- some tips

 

Android

1) Install Java SDK EE full version (version 1.6.*...) at java.sun.com . You MUST remember the directory where you installed this software.

2) Android support on Eclipse and Full Eclipse version Helios version RCP (supports multiple languages) located at http://eclipse.org (FREE). YOU MUST FOLLOW INSTRUCTIONS IN DETAIL and do # 1 prior to this.

2.1) Details on how to install the Android development on top of Eclipse can be found at
http://developer.android.com/sdk/installing.html YOU MUST READ THIS FIRST TO UNDERSTAND ALL THE STEPS.

2.2) You must download java sdk first from java.sun.com (get latest version)...Eclispe requires JDK to run (it is itself a Java program). This is #1 ABOVE. This SHOULD already be done if you did step 1 first as you should have.

2.3) IMPORTANT: install the RCP version of Eclipse as directed in "step 1" of the android instructions in 2.1 and you will get support in Eclipse for multiple languages (including PHP, Java, etc). It is CRITICAL that you install the RCP version.

2.4)OPTIONAL (may not be required) alter eclipse.ini file located in installed directory to point to java virtual machine installed in step #1 Read details here http://wiki.eclipse.org/Eclipse.ini
specifically you add the entry

-vm
C:\path to your jdk\bin\javaw.exe

the acutal path will be whatever it is on your machine...find the javaw.exe file from step 1

2.5) at this point you have completed "Step 1" in the Android instructions pointed to in 2.1 ...now you need to continue and finish installing and setting up (please do this) the Android SDK for use in Eclipse. Please confirm it is installed by bringing up and running the test program referred to in the Android instructions as the "Set up the Hello World application" which is found at http://developer.android.com/resources/tutorials/hello-world.html

 

 

Microsoft sw needs

1) Any Microsoft SW IDE needs:

  • email from csueb email address (otherwise ignored),say you are a CS student in CSUEB, give instructor name, course name and # and your SPECIFIC request for WHAT SW you need access to (i.e. studio live) to: msdnaa@csueastbay.edu

 

 

iPhone/iPad iOS

Follow most current instructions at apple.com

1) minimum OS- Mac OS X 10.6.4 Leopard, (note that you need to choose OS needed by
install #2 below).
2) iPhone SDK 4(or latest) http://developer.apple.com/ipad/sdk/ (you will need login as
president/provost has signed license agreement - contact Alan Monat if you have
questions..... I am the main technical contact. Information about the program can be
found at http://developer.apple.com/programs/ios/university/) (login= lgrewe,
password = csuebapple) ....follow directions at
https://developer.apple.com/devcenter/ios/index.action . You need to make sure
you get the download for the iPhone (it is a bundle with ipad). When you install
should include thh iOS SDK as well as the Xcode IDE, performance analysis tools,
iPhone and iPad simulators and OS framework bundles in the form of Mac OS X SDKs and
iOS SDKs
3) latest browser safari

© Lynne Grewe