Zero Tolerence Posted October 3, 2005 Posted October 3, 2005 I have about 20 Java .class files that I am currently using to do various tasks outside of filemaker. Does anyone know if its possible to compile these into a plug in? If so can someone point me in the direction of some information for this? 24U has some good info on the subject, but thats about all I can find. If not, would I have to write the plug in features in another language? (C++/Codeworrior)?
Reed Posted October 3, 2005 Posted October 3, 2005 Here is a company that has an API for creating java plugins: http://www.acmetech.com/ Outside of this you would have to run the java programs with a command line interface, and do I/O with stdin stdout (with the help of the shell plugin)
Zero Tolerence Posted October 3, 2005 Author Posted October 3, 2005 I can call them fine, its just a bit annoying to have to install all the .class files on every computer, not to mention Java SDK on windows. Thanks though, I'll check out that website.
Recommended Posts
This topic is 7059 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now