Hi...I have a problem...
We are migrating windows to linux...
I need a solution to create a msword document in linux.
From the database..
we can get the path where the word document should save...
rep_path = "\\dotnet\etran s\mt\acsd.doc"
File fso = new File(rep_path)
fso.createNewFi le();
While i work this in windows.. it works...
When i debug this in linux...
There make a problem in the file path... i think...
Plz help to make a solution...
bye frm GK
We are migrating windows to linux...
I need a solution to create a msword document in linux.
From the database..
we can get the path where the word document should save...
rep_path = "\\dotnet\etran s\mt\acsd.doc"
File fso = new File(rep_path)
fso.createNewFi le();
While i work this in windows.. it works...
When i debug this in linux...
There make a problem in the file path... i think...
Plz help to make a solution...
bye frm GK
Comment