blob: 24b8b2c2c432648250bfa9e3f191066946745ba8 [file] [log] [blame]
Title: Running CayenneModeler
<P>Follow the instructions below appropriate for the type of OS and Cayenne distribution that you have:</P>
<H3><A name="RunningCayenneModeler-MacOSX"></A>Mac OS X</H3>
<P>CayenneModeler.app comes as a part of the Mac distribution and is located at the root of the disk image.</P>
<H3><A name="RunningCayenneModeler-WindowsOS"></A>Windows OS</H3>
<P>Windows distribution of Cayenne contains <TT>CayenneModeler.exe</TT> file in the <TT>bin</TT> directory. To start the Modeler doubleclick this file. Note that you still need a JDK version 1.4 or newer installed to be able to run the Modeler.</P>
<H3><A name="RunningCayenneModeler-CrossPlatformModeler%28LinuxoranyotherOS%29"></A>Cross Platform Modeler (Linux or any other OS)</H3>
<P>CayenneModeler.jar is a runnable jar that can be executed with JDK 1.5 or newer:</P>
<DIV class="preformatted panel" style="border-width: 1px;"><DIV class="preformattedContent panelContent">
<PRE>java -jar cayenne_distro_dir/bin/CayenneModeler.jar</PRE>
</DIV></DIV>