Hello,
I have a small problem using java with PHP. Everithing works fine as long I test one script at a time, but if I use 2 different browsers to test it, the second will show the:
Fatal error: Unable to create Java Virtual Machine
If I restart apache and then use the second browser to test the script everything works fine, but then its the first browser that doesn't work.
In other words, I can only process one PHP script+Java at a time. Is there a way out of this?
Thanks!