Hi all! The java, com, net, and org packages are recognized as packages without prepending Java:: We would like to do the same for the "android" package in the ruboto-core project. The first two attempts have failed:
module Kernel def android Java::android end end module Java ; def android ; end ; undef android ; end class Object def self.android Java::android end def android Java::android end end module Java ; def android ; end ; undef android ; end Clearly, we are confused about the issue :) Where are the "java", "com", "net", and "org" packages defined? -- Uwe Kubosch Systems Developer Datek Wireless AS [email protected] http://datek.no/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
