我有从maven制作的运行GWT项目的问题。我不知道该怎么办才能开始这个。运行按钮被禁用。 I attach screen
Project是由Create“Maven Project”创建的,我也安装了GWT插件
答案 0 :(得分:0)
根据您的输入,我建议您确认以下两件事
选中使用Google Web Toolkit
右键点击项目 - > Google - > Web Toolkit - >选中使用Google Web Toolkit&给出默认GWT SDK的正确位置
运行应用程序的示例参数
-war path_to_your_target_war_folder -remoteUI" $ {gwt_remote_ui_server_port}:$ {unique_id}" -startupUrl landing_html_file -logLevel INFO -codeServerPort 9997 -port 8888 -superDevMode entry_class_location
按正确值更改所有变量,变量列表和示例值如下
path_to_your_target_war_folder :\ Workplace \ source \ appName \ target \ appName-0.0.1-SNAPSHOT
landing_html_file :index.html
entry_class_location :com.test.myapp.Main