Jump to content

executing java statements from php


stribor40

Recommended Posts

I have directory "myJavaDirectory" which is inside directory where my php file is.

I am trying to create object something like this

SomeClass s = new someClass(".......");

Then use couple functions provided by this object.

SomeClass.class is inside MyJavaDirectory. Is there any way i can do this?

Perhaps using exec() or any other way.

 

Any suggestion would be appreciated.

Link to comment
https://forums.phpfreaks.com/topic/284492-executing-java-statements-from-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.