Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Jbilling のソース コードをダウンロードしました。プロジェクトを STS (Eclipse) にインポートしましたが、実行できませんでした。そのプロジェクトを実行する方法と、ブラウザでアクセスするための URL を教えてもらえますか?
build.xml のデフォルト ターゲットを実行できます。jbilling_22 の場合、最初に jar ターゲットを実行し、次にデフォルト ターゲットを実行する必要があります。src\build\deploy フォルダーに jbilling.war があり、それを tomcat の web-apps にコピーします。jbilling 3 では、Ant ターゲットを実行する必要がない grails-app として実行できます。