edna metadata toolset download

edna>Resources>Metadata>edna metadata toolset>edna metadata toolset download

Download metadata toolset

Installers

From this page you can download a copy of the metadata toolset for your desktop. The toolset enables you to create and embed metadata within webpages, or create metadata and save it as an rdf file.

The toolset is free to use. We would appreciate it if you could register with us as a user of the software so that we can update you on changes, new versions and support material. To register go to: http://www.lists.edna.edu.au/lists/lists/listabout?list=metadata_toolset

Trademarks

  • InstallAnywhere is a registered trademark of Zero G Software, Inc.
  • Mac OS is a registered trademark of Apple Computer, Inc.
  • Solaris and Java are trademarks of Sun Microsystems, Inc.
  • Windows is a registered trademark of Microsoft Corporation.
  • All other marks are properties of their respective owners

Windows Installers

Download Metadata Toolset for Windows with Java VM (8.2M)
Download Metadata Toolset for Windows without Java VM (2.4M)
Instructions
  • After downloading, double-click install.exe
Notes
  • If you do not have a Java virtual machine installed, be sure to download the package above which includes one.

Macintosh Installers

Mac OS X

Download Metadata Toolset for Mac OSX (2.5M) 

Instructions
  • After downloading, double-click install
Notes
  • Requires PowerPC and Mac OS X 10.0 or later
  • The installer will be recognized by Stuffit Expander and will be automatically decoded after downloading. If it does not, you can decode it using StuffIt Expander 6.0 or later
Mac OS Classic (8.1 - 9.x)
Download Metadata Toolset for Mac OS 8/9 (2.6M)
Instructions
  • After downloading, double-click install
Notes
  • Requires PowerPC and Mac OS 8.1 or later
  • You may need to install Mac OS Runtime for Java (MRJ) 2.2 or later before using this package.
  • The installer is MacBinary encoded and will be automatically decoded after downloading.  If it does not, you can decode it using StuffIt Expander 4.5 or later

AIX Installer

Download Metadata Toolset for AIX (2.2M)
Instructions
  • After downloading open a shell and,  cd to the directory where you downloaded the installer.
  • At the prompt type:  sh ./install.bin
Notes
  • You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java website.

Solaris Installer

Download Metadata Toolset without Java VM for Solaris (2.2M)
Instructions
  • After downloading open a shell and,  cd to the directory where you downloaded the installer.
  • At the prompt type:  sh ./install.bin
Notes
  •  You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java website.

Linux Installer

Download Metadata Toolset for Linux (2.2M)

Instructions
  • After downloading open a shell and,  cd to the directory where you downloaded the installer.
  • At the prompt type:  sh ./install.bin
Notes
  • You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java website or contact your OS manufacturer.

HP-UX

Download Metadata Toolset for HP-UX  (2.2M)

Instructions
  • After downloading open a shell and,  cd to the directory where you downloaded the installer.
  • At the prompt type:  sh ./install.bin
Notes
You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java website or contact your OS manufacturer.

Unix Installer

Download Metadata Toolset for Unix (2.2M)

Instructions
  • After downloading open a shell and,  cd to the directory where you downloaded the installer.
  • At the prompt type:  sh ./install.bin
Notes
  • You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java website or contact your OS manufacturer.
  • If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java website or contact your OS manufacturer.

Other java-enabled platform installer

Download Metadata Toolset for other Java-enabled Platforms (2.3M)

Instructions (Unix or Unix-like operating systems)
  • For Java 2, after downloading, type
    	java -jar install.jar
    	
  • For Java 1.1, after downloading, type
    	jre -cp install.jar install
    	
  • If that does not work, try
    	java -classpath [path to]classes.zip:install.jar install
  • If that does not work either, on sh-like shells, try
    	cd [to directory where install.jar is located]
    CLASSPATH=install.jar
    export CLASSPATH
    java install
  • Or for csh-like shells, try
    	cd [to directory where install.jar is located]
    setenv CLASSPATH install.jar
    java install
Instructions (for other platforms)
  • Be sure you have Java 1.1.6 or later installed. You can download Java from Sun's site
  • In a console window, change to the directory where you downloaded install.jar to before running the installer
  • Your operating system may invoke Java in a different way. To start the installer, add install.jar to your CLASSPATH, then start the main class of the installer named 'install'