You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi jens again!
My question is that I can not get Java JRE components that act as
java.lang lava.util.
They should work in GWT compiles but does not and has no heritage, and
these classes are to be found.
I miss a legacy that I should write in the module?
another question, one can not get swt and swing and work in GWT maybe
add some jar package?
Regards jens
Jens
unread,
Aug 5, 2011, 7:19:12 AM8/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
If your JRE classes are listed then you can use them in GWT client code and it should work. If they are not listed you simple can not use them. GWT compiles from Java to JavaScript and not everything that Java provides makes sense to translate to JavaScript (and sometimes its not possible). If you really need the classes you can try and provide a custom JRE Emulation for GWT.
In case of Swing and SWT.. by default you can not use them with GWT and I think there is no working GWT port.