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.
重複の可能性: gwt および javascript ファイル
単純な作業のように思えますが、現時点ではそれを行うのに問題があります...
編集:マニフェストファイルのスクリプトタグを介した参照ではなく、実際のインポート...
gwt nocached javascript ファイルのインポートの下にある html ファイルに js のインポートを追加するだけで十分です。
<script type="text/javascript" language="javascript" src="mygwt.nocache.js"></script> <script src="myJavaScript.js"></script>