Advertisement
techmik

jcifs and javax

Nov 3rd, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Warning: com.sun.naming.internal.ResourceManager: can't find referenced class java.applet.Applet
  2. Warning: com.sun.naming.internal.ResourceManager: can't find referenced class java.applet.Applet
  3. Note: com.sun.naming.internal.VersionHelper calls '(com.sun.naming.internal.VersionHelper)Class.forName(variable).newInstance()'
  4. Note: com.sun.naming.internal.VersionHelper calls '(com.sun.naming.internal.VersionHelper)Class.forName(variable).newInstance()'
  5. Note: com.sun.naming.internal.VersionHelper11: can't find dynamically referenced class java.rmi.server.RMIClassLoader
  6. GEN /home/techmik/cm/cm-10.2/out/target/product/skyrocket/obj/KERNEL_OBJ/Makefile
  7. CHK include/linux/version.h
  8. Note: there were 1 unresolved dynamic references to classes or interfaces.
  9. You should check if you need to specify additional program jars.
  10. Note: there were 2 class casts of dynamically created class instances.
  11. You might consider explicitly keeping the mentioned classes and/or
  12. their implementations (using '-keep').
  13. Warning: there were 2 unresolved references to classes or interfaces.
  14. You may need to specify additional library jars (using '-libraryjars'),
  15. or perhaps the '-dontskipnonpubliclibraryclasses' option.
  16. java.io.IOException: Please correct the above warnings first.
  17. at proguard.Initializer.execute(Initializer.java:308)
  18. at proguard.ProGuard.initialize(ProGuard.java:210)
  19. at proguard.ProGuard.execute(ProGuard.java:85)
  20. at proguard.ProGuard.main(ProGuard.java:499)
  21. make: *** [/home/techmik/cm/cm-10.2/out/target/common/obj/APPS/CMFileManager_intermediates/proguard.classes.jar] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement