Hi I am having a little trouble using some external source files. I am new to eclipse and the methods used to import external source files.
Basically this is what I have done. Downloaded the source files for a java project called "TrueLicense" via CVS. Imported this library by going to "Projects" and adding the "TrueLicense" project (I am not sure if I should do this in "Source", "projects" or "Libraries"?) Imported the required classes into my android project without any compile errors. When I run the program I get: 12-05 15:52:28.632: WARN/dalvikvm(724): VFY: unable to find class referenced in signature (Ljavax/swing/filechooser/FileFilter;) Then a whole lot of other errors. This seems sensible as there is a sections of the TrueLicense package that used SWING. How do I only import the parts of TrueLicense that I need? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

