Hi,
i run oo3.1 with java 1.6 on a win2000 Server: soffice.exe -accept=socket,host=0,port=8100;urp
The remote connect works without problems. But when i use the converter i get following Exception. Any Idea about the Problem?
OpenOfficeConnection connection = null;
try{
try{
connection = new SocketOpenOfficeConnection(host,port);
connection.connect();
}...
2009-06-16 11:09:06 UTC in JODReports