Call a Java Program into a Presentation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a presentation and at the end of presentation I need to call a
java program. The presentation is how a calculator was created and I want to
run that calculator by selecting a link on the slide. I have tried creating
a macro, tried action setting run a program. Having problems, any suggestions
--
Frances
"Nothing in the world is more dangerous than sincere ignorance and
conscientious stupidity.."

Martin Luther King, Jr. (1929-1968)
 
For a textbox, Action Settings and "Run Program".
e.g. java MyKillerCaculatorJavaApp
Obviously you need to ensure your path to Java app and all dependent classes
are on your path. I only tested this for a single app. class in same
directory as the ppt launcher presentation.
- Mitch Gallant
 
Thank you so much, I making this harder than it was, thanks for your help
--
Frances
"Nothing in the world is more dangerous than sincere ignorance and
conscientious stupidity.."

Martin Luther King, Jr. (1929-1968)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top