How to adjust -vm setting products? #35
Unanswered
phermsdorf
asked this question in
Q&A
Replies: 1 comment
-
That's a weird problem. Indeed that comes from the touchpoints and this is how all the Eclipse IDEs are shipped. I have no idea how you'd override that. 😞 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we were hit by this issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=576526
The described workaround is to use javaw.exe instead of java.exe(or the jvm.dll) to launch the application,
We currently have a post build bash-script-hack in place which replaces entries like
in the product.ini with
which is obviously not very elegant and bad to maintain.
Since this entry is (probably) created with a p.2inf instruction in the justj bundle we cannot overide that easily ...
Any ideas how to adjust that, maybe as part of the tycho build?
Thank you.
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions