# File ruby/jbridge.rb, line 529
  def jstatic(classname)
        __build_bridge
        obj = JClass.new(__to_s(classname))
        return obj
  end