Ratnavel Sundaramurthi
2008-Apr-15 10:42 UTC
How to call a java applet in rails application?
HI, I have a applet file named "Scanner.class" which will scan and upload image to the web server from Scanners. I have couple of doubts in accessing that applet file. 1. How to call this applet from rhtml file, and where should i place this file. 2. I also use some external jar files which i imported in my applet file, where should i place these jars? Thanks, Ratnavel -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phillip Gawlowski
2008-Apr-15 10:48 UTC
Re: How to call a java applet in rails application?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ratnavel Sundaramurthi wrote: | HI, | | I have a applet file named "Scanner.class" which will scan and upload | image to the web server from Scanners. | | I have couple of doubts in accessing that applet file. | | 1. How to call this applet from rhtml file, and where should i place | this file. | | 2. I also use some external jar files which i imported in my applet | file, where should i place these jars? Does the documentation on Java Web Start help you out?[0] In general, Java applets are executed by the client, and you can stick the Java stuff where ever you want, as long as the JNPL (sp?) file references the correct paths. [0] http://java.sun.com/products/javawebstart/ - -- Phillip Gawlowski Twitter: twitter.com/cynicalryan You stay here, Audrey -- this is between me and the vegetable! ~ -- Seymour, from _Little Shop Of Horrors_ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkgEh+4ACgkQbtAgaoJTgL/ZaACaAwy9Zed44G3woA1wboWyMrmR s98An2dxFLFNpboQI3viRLdVvYSeTRrd =PnmY -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---