We put the MyApplet.class in the lib folder and called the applet using html object tab. We set the codebase = "MyApplet.class". The application is throwing the class not found exception. Any one tried out calling the applet from rails application? -- 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 -~----------~----~----~----~------~----~------~--~---
On 17 Apr 2008, at 09:41, Ayyanar Aswathaman wrote:> > We put the MyApplet.class in the lib folder and called the applet > using html object tab. We set the codebase = "MyApplet.class". > The application is throwing the class not found exception.Wouldn''t the applet need to be somewhere in /public in order for the browser to be able to download it? Fred> > > Any one tried out calling the applet from rails application? > -- > 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 -~----------~----~----~----~------~----~------~--~---
Hi i have the same issue,
This is the code i used,
<applet code="TwainConnectApplet" name="twainapplet"
archive="TwainConnect.jar" width="200"
height="200">
</applet>
I have a java applet proj called "TwainConnect" converted tat into a
jar
TwainConnect.jar(which includes all its dependencies like external jars
etc.)
I placed this jar in app\public folder.
TwainConnectApplet.class is the file i need to access...
I used the above code but not working..
Where am goin wrong.
--
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
-~----------~----~----~----~------~----~------~--~---