いくつかの ezplus アプリを「EZLIB」
http://mb.amcsys.com/ezlib/ に登録してもらったのを機会に
MIDP のページの体裁を整える。
『回るタケぼうず』なんぞも紹介してもらったもんで,調子に乗ってソレの拡張を思いついたりする。
タケぼうずの相方キャラ (♀) を出して二体問題に挑戦。
…と,まずはそのドット絵の作成にいそしむ…。
逆の電荷に帯電させてみようか,それとも反発させてみようか? キー操作で何のパラメータをいじるようにしようか…? と,今からコーディングが楽しみな展開。
大学の卒業研究を思い出す。
と言っても内容はすっかり忘れているが,タイトルだけは憶えている。
中間子原子の波動力学的構造解析
シュレーディンガーの方程式から電子雲の分布をプロットしたっけかなぁ…?
無茶な解析アルゴリズムを試してみて一晩経っても計算が終わってなくて計算機センターから注意されたりしたのも面白かった。いやホント最後の年は勉強した。
今どきの計算機パワーならリアルタイムでぐりぐり 3D アニメしたりすんだろうなぁ…。
Mac OS X の Java Extension Path
Apple java-dev mailing list から抜粋
Subject: Re: java.library.path
Date: Wed, 16 Oct 2002 07:58:39 -0400
Mac OS X:
1. library should have extension jnilib not so (as I know)
2. you can put your library
in /Library/Java/Extensions
/System/Java/Extensions
~/Library/Java/Extensions (could not work some people posted before)
/usr/lib/java
and I think you can put library into the same directory as application
and if you have application as package (AppleMRJBuilder does it)
you can put your library into Contents/Resources/Java folder (I'm not
sure, you have to check it)
2002年10月17日追記
Subject: Re: java.library.path
Date: Wed, 16 Oct 2002 10:34:41 -0700
You can put your library anywhere as long as you specify it in a
java.library.path property, either on the command line or in the
Java:Properties dictionary of your Info.plist. JNI libraries are not
recognized in the standard extension libraries listed below under
Jaguar (this is being addressed). Your best bet is to customize the
java.library.path property to include wherever you put your files.