Hello Everyone
Greetings!!!
I am using a Windows PC having XAMPP installed on it.
I want to run java code and classes through php.
How can i do it and do i need to change any settings..
Please show an example if possible...
Thanks in advance...
Integrating Java with PHP
Moderator: General Moderators
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
Re: Integrating Java with PHP
Any reason you can't convert the Java code into PHP code?
Re: Integrating Java with PHP
Why? You should use JSP. Mixing languages is a bad idea most of the time.
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
Re: Integrating Java with PHP
I have to make use of certain java libraries . thats why
Re: Integrating Java with PHP
Are they custom libraries or standard ones? If their custom, can you not rewrite them in PHP, and if their standard is there an equivalent in PHP?sheikhmdirfan wrote:I have to make use of certain java libraries . thats why
What libraries are they?
If you really really really need to use Java, then you should look into JSP.
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm