Skip to content

Informationssystemtechnologie für Multimedia-Anwengungen, univie 2014

Notifications You must be signed in to change notification settings

a1225809/univie-itm

 
 

Repository files navigation

/*******************************************************************************

    R E A D M E
    
    This file is part of the ITM course 2014
    (c) University of Vienna 2014
*******************************************************************************/


Installation/Deployment

    * download and extract the assignment zip
    * make sure you have a working JDK 1.5 installed
          o NOTE: since you will develop Java applications, you must install 
                  the Java Development Kit (JDK); the JRE has no compiler!
          o please follow the installation instructions for your OS (see wiki)
          o you can check your java version by calling "java -version" 
                and "javac -version" from the commandline
    * call "./ant.sh -p" (Linux/MacOSX/cygwin) or "ant.bat -p" (Windows shell) 
        to get a list of all possible build goals. 
    * call "./ant.sh" to build your sources.
      
        
See the Moodle for further information!
       

About

Informationssystemtechnologie für Multimedia-Anwengungen, univie 2014

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%