Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cannot use sun.misc.BASE64Encoder

    Hello there,

    I am trying to compile my application and I get this error. It was working fine before.The error i get is

    [ERROR] Errors in 'file:/C:/Users/ZAJ/git/KaizenBeh/behImportExcel/src/com/beh/client/shared/utils/HashUtils.java'
    [ERROR] Line 16: No source code is available for type sun.misc.BASE64Encoder; did you forget to inherit a required module?
    thanks
    Zulf

    #2
    This looks like you are missing a dependency.
    It doesn't look like something from our code - the reference is reported as being in '/client/shared/utils/HashUtils.java' (which is presumably your application code).
    So at a guess your configuration has somehow got out of whack and you need to fix it so the relevant class is available on your classpath.

    As an aside, we notice that Oracle recommend that you do not use that class, or anything else in the "sun" package - http://www.oracle.com/technetwork/ja...es-142232.html. But this is unlikely to be relevant to the problem you're seeing - just something we noticed which you might want to be aware of.

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks Isomorphic

      Comment

      Working...
      X