問題タブ [jnotify]

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.

0 投票する
1 に答える
3257 参照

playframework - Play Framework: JNotify ネイティブ ライブラリを読み込めません

Windows 10 マシンで Play プロジェクトを開始する際に問題が発生しました (Win 7 では正常に動作しました)

「アクティベーター実行」を行うと、次のようになります。

私は多くのことを試しましたが、成功しませんでした。私はから変更しようとしました:

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.2")

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.2")

別のエラーが表示されます:

それで、これが現在の私の環境設定です(sbt-pluginを変更すると2番目の問題が発生します)

scalaVersion := "2.10.3" -> build.sbt から

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.2") -> plugins.sbt から

sbt.version=0.13.1 -> build.properties から

繰り返しますが、私はWin 10(64ビット)を使用しています

ここで本当に助けが必要です。数日間立ち往生しています。