On Sunday, August 20, 2017 at 10:58:27 PM UTC+2, Łukasz Bączek wrote: > > W dniu 20.08.2017 o 21:16, Jens pisze: > > Because only the source (BigInteger.java) is inside the jar file but > > Eclipse only shows *.class files inside library jars. So it appears as > > if the package is empty, but it is not. No idea if you can tell > > Eclipse to also show source files inside libraries. > > > > -- J. > OK, thanks, you're right. > > Question remains open how to use BigInteger in GWT? >
Like in any Java environment, as long as you only use the part of the API that's emulated in GWT: http://www.gwtproject.org/doc/latest/RefJreEmulation.html#Package_java_math -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
