Applet is very slow after compiling in new version of Netbeans

Hi,
I have a “little” problem that is making me crazy…

I’ve had a project created in Netbeans 6.8 that I couldn’t see the Properties, I’ve downloaded the 6.9, and then I could see the properties but now when I compiled the old project in the dist folder I could only see the launch.jnlp, checking the output console, only that file was created, and I don’t have a clue why.

So after that I created a new project and added all the files of the old one (libraries, etc), compiled and everything was ok (or at least I though so).

When I run the applet after uploading it, I noticed that the applet takes a lot longer to load, and after testing it works a lot slower too…

This applet is used to upload files though SFTP using j2ssh tools (or SSH Tools I believe it’s what is called now), and basically before all these problems, the time after selecting the file to upload and making the connection was about 2 seconds, but now takes about 1 minute.

Can anyone give me any pointers on how I can solve this?

Thanks

Well I’ve created the project in Netbeans 6.8 in my laptop and the applet runs at normal speed, but created it in Netbeans 6.9 in the same way and it’s just slower, don’t have a clue why…

A difference of 2 seconds to 1 minute seems extreme to me.

I guess it could be more to do with Netbeans or the applet.

If you run a different applet does it still have the same time difference?

Nothing in any logs?

Well I’ve been using the Netbeans 6.8 and haven’t got a problem yet.

Don’t really know why that happened nor where to search to try to find it…