-
Notifications
You must be signed in to change notification settings - Fork 1.7k
check 32 vs 64 bit java before launch [+3] #1041
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
Comments
(another jmesserly@ hackathon comment) One user had a setup problem on windows. He downloaded x64 editor as he is on x64, but he only had x86 JRE. The error just said that he didn't have a JRE, which didn't help him figure out the problem because he knew he had a JRE. I figured it out by dumb luck -- it someone seemed familiar to the goobuntu problem so I just guessed it was x64 vs x86 issue (which it was) Removed Priority-Medium label. |
Changed the title to: "check 32 vs 64 bit java before launch {+1]". |
[user feedback] I realize that it's still alpha quality, but I've never been able to make the dart editor just work out of the box on 64bit Ubuntu. Changed the title to: "check 32 vs 64 bit java before launch [+2]". |
Added this to the Later milestone. |
Issue #3853 has been merged into this issue. |
Issue #5723 has been merged into this issue. |
Changed the title to: "check 32 vs 64 bit java before launch [+3]". |
Issue #19332 has been merged into this issue. |
Changed to high priority given the potential negative experience first time Dart users have starting the DartEditor. Removed Priority-Medium label. |
Issue #20105 has been merged into this issue. |
Removed this from the 1.6 milestone. |
Added this to the 1.6 milestone. |
…ing to co19 issue #1041 Change-Id: I4a8f91383e7743bbac61862fdc47de3fcdebbbab Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193302 Commit-Queue: Leaf Petersen <[email protected]> Reviewed-by: Leaf Petersen <[email protected]>
Revisions updated by `dart tools/rev_sdk_deps.dart`. convert (https://github.com/dart-lang/convert/compare/f24afa7..3503170): 3503170 2023-11-06 Brian Quinlan Add chunked decoding support to CodePage (#91) http (https://github.com/dart-lang/http/compare/b9389fe..a2f3c1d): a2f3c1d 2023-11-02 Brian Quinlan Require package:jni >= 0.7.1 to fix macOS build (#1041) f953aec 2023-11-02 Brian Quinlan Fix obsolete `CronetClient()` constructor usage (#1042) 04777ac 2023-11-02 Brian Quinlan Add a skeleton "http_profile" package (#1036) native (https://github.com/dart-lang/native/compare/c72ed16..eaea725): eaea725 2023-11-06 Pierrick Bouvier Preserve temp directory when running isolated test on Windows (#192) Change-Id: Ic00cccd3a1eb6e38d6381da63524c7a0dac11871 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/334083 Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
On Linux it would be great to check the used Java version matches the expectation of the DartEditor.
Whenever I install a new version of the editor, I get a crash before relalizing that the following lines are needed in the DartEditor.ini.
-vm
/usr/local/buildtools/java/jdk-64/bin/java
We should validate the Java version for the user.
////////////////////////////////////////////////////////////////////////////////////
Editor Version: 2933
OS: Linux - amd64
////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: