-
Notifications
You must be signed in to change notification settings - Fork 15
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
Does JabRef 5.1 master build not include the JRE? #465
Comments
@stefan-kolb Cannot reproduce: The huge installer size before was due to duplicate modules : JabRef#6711 I just tested with the latest master msi and zip: (JRE is included) JabRef 5.1--2020-08-25--2ce90ad |
You have to wait 10 seconds until it starts. Maybe more. Tested locally here. I am very aware that we have a performance issue at the start. For the blog post at JabRef/blog.jabref.org#47, I started all JabRe versions from 2.0 onwards. I think, from 4.0 onwards, the start was very slow. - 2.0, in contrast, was very fast. |
The "maybe" release builds are available at https://builds.jabref.org/v5.1-maybe/ We need more testing in this. |
Sorry that I cannot provide more details for this. It happened on Kaddas PC. Needed to go back to 5.0 asap (unfortunately it is really slow/freezing). You might close this as long as I cannot provide a more detailed test. |
I have one more user with the same issue. |
Maybe because of JabRef#6748 |
One user confirmed that starting from the bat files works : C:\Program Files\JabRef\runtime\bin\JabRef.bat |
I had this issue some time ago with the portable version |
Confirmed by a test user |
Note: in the |
Answer by @Siedlerchr (JabRef#6801 (comment)_) Not obvious, and that not match the doc. I am going to alter the doc. |
@stefan-kolb Can you start
|
Note that using the |
data execution prevention violation at address : Unfortunately adoptopenjkd did not work for windwos when compiling:
See the log for an example |
Can we use Java 14 for Windows and Java 15 EA for Mac? 😇 |
You just need to adapt the line here: https://github.com/JabRef/jabref/blob/f81f61984e222b7b7883b42b0278a616d2adbc19/.github/workflows/deployment.yml#L61-L65 |
Please try this one @stefan-kolb https://builds.jabref.org/pull/6802/merge/ |
Would it be possible to get a list of instructions on how to reproduce the crash with the JDK 15 EA builds? Need to establish if this is a JDK bug so that it is tracked in the JDK Bug System. |
@AlanBateman We think it's a problem specifically of the zulu (Azul jdk) variant probably because it's not digitally signed or so. I noticed that the MacOS variant wasn't signed at all and guess the windows version isn't either. I am trying now a build again with AdoptOpenJKD and report back. |
@AlanBateman The AdoptOpenJDK Version reports a missing module on windows :\a**\src\main\java\module-info.java:67: error: module not found: jdk.internal.vm.compiler |
The snippet with the crash/error log says windows-amd64. If there is a crash with the JDK 15 EA builds (from http://jdk.java.net/15/) then it would be useful to get more information. |
We did not find out the configuration of the machines leading to a crash yet. The crash reported at #465 (comment) appears by other persons. Once company-maintained, one "normal" Winows installation. Runs on my machine though. |
@AlanBateman Do you have a minimal java application build with jpackage? Then, I could let that test on different platforms. I could maybe build some for myself somewhere later this week. |
The text was updated successfully, but these errors were encountered: