You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently playing around with using the eclipse.exe to start another java application what was surprisingly easy!
As this java application has not the usual layout I need to specify --launcher.library so eclipse can find it. I found that even placing the library next to the exe works when I use
--launcher.library
.
I wonder if we could add to the current search that if it is not finding anything it finally looks at the location of the launcher what would allow using less options to start.
The text was updated successfully, but these errors were encountered:
I'm currently playing around with using the
eclipse.exe
to start another java application what was surprisingly easy!As this java application has not the usual layout I need to specify
--launcher.library
so eclipse can find it. I found that even placing the library next to the exe works when I useI wonder if we could add to the current search that if it is not finding anything it finally looks at the location of the launcher what would allow using less options to start.
The text was updated successfully, but these errors were encountered: