User Profile
Collapse
-
How to print a PDF file using java
How to summarize the PDF and print it in default printer. -
My code has to watch every 5 seconds if any files copied by the user,if it is true, code has to detect and print to default printer. -
MySQL Error..
Dear All,
I have tried to login to the MySQL database using command prompt show the following error.
"mysql:Acce s denied for user 'ODBC'@'localho st'. I have been working on the Admin rights only.
Please help me what is the error this is.
Regards,
Selva -
Watch a folder using java
Dear All,
I am doing my project is to print the files whatever the users are putting into the folder, which i have created and mapped.
I have query how to watch a folder with the time period of 5Seconds.
Please any help me out how to do this one.
Thanks in advance.
Regards,
Selva -
I can able open a file from selected location.I want edit ,but I can't due to file is opened at background .As default ,this opens a excel with empty file. If i am saving opened file, that is opened file from selected one.
Anyone help me out, how edit a opened file.
Regards,
SelvaLeave a comment:
-
How open a selected file using Java Servlet
Hi All,
I can able to create a excel file using POIFS plug-in from Jakarta, but i want open already created file from a selected location.
Here i am pasting my code to generate excel file.
esponse.setCont entType("applic ation/vnd.ms-excel");
PrintWriter out = response.getWri ter();
String filepath="E:/share/PAR.xls";
response.setHea der("Content-Disposition",... -
How to open and read cell values of MSEXCEL using java
Hi All,
I am newbie to this forum. I have tried to open excel file using java, but problem is how read contents of excel cells.
I have tried same in VB, but i don't know how to do it using java.
Here is the my VB code, someone help using same in JAVA.
Set objexcel = CreateObject("E xcel.applicatio n")
objexcel.Visibl e = True
objexcel.Workbo oks.Open (filePath+"\fil ename.xls")...
No activity results to display
Show More
Leave a comment: