You may freely download and install the current release of Cvt2Mae. We recommend downloading the stable current release, however we may from time to time make available a beta release while we are testing new features and bug fixes. If you have previously installed Cvt2Mae and you want to update just the Java .jar file, you can do this as described in Section 1.3 below. Press the download button to start the install process.
2. You start the download process when you click on the installer for your computer platform. (You may alternatively use the default installer discussed below.) Follow the directions it provides as you download the installer. It also provides instructions in the "View" hyperlink adjacent to the operating system you selected that tells you what to do after you finished the download. Part of the installation consists of telling the installer where you want to 1) put the executable installer (a temporary directory where you have lots of room is a good choice), and 2) the "installation" directory where you will typically leave the distribution after the installer unpacks it.
We use the commercial InstallAnywhere(TM) program to create the installer which are programs for a vareity of operating systems including:
The default installer will put the installer executable in a fixed directory and the installed Cvt2Mae files in another fixed directory.
Note that the installers (where possible) will include a copy of a recent Java Virtual Machine (JVM) from InstallAnywhere(TM) to make running Cvt2Mae on your computer more robust. This is used locally and only affects the running of Cvt2Mae. It will not affect any other Java applications on your computer. In the case of Mac OS, if you have an older version of the MRJ JVM, it will ask you if you want to upgrade to the newer version (MRJ-2.4.5) - however you do not have to unless you want to.
The Cvt2Mae appendix describes the details of using the Cvt2Mae converter. Several PDF tutorials are also available here.
limit stacksize unlimitedIn addition, we have set the default stack size that Cvt2Mae uses to 256Mbytes. If your computer has less physical memory, it will page. You may also increase this number as well if you have more memory and want to use it. The solution is to edit the Cvt2Mae.lax file found where you installed Cvt2Mae. Change the two instances of memory allocation from 256000000 to a smaller number that is less than your actual memory size.
http://sunsolve.Sun.COM/pub-cgi/show.pl?target=patches/patch-accessand choose the appropriate patch set for the version of Solaris (2.6, 7, or 8) that you are running. Do not choose any of the x86 versions unless you are running Solaris x86. Click on either the Download HTTP option or Download FTP option, and click the "GO" button to download the patch set.
% Cvt2Mae Stack size of 97664 Kb exceeds current limit of 8192 Kb. (Stack sizes are rounded up to a multiple of the system page size.) See limit(1) to increase the stack size limit.If the Sun (under Solaris) is slow in loading Cvt2Mae or has memory errors (shown above) one should first see what the memory limits are set to on your machine using the "limit" command. If they are too small they should be increased or set to "unlimited" (see in 2.4 above
# LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.MAX # ------------------------------------- lax.nl.java.option.java.heap.size.max=256000000 # LAX.NL.JAVA.OPTION.NATIVE.STACK.SIZE.MAX # ---------------------------------------- lax.nl.java.option.native.stack.size.max=256000000