Module: JMX::JDKHelper::JDK4
- Defined in:
- lib/jdk/jdk4.rb
Class Method Summary collapse
Class Method Details
.method_missing(method, *args, &block) ⇒ Object
7 8 9 10 |
# File 'lib/jdk/jdk4.rb', line 7 def method_missing(method, *args, &block) raise "JDK (>= 5.0) implementation is not available - \ maybe only JREs or older JDKs are installed properly." end |