function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mp3WizardMp3Wizard 

Call a Jar files from

Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as .zip and
.jar files), images, stylesheets, JavaScript programs, and other files.

Salesforce have provided examples on how to include images and JavaScript but I have not found any examples using jar files. I have created a simple executable "Helloworld" jar file to test with.

Has anyone managed to do this, example code would be great. Thanks.
rawiswarrawiswar
i am in the same bind. please let me know if you come across an example. i really need it. thanks.


Message Edited by rawiswar on 12-24-2008 10:29 AM
arytenaryten

I understood we can use jar by exectuing Java Applet on client pc

You can found some information from this previous post:

http://boards.developerforce.com/t5/General-Development/Jar-and-Bulk-API/td-p/174627

 

I'm waiting aswell for a more detailed example including jar