Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Java only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Java
how to link java with html help workshop program
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
najmi
New Member
Join Date:
Sep 2007
Posts:
46
#1
how to link java with html help workshop program
Mar 30 '08, 07:01 AM
anyone know how to open other application with java button
JosAH
Recognized Expert
MVP
Join Date:
Mar 2007
Posts:
11453
#2
Mar 30 '08, 07:27 AM
Originally posted by
najmi
anyone know how to open other application with java button
Have a look at the Runtime.exec() method; you can call it from your actionListener
that is hooked up to your button.
kind regards,
Jos
Comment
Post
Cancel
najmi
New Member
Join Date:
Sep 2007
Posts:
46
#3
Mar 30 '08, 07:57 AM
Originally posted by
JosAH
Have a look at the Runtime.exec() method; you can call it from your actionListener
that is hooked up to your button.
kind regards,
Jos
can you show me an example
Comment
Post
Cancel
JosAH
Recognized Expert
MVP
Join Date:
Mar 2007
Posts:
11453
#4
Mar 30 '08, 08:08 AM
Originally posted by
najmi
can you show me an example
There are lots of examples if you read the API documentation for the JButton
class and the Runtime class.
kind regards,
Jos
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment