Don't like ads? PRO users don't see any ads ;-)
Guest

app launch error

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 1.21 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [2012-08-21 19:22:41 - myapp] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
  2. (org.ibex.nestedvm.Runtime$1) that doesn't come with an
  3. associated EnclosingMethod attribute. This class was probably produced by a
  4. compiler that did not target the modern .class file format. The recommended
  5. solution is to recompile the class from source, using an up-to-date compiler
  6. and without specifying any "-target" type options. The consequence of ignoring
  7. this warning is that reflective operations on this class will incorrectly
  8. indicate that it is *not* an inner class.
  9. [2012-08-21 19:22:41 - myapp] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
  10. (org.ibex.nestedvm.Runtime$TerminalFD$1) that doesn't come with an
  11. associated EnclosingMethod attribute. This class was probably produced by a
  12. compiler that did not target the modern .class file format. The recommended
  13. solution is to recompile the class from source, using an up-to-date compiler
  14. and without specifying any "-target" type options. The consequence of ignoring
  15. this warning is that reflective operations on this class will incorrectly
  16. indicate that it is *not* an inner class.
  17. ** This error is repeated until Eclipse crashes.