java Web Start is running slower than normal application running
I'm having trouble with Web Start.
There is no problem if I start the application from IntelliJ.
Wi开发者_Python百科th Web Start it's working ok most of the time but at a point I'm loading 10000 records from database and there it's getting very slow.
What can I do?
Thanks,
It is possible that running as a WebStart application, your application has diferent memory settings. You should attempt to tweak those (as described here) and see if that makes a difference with application performance.
Other than that, you should profile your application to see where the delays occur (which parts of the application, what kind of operations, constantly or intermittently etc.)
精彩评论