Kristopher Micinski wrote: > That won't work... You can't call a static method from a non static > context.. >
Of course you can. It's the other way around you can't. Otherwise you couldn't call, for example, 'Arrays.asList()' or an enum's 'valueOf()'. http://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.12.3 > bob wrote: > > SimpleHttpPut.main(new String[]); > -- Lew -- 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

