Forums: Open Discussion (Thread #3729)

動作報告 (2003-11-09 00:50 by Anonymous #6558)

同じPrjでお世話になってますHNさりぃとしておきます。
投稿するためにSorceForgeのアカウントを取ろうとして
メルアドを誤って登録してしまい修正依頼中なので
とりあえず匿名で投稿。

[環境]
JDK-1.3.1_08
Tomcat4.1.18
kandata 2003-11-03b

でlauncherを動かす(動作環境はJRE1.3以上ですよね?)と、"Color.RED"がない、と怒られます。
JDK-1.3.1_08では"Color.red"のみとなっているのが
原因かと思われます
ソース:
 kandata.launcher.Site
L82: g.setColor(Color.RED);

現状私の環境ではランチャーまでは起動しますが、
その後のサンプルアプリケーションがうまく
動いておりません。(ドラッグ&ドロップなども)
また原因を探してトライしてみます。

Reply to #6558×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 動作報告 (2003-11-09 01:14 by Anonymous #6559)

さりぃです。
自己レスです。

動作しなかった件、リコンパイルするために一旦cleanしていたため、Helloのclassが全く存在しませんでしたf(^^;
# buildファイルが3つあったの気が付かなくて。。。
ちゃんとhello-build.xmlを使用してcompileしたら
動作しました。

でもまだアイコン?をランチャーにドロップする、というのは
動作する気配がありません。JREのバージョンのせいかしら。。
Reply to #6558

Reply to #6559×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 動作報告 (2003-11-10 00:21 by a-san #6571)

Color.REDはすいません。私のミスです。

最初に動かすのであれば、
1)3つの kandata-*ディレクトリをTomcat配下の
webappsにコピーする。

2)Tomcatを起動する。

3)kandata_launcher.jarをダブルクリックする。

でいけると思います。
うーむ。何が問題なんでしょう?
そっちに行って解決したい・・・
Reply to #6559

Reply to #6571×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login

RE: 動作報告 (2003-11-11 21:31 by a-san #6579)

JDK1.4では、IEからのドロップは何種類かのDataFlavorとして転送されようとします。
しかし、JDK1.3ではこれらのすべてのDataFlavorに対応していないと思われます。
VMレベルで受け取り可能なDataFlavorがないので、アイコンは「進入禁止マーク」になり、
ドロップ自体ができません。
JDK1.3では、エクスプローラからのファイルのドロップなどは受け入れますが、IEからの
URLのドロップは受け入れないようです。

ドロップ機能はそのまま残し、クライアントが1.4なら
利用可能にします。
それとは別に1.3用の別の機能を用意します。
Reply to #6571

Reply to #6579×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login