TheFelix
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
コメント
TheFelixによる最近のアクティビティ-
Hey, I found out what is the error. First I was using a date time library function what returns the current time when the object is null. So the time I printed on the console actually was null.So ...
-
In the web I found a hack to get around this problem. // hack for JCE Unlimited Strength Field field = Class.forName("javax.crypto.JceSecurity").getDeclaredField("isRestricted"); ...