I am working on a Rails app that needs to (as part of a worker task) invoke a Java class to perform a blackbox function (downloading files from a business partner's server). Is this as simple as executing the java command line (as it would be on my own MacBook, e.g. "java -cp <class-path> <class-file> <parameter-list>"), or is there something else involved, or is it just simply not supported?
-- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
