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 PHP only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
trigger a java class using php
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
watusiboy
New Member
Join Date:
Jan 2008
Posts:
14
#1
trigger a java class using php
Jan 28 '08, 12:37 PM
is it possible to trigger a java class stored in my local server through php?
thanks
dlite922
Recognized Expert
Top Contributor
Join Date:
Dec 2007
Posts:
1586
#2
Aug 1 '08, 11:46 AM
All you need to know:
404 Not Found
http://us3.php.net/manual/en/intro.java.php
If you want to instantiate the class
within
PHP, I believe that's impossible.
I do believe you can call a java app from PHP. Again, the manual has the last say.
-Dan
Comment
Post
Cancel
r035198x
MVP
Join Date:
Sep 2006
Posts:
13225
#3
Aug 1 '08, 12:19 PM
You could just start the class by running the java command on it.
i.e
Code:
java className
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment