Forum Discussion
renatoathaydes
13 years agoContributor
Hi,
LoadUI uses a lot of files which are saved in your ~/.loadui folder. The reason for this delay might be that LoadUI is loading all of its OSGi bundles (cached in the above mentioned folder), for example, from the network.
If you want to make it faster, try to start LoadUI by running the bat file (loadui.bat) from the command line with the following option (which changes the loadui Home folder to a local path):
loadui.bat -Dloadui.home=C:\Your\Path\Here
Of course, if you want to have your project files, you need to have it in the local machine at the loadui home folder.
Let me know if that helps.
Renato
LoadUI uses a lot of files which are saved in your ~/.loadui folder. The reason for this delay might be that LoadUI is loading all of its OSGi bundles (cached in the above mentioned folder), for example, from the network.
If you want to make it faster, try to start LoadUI by running the bat file (loadui.bat) from the command line with the following option (which changes the loadui Home folder to a local path):
loadui.bat -Dloadui.home=C:\Your\Path\Here
Of course, if you want to have your project files, you need to have it in the local machine at the loadui home folder.
Let me know if that helps.
Renato