Hello Guys
If I have a file called DoubleMatrix.class
and this file has the following class. Then how can I call this class using PHP?
java.lang.Object | +----VN.math.DoubleMatrix
OOzy
This should do it
MyMatrix=new Java("DoubleMatrix")
HB
You can use Java classes inside PHP?
You bet.
Here is some site to get you started
http://zez.org/article/articleprint/26/
From the article, it seems like those call need us to configure our server to be Java enabled so that it can be interpreted. Any resources about that? I'm trying to write objects in either C++ or Java , then call them from PHP. Which do u recomment? C++ or Java?