This week's book giveaway is in the Open Source Projects forum.
We're giving away four copies of Eclipse Collections Categorically: Level up your programming game and have Donald Raab on-line!
See this thread for details.

anuja Edathu

Ranch Hand
+ Follow
since Sep 09, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by anuja Edathu

Thank you for the suggestion. now im tryingto analyse the thread dump.

Regards
Anuja
Hi All,
I need to change the structure of the report dynamically . I am using jasper report. Is there any way to do this ?
Thank you
Anuja
Hi all,

I got a work around using VBscript and it is working fine with IE7. But now i am not sure whether to go ahead with it, due to the security issue mentioned in this thread. Thank you for the valuable information.
Anuja K
Thanks for the information again, But our system is a billing system and user finds it annoying to have to click OK for each receipt.
Hello,
While trying to print a page from jsp i need to suppress the pop up print dialogue box . How to go about with this , can any one help ?
Thanks in advance

Anuja
Hello all,
sorry for the inconvenience .
16 years ago
Hello,
I want to use the QPointer software with my java application. Can anybody tell me which api i need for the purpose and how can i go on with this.
Thanks
16 years ago
I am using Log4j for logging . How can i limit the number of back ups when iam using DailyRollingFileAppender.


Though here I tried to limit the number of back ups , it does not seem to work . Can any body tell me what can i do about this ?

Thanks & Regar
18 years ago
that reply was helpul, i found the jmf registry supports mpg and mpv . i changed URL url = new URL("file:/home/anuja/Desktop/lion.mpg");
now im not getting previous error but it seems ,
returns null thoguh fpc.seek() is not null . Any thoughts on this will be appreciated?
Thanks & Regards ,
Anuja K
18 years ago
Thank you Ulf Dittmer for your reply , i need to upload video file of any format .Will this be possible with the above API.
I tried using JMF with a sample program from net


but when i run this im getting can not realize player Exception



can any one tell me what i am doing wrong about this and how can i correct it ?

Regards ,
Anuja K
18 years ago
when i upload a video file i want to store the thumbnail for the first frame of the video. what steps should i follow inorder to achieve this?
Thanks
Anuja K
18 years ago
Hi ,
i have written one test case and i am able to run it successfully from eclipse
when i run it as Junit test. But when im trying to run the same class with ant with a test target


it fails . Can any one suggest what can i do about this .
Thanks and regards
Anuja K
18 years ago
Hi all,
I have noticed, to represent a unidirectional one to one mapping ,
<many-to-one> mapping with unique constraint true is generally being used .



Can any body tell me why can't we use the <one-to-one> mapping ? if we can use the aforesaid , could you tell me how can use that ?

Thanks & Regards
Anuja K
Hi,
Is there any default fetch size for hibernate ? If my DB table contains 10000 records and i perform a select without any criteria will all the 10000 records be fetched @ the time itself ? Can i define the fetch size ? if so how ?

Thanks & Regards,
Anuja K
Hi,
Can any one tell me how to send an inline attachment using java mail
Thanks & Regards
Anuja K
19 years ago