問題タブ [playn]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
eclipse - サンプルを実行できません
サンプル プロジェクト (キュートとショーケース) を起動できず、その理由がわかりません。私は Eclipse で開発しているため、GettingStarted の指示に従っています。
Eclipse で次の警告が表示されます。
これが問題かどうかわかりませんか?どうすればこれを修正できますか?
java - Missing artifact com.sun:tools:jar
I've been following the getting started tutorial, but am stuck after I imported the playn project using Maven. I am using Eclipse Indigo running on 64bit Windows 7.
All the imported projects have the same error:
After a couple hours of searching forums I have tried:
Installing the latest Java 1.6.029
Changing my JAVA_HOME
environment variable to point to \program files\Java\jdk1.6_029
Changing my Eclipse Java preferences to use the JRE jdk1.6_029
.
I would really like to experiment with playn, but why there are a few posts I can't seem to find a consenus answer on the solution. Some people say Sun removed something from the 64bit jdk, others say you must edit your xml files, many people have said you have change your JAVA_HOME
, and another said you have to change your VM options for Eclipse.
Any help on clearing this up would be appreciated, and possibly useful for many, since I do not have a particularly odd setup here.
(edit) Here is the pom.xml in the first project. Eclipse flags error in the line which says:
git - PlayN サンプル: git clone コマンドがエラーをスローします: サーバーで git update-server-info を実行しましたか?
PlayN の GettingStarted の指示に従おうとしています。
リポジトリのクローンを作成しようとすると、次のエラーが表示されます。
これは git サーバーの問題ですか、それともこのコマンドを機能させるために自分の側で何かする必要がありますか?
更新: git クライアントを 1.6.5.2 から 1.7.7.3 に更新することで、この問題を修正できました。
ios - playn の html5 をパックして IOS アプリとして使用できますか?
playn から HTML5 をパックして、phonegap などの方法を使用して iOS アプリとして使用できますか?
java - jetty-ant.classpath が見つからないというエラー
Eclipse で次の警告が表示され、jetty が実行されず、html ゲームが提供されません: 参照 jetty-ant.classpath が見つかりません。
誰もこれを修正する方法を知っていますか?
playn - NoClassDefFoundError: netbeans の org/jbox2d/collision/shapes/Shape
jbox2d を依存関係として netbeans (playn-jbox2d-1.1-SNAPSHOT.jar) のプロジェクトに追加しようとしていますが、実行時に次のメッセージが表示されます: Exception in thread "main" java.lang.NoClassDefFoundError: org/jbox2d/衝突/形状/形状
他のすべてのクラスには問題なくアクセスできますが、Shape だけではありません。
コア ディレクトリの依存関係を右クリックして、依存関係を追加し、jbox2d を検索しました。
誰が何が間違っている可能性があるか知っていますか?
java - Playn で Canvas/CanvasLayer を動作させることができません
タイトルの通り、PlayN で Canvas/CanvasLayer が動作しません。私のサンプル コードはこれ以上簡単ではありません。ImageLayer とデフォルトの背景は正常に読み込まれますが (そのコードはここでコメントアウトされています)、キャンバスは実質的に常に非表示です。
MavenでPlayN 1.0.3を使用しています。これは純粋な Java コンパイル用であることに注意してください。
ティア・ダニエル
playn - PlayN + トリプルプレイ レイアウト
トリプルプレイ ラップで要素を作成し、以下に続ける簡単な方法はありますか?
たとえば、次のコードがある場合:
それはいくつかの数字(たとえば、30まで)を表示し、残りの数字は画面外に消えます。私が欲しいのは次のようなものです:
01 02 03 ... 28
29 30 31 ... 50
したがって、画面に収まらないコンポーネントは下に追加されます。色々設定してみたけど上手くいかなかった
ありがとう
playn - playn を使用した Android プラットフォームでオーディオが機能しない
playn の Android バックエンドでオーディオは機能していますか?
最近作ったデモを試してみましたが、音が出ませんでした。
これは、Android バックエンドでのみ発生しており、html と Java は問題なくサウンドを再生しています。
mp3ファイルを使用しています。