Java/Ruby Errors in built application, help please.
Anyone able to let me know whats going on here?
XP, max 5.08
java.util.MissingResourceException: Can't find bundle for base name org.apache.bsf.Languages, locale en_GB
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at org.apache.bsf.BSFManager.(Unknown Source)
at ajm.rubysupport.BSFRubyEvaluator.(BSFRubyEvaluator.java:43)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at ajm.rubysupport.ScriptEvaluatorManager.newRubyEvaluatorInstance(ScriptEvaluatorManager.java:225)
at ajm.rubysupport.ScriptEvaluatorManager.getRubyEvaluator(ScriptEvaluatorManager.java:84)
at ajm.rubysupport.MaxRubyAdapter.getEvaluator(MaxRubyAdapter.java:80)
at ajm.rubysupport.MaxRubyAdapter.(MaxRubyAdapter.java:76)
at ajm.maxsupport.AbstractMaxRubyObject$DefaultRubyInitializer.execute(AbstractMaxRubyObject.java:67)
at ajm.ruby$RubyInitializer.execute(ruby.java:90)
at com.cycling74.max.MaxQelem.qfn(MaxQelem.java:94)
Initialization error: java.util.MissingResourceException: Can't find bundle for base name org.apache.bsf.Languages, locale en_GB
Thanks
Edit: Oh but the way its part of the max to twitter that is assume is causing the issue, anyway when i try and send this is the error that come up.
ajm.ruby: could not evaluate: $url = "http:// ######### : ####### @twitter.com/statuses/update.json"
ajm.ruby: could not evaluate: $message = "Twitter is on"
ajm.ruby: could not evaluate: require 'net/http'
require 'uri'
$url = $url.delete(' ')
puts $url
res = Net::HTTP.post_form(URI.parse($url),
{'status' => $message})
if res.code == '200' then
out1("Sent!")
else
out1("Error! (#{res.code}: #{res.message})")
end
note: hashes have replaced my user name and password