shiva reddy

Greenhorn
+ Follow
since Aug 26, 2003
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 shiva reddy

I have a program in C. It creates and uses JVM using JNI. When I profile the program (gprof , gcc) , I think I am not getting profiling information from JVM. I only see the data for C code. Could some one tell me how to do this? I want to see the combined profile information. I need to see how much time spent in JVM etc.. I am using sun java 1.3.1 on solaris.
thanks
20 years ago
I know this is quite odd, but i just want to know if there are any hacks to call microsoft outlook from java applet. We have an applet application and we would like to use microsoft outlook to send mails from application.
thanks
20 years ago
I know this is quite odd, but i just want to know if there are any hacks to call microsoft outlook from java applet. We have an applet application and we would like to use microsoft outlook to send mails from application.
thanks
20 years ago
Save as XML. This will be easy to create, read , debug etc..
Create modular structures using XML
eg:
<APP_USER_GUI_PREF>
<SCREEN1>
<PARAM1>ON</PARAM1>
</SCREEN1>
</APP_USER_GUI_PREF>
20 years ago