【发布时间】:2020-12-21 10:27:49
【问题描述】:
我将在我的 UiBinder 文件中使用 Gwt-Bootstrap。我导入了这个
xmlns:b="urn:import:com.github.gwtbootstrap.client.ui">
到我的 UIBinder 文件和这个
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="{your module name}/css/font-awesome-ie7.css">
到我的 Html 文件。但它不起作用。错误是
Package com.github.gwtbootstrap.client.ui cannot be
resolved
【问题讨论】:
标签: twitter-bootstrap bootstrap-4 gwt uibinder