Thank you.  The dump operation helped me isolate the problem.  The
class files are indeed identical (confirmed by cmp).  The problem was
more insidious.  The dx command worked OK on the original system, but
not on the new one.  Here's why:

The proximate cause was that I was sloppy installing java.  The new
(Debian) system has a java command that does this:

b...@gizmo:~/android/Apprise$ java
Usage: gij [OPTION] ... CLASS [ARGS] ...
          to invoke CLASS.main, or
       gij -jar [OPTION] ... JARFILE [ARGS] ...
          to execute a jar file
Try `gij --help' for more information.


...while the original system runs a Sun version. Changing a link in /
etc/alternatives fixed the problem.  Of course, someone naive like me
likes to believe this shouldn't matter - dx should work in either
jre.  OK, not naive.  Idealistic.

Thanks again.



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to