Profiling the start of an applet

I have an issue with an applet. It takes about 10 - 20 secs to start the VM and load the applet. The first line in the applet init is a system.out.println, so I can tell its not my code which is so slow. Is there a way to log or profile what happens while the browser loads the applet?

-JAW