Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. 04-13 11:56:06.896: E/AndroidRuntime(4139): java.lang.NoClassDefFoundError: javax.swing.Timer
  2.  
  3. -startup
  4. plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
  5. --launcher.library
  6. plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212
  7. -product
  8. org.eclipse.epp.package.java.product
  9. --launcher.defaultAction
  10. openFile
  11. --launcher.XXMaxPermSize
  12. 256M
  13. -showsplash
  14. org.eclipse.platform
  15. --launcher.XXMaxPermSize
  16. 256m
  17. --launcher.defaultAction
  18. openFile
  19. --launcher.appendVmargs
  20. -vmargs
  21. -Dosgi.requiredJavaVersion=1.6
  22. -Xms40m
  23. -Xmx512m
  24.  
  25. <?xml version="1.0" encoding="UTF-8"?>
  26. <classpath>
  27. <classpathentry kind="src" path="src"/>
  28. <classpathentry kind="src" path="gen"/>
  29. <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
  30. <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
  31. <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
  32. <classpathentry kind="output" path="bin/classes"/>
  33. </classpath>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement