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
mknobmknob 

Load Java-Program

Hi.

I'm trying to run Java Code on Salesforce. Exactly i've try to create a button on a Object (Account for example). If this button be clicked a window should be open where a Java-Programm do something (for example paint a circle or write a text).

Please can you give me a tip where i have to look for this issue?

jhenningjhenning
It is not possible to run Java on the force.com platform.
mknobmknob
Is it able to load a external Java-Program? Or where/what is the conjunction between Salesforce and Java?
Message Edited by mknob on 10-02-2009 12:56 AM
mknobmknob
If its no possible, why are Java-Code-Samples in the Web Service API?
SuperfellSuperfell

You can use the web services API from java, but in that case you are not running java on the salesforce.com server, you are running it locally.

 

You can also write applets and have them deployed from saleforce, but again, the java is running at the client,not on the server.