MacOS
- You need Sun's JDK 5 or 6 installed.
- Download the "binaries only" Java Mint zip file from the Java Mint implementation page. In this example, I have saved the file in my home directory, i.e. at
/home/mgricken. - Open a console.
- Change into the /usr/local directory:
cd /usr/local - Unzip it as root. This means you have to type in your password:
sudo unzip /home/mgricken/JavaMint-r13871-binaries.zip - Set the
MINT_HOMEandPATHenvironment variables:export MINT_HOME=/usr/local/JavaMint
export PATH=$PATH:$MINT_HOME/langtools/bin - To make this permanent, edit your
.bash_profileor.bashrcfile and put the two lines from step 6 line at the end of the file.
mintc and run them using mint.mintc Power.java
mint PowerThere are samples in the
/usr/local/JavaMint/langtools/mintTest directory. You cannot compile them there, however, because the directory is read-only unless you are the root user. So unzip the Java Mint implementation zip file somewhere else, e.g. in /home/mgricken/JavaMint.
0 comments:
Post a Comment