Hi guys,
Try to do copy from IE some source code to the empty class source, on my machine Idea just spawns DrWatson and rests in peace.
I think this is somehow related to the clipboard format you are getting from there.
1. I used the following URL: http://java.sun.com/products/jce/doc/guide/API_users_guide.html#SimpleEncrEx
2. Copied the following text:
KeyGenerator keygen = KeyGenerator.getInstance("DES");
SecretKey desKey = keygen.generateKey();
3. Got DrWatson. It seems to me the problem is more generic than this, but this might help to localize it easier
Hope this helps
