Hi to all,
In Linux, I can able to open a odt file through JSP and Servlet coding.
But there creates a problem.. When a client opens a odt file from his machine, the file opens in server side (server machine) not in client side(Client Machine).
The file which is selected and open in client machine is always opening in server machine.
Can any one give me notes about the idifference in client side and...
User Profile
Collapse
-
Open openoffice file from JSP and Servlet
-
How to create a word document
Hi to all,
i am developing a java project which workes in linux.
I need to create a Word document through my java program,
rep_path = --FIlePath--
fso = new File(rep_path);
if (! (report_nmdb != null && fso.exists()) ) {
fso.createNewFi le(); // creating documnet file in rep_path
}
Using this code i can create a word doucment file in windows,
... -
Need help to create a word document in linux
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...
No activity results to display
Show More