Java (Jar) to PHP!

ericsson

Elite Member
Joined
Apr 25, 2009
Messages
2,640
Reaction score
8,233
Anyone can code that?

I have 7 classes and one exe compiled application in JAVA.
Is it hard to code that tool into php?

//J
 
PHP can only run server side operations, a lot of Java is run on the user's PC. What exactly do you need the PHP to run? E.g. You cannot have an alert, a flash game, anything similar within PHP, PHP is simply something that runs processes to dispaly data or calculate sums.
 
PHP can only run server side operations, a lot of Java is run on the user's PC. What exactly do you need the PHP to run? E.g. You cannot have an alert, a flash game, anything similar within PHP, PHP is simply something that runs processes to dispaly data or calculate sums.

Java is a tool, a program that runs. No runescape, or chat or similar.
Just a simply tool.

/J
 
Back
Top