Include Java File in PHP page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kathycampbell
Forum Newbie
Posts: 1
Joined: Thu Apr 10, 2008 3:18 pm

Include Java File in PHP page

Post by kathycampbell »

Hello,

I have a java file called AuthenticationExampleController.java
which I have copied to my server.

How do I call this file in my php?

This file contains functions that I need to reference.

Thanks

Kathy
User avatar
EverLearning
Forum Contributor
Posts: 282
Joined: Sat Feb 23, 2008 3:49 am
Location: Niš, Serbia

Re: Include Java File in PHP page

Post by EverLearning »

Using Google i found this:
PHP and Java

I think its for PHP4 only. Give it a try.
Post Reply