Saravanan Subramanyan

Greenhorn
+ Follow
since Aug 08, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Saravanan Subramanyan

Hi,
I have one doubt in Jav WebStart. Java WebStart has the security similar to Applet. it means, it won't allow us to access the local resources. I agree this point. But why it don't allow us to read and write the system properties and create classloader. Since each application in webstart is started in different JVM, modifying system properties will not affect the other application. Can anyone clarify me in this regard.
Thanks and Regards
V.S.Saravanan
20 years ago
Add escape character before the colon like 04\:15\:44.txt. It will work for Mac OS also
Thanks
V.S.Saravanan
20 years ago
I want to win the free book
20 years ago
Sorry you misunderstood.
I say Sun RI is bundled inside the JBoss, not JBoss RI is bundled inside the sun jmx.
Is it clear now.
Regards
V.S.Saravanan
sorry for the typo error.
Expecting the answer for my question.
Regards
V.S.Saravanan
I am in a position to select the best JMX implementation. Instead of compiling the new report after analyzing all the implementations, i want to use the already available report. I always hate the "inventing the wheel technology".
That is why i am asking.
If any one knows please help me.
Regards
V.S.Saravanan
The link you have specified is just tell the product page. I want to know the comparison report.
can you send me the link.
Regards
V.S.Saravanan
That's I know. I want to know the exact advantages of IBM/AdventNet Implementation. Can you just list it.
Why sun ri is not industrial strength. JBoss is by default bundle the sun ri. Then can you say JBoss is not industrial strength app server.
Regards
V.S.Saravanan
Can you give me the advantages of AdventNet/IBM impl over sun RI.
Thanks
V.S.Saravanan
Which is the best implementation for JMX.
Can we plugin any JMX impl inj any app server.
Dear All,
I want to set icon size in JLabel. The icon may be big in size say 500*500. But i want to set the image size to 32*32. There is no API in ImageIcon to set the size. I also tried to set using setPreferredSize,setMaximumSize, setMinimumSize,setSize API's in JLabel. But it didn't work for me. Can anyone tell me the procedure for it. It will be very helpful for me.
Thanks and Regards
V.S.Saravanan
21 years ago
Dear All,
I have one problem with hprof. I started my application with hprof switch option. Every time i took the thread dump the memory is increased heavily around 70MB. So for third time the Outofmemory error is thrown. I noted one thing that hprof took long time for dumping the information for first time. But the successive iterations took only short time to dump. Can any one just clarify whether hprof caches the information for every thread dump. If it is how to avoid this.
It is very urgent.
Thanks and Regards
V.S.Saravanan
21 years ago
Dear All,
I want to reload the class in classloader. Can any one give me the example of such classloader.
Saravanan V S
21 years ago
Dear All,
I want to reload the class in classloader. Can any one give me the example of such classloader.
Saravanan V S
21 years ago
Is it possible to achive this without signing the jar becz signing the jar is not possible in my application. I want to use the Java WebStart in different way.
21 years ago