Dear Berny, I am having problems multiple PCs to update Eclipse Portable (4.14 to 4.15) or install / update plug-ins (using 4.14 and 4.15). It fails in almost all cases with 'An error occurred while collecting items to be installed'. Digging deeper I saw that it all came down to a file exception in the error log: java.io.IOException: The system cannot find the path specified at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createTempFile(File.java:2024) Eventually I...
Hi Berny23, First of all thanks for the great tool. Unfortunately, the new startup script in 4.15 always copies the Java files at startup if you haven't installed into a root directory. Changing line 12 to 'if exist %CD%\App\eclipse\jre\bin\javaws.exe' takes care of that. Cheers, Deb