-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaFX basic plugin with button #2
base: javafx
Are you sure you want to change the base?
Conversation
Hi, thanks for the PR for figuring out this javafx stuff.
Just ask yourself "what could be missing for the reveiving person to get going quickly?" next time, please, or more straightforward, just quickly try to work on your own PR for a few minutes from a different repo. As a fix, I added the missing Following, the same text as is attached to my answer PR: I think, the javafx binaries are now pulled in. In any case we should sync up. Please try to run the friedman plugin in I currently get different errors than when I started out, and the error seems to be a JNI binary one, suggesting, that now it tries to load the javafx native components. Are you getting anything like this?
In the error search I noticed that there have been quite a few changes in the e(fx)clipse packages. They tried to sort it out but produced old forum threads that do not reflect the current state of doing things. Most importantly, you hear often that you have to use for Java VM arguments:
Regarding the launch parameters to the VM, the most useful thread is: [1] https://www.eclipse.org/forums/index.php/t/1087013/ and see post https://www.eclipse.org/forums/index.php?t=msg&th=1087013&goto=1768852&#msg_1768852 and beyond for clarifications on that matter. Post https://www.eclipse.org/forums/index.php?t=msg&th=1087013&goto=1770753&#msg_1770753 is a happy user who made it after those clarifications. I followed these steps. Post https://www.eclipse.org/forums/index.php?t=msg&th=1087013&goto=1770765&#msg_1770765 points to the tutorial which is supposed to help most with this use case; please also read that when having questions about how to proceed best on further errors. Another useful thread is: https://www.eclipse.org/forums/index.php/t/1087038/ In investigating this further, you could consider opening a Thread in these eclipse forums and pinging the user "Thomas Schindl" about the issue, as he seems to be one of the more knowledgeable folk in these discussions. I think he may even maintain part of e(fx)clipse. You could point him to this string of PR's for code / target platform parts. Note, that you should make sure to set the VM arguments also in the RunConfiguration (Green "Play" button to launch JCT) and check whether org.eclipse.fx.osgi is included in the plugin/feature list. I have already included it in the product configuration, but from user's comments, this seems to be necessary still. Screenshot: |
Added a JavaFX button to the Friedman test
Fix #2 for jcryptool#178 (Any crypto operation fails ...)
Hallo Simon,
ich habe jetzt analysis.friedman genommen und in den Core geschoben, sonst aber nichts geändert. Ich hoffe das passt so, sonst melde dich einfach.
Liebe Grüße
This change is