MacOS(Classic)のMRJ SDKで動かなかったJavaアプリケーションを動かしてみます。
試しに、JarBuilderを動かしてみます。 JarBuilderは、「java.util.jar.JarOutputStream」を 使っています。 これって、1.2から導入されたんで、1.1.8相当のMRJ SDKでは動かないんです。
JarBuilderは、名前の通りJarファイルを作成するためのツールです。 グラフィカルな操作でJarファイルが作れます。
JarBuilderは、Dominik Werthmueller氏が作成し、GPL(GNU General Public License)
に基づき公開しています。
| JarBuilder is open source software. It is distributed under the terms of the GNU General Public License (GPL). |
URLは以下の通りです。
http://www.stud.alte-kanti-aarau.ch/~werdo98ar/jarbuilder.html
* noumia noukoue氏の報告で、URLが移動されていることがわかりました。
しかし、移動先が不明なため、GPLに基づきファイルを公開することにしました。
(as of 2002/1/6)
| This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
Terminalを開いて、JarBuilderを実行します。
java -jar JarBuilder-0.70.jar[実行画面]
うん? アイコンがちょっと変。エラーを吐いているし。