User Profile

Collapse

Profile Sidebar

Collapse
gopikrishnan
gopikrishnan
Last Activity: Jun 18 '07, 03:56 AM
Joined: Nov 30 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gopikrishnan
    started a topic Open openoffice file from JSP and Servlet
    in Java

    Open openoffice file from JSP and Servlet

    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...
    See more | Go to post

  • gopikrishnan
    started a topic How to create a word document
    in Java

    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,
    ...
    See more | Go to post

  • gopikrishnan
    started a topic Need help to create a word document in linux
    in Java

    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...
    See more | Go to post
No activity results to display
Show More
Working...