Javann

JarBuilderを動かす

MacOS(Classic)のMRJ SDKで動かなかったJavaアプリケーションを動かしてみます。

試しに、JarBuilderを動かしてみます。 JarBuilderは、「java.util.jar.JarOutputStream」を 使っています。 これって、1.2から導入されたんで、1.1.8相当のMRJ SDKでは動かないんです。


JarBuilderって?

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.

以下のリンクよりダウンロードしてください。
JarBuilder-0.70.zip (File size: 95KB)


JarBuilderの実行画面

Terminalを開いて、JarBuilderを実行します。

java -jar JarBuilder-0.70.jar
[実行画面]
JarBuilder-0.70-image-l.jpg

うん? アイコンがちょっと変。エラーを吐いているし。

JarBuilder-0.70-Error.jpg
あれ、あれ。


最終更新日:01/06/2003 21:35:16
Copyright 1995-,2002-2003 Naoya Ando. All Rights Reserved.