Monday, November 26, 2012

Re: Hello, please I need your help with "did you forget to inherit a required module"

Hi,
afaik java.security is not in the GWT's emulated jre so you should provide an implementation for SecureRandom
(through super-source, see https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects)
to be able to use jBCrypt unmodified.


Ciao,
   Alberto


On Mon, Nov 26, 2012 at 1:17 PM, Nicolas Moraes <nicolas.moraes@mercadolibre.com> wrote:
Dear all: 

When I running my GWT app, I have the following error :

No source code is available for type java.security.SecureRandom; did you forget to inherit a required module.

This error occurs after include a security class, http://www.mindrot.org/projects/jBCrypt/

I read a lot of different solution however I can't find the solution.

Thank a lot guys, Your help will be very appreciate.

Nicolas.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/tqdplM8TzoIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment