Вопрос

When ever I try to Compile The code to HTML I get the error: GWT compilatiopn failed!

here ist the what ever it is.. http://hastebin.com/latexumowi.rb

Нет правильного решения

Другие советы

Line 350: No source code is available for type javax.swing.JOptionPane;

it's the use of this class that is crashing the compiler...you can't use java swing compoents on GWT

try this method Window.confirm

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top