bitescript icon indicating copy to clipboard operation
bitescript copied to clipboard

The BiteScript API and language

Results 4 bitescript issues
Sort by recently updated
recently updated
newest added

Using a fresh RVM-installed JRuby on a fresh JDK 1.8 installation on OS X Mavericks, I received this error: ``` ➜ Code mirah fib.mirah java/lang/reflect/Constructor.java:408:in `newInstance': java.lang.IllegalArgumentException from /Users/jamie/.rvm/gems/jruby-1.7.13/gems/bitescript-0.1.4/lib/bitescript/mirror.rb:208:in `load'...

When I try to compile a bs file(helloworld.bs for example) first and run it with command:   java helloworld I get an error: Exception in thread "main" java.lang.ClassFormatError: .... Just as...