I'm running both OS : mac os X and windows xp.
On mac os X, i'm running MAMP and I used the solution Batik to export my chart (highchart) on my own server. Everything is doing well.
On windows xp, I'm running Easyphp. Unfortunately, I'm not able to run this command :
shell_exec("java -jar ". BATIK_PATH ." $typeString -d $outfile $width temp/$tempName.svg");
Safe mode is disabled in php_ini
In my opinion, it's about the definition of java's path under PHP. I don't know how to fix it. Does someone could help me in this issue ?
Thanks