2017-01-17 18 views
2

http://akhikhl.github.io/gretty-doc/Getting-started.html,Iにエラーが発生しましたが見つかりませんでした:のGradle + gretty:私はフォローアップ時にjai_core.jar

FAILURE: Build failed with an exception.

What went wrong: Could not resolve all files for configuration ':compileClasspath'.

Could not find jai_core.jar (javax.media:jai_core:1.1.3). Searched in the following locations: https://jcenter.bintray.com/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar

のGradleのバージョン3.3で、おかげで私を助けてください。

答えて

0

あなたのリンクは機能しません。 "、"を削除すると便利です。あなたの問題へ

:で置き換えとして

repositories { 
    maven { 
      url "https://repo1.maven.org/maven2" 
      artifactUrls "http://maven.geotoolkit.org" 
    } 
} 

:それはあなたのために働く場合、私はSHUREていないよ、私はこのようなFXのPROJEKTにjai_core-1.1.3.jarの問題を解決しましたbuild.gradle for:

repositories { 
    jcenter() 
    // enable this to use snapshot versions of Gretty: 
    // maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local' } 
    } 

関連する問題