Skip to content
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

javac dependency not satisfied by installation instructions #6

Closed
bitblit11 opened this issue Mar 4, 2015 · 4 comments
Closed

javac dependency not satisfied by installation instructions #6

bitblit11 opened this issue Mar 4, 2015 · 4 comments

Comments

@bitblit11
Copy link

I'm using Fedora 21. Java 1.8.0 OpenJDK is in the Fedora 21 repository, not 1.7.0. But either way, java-1.8.0-openjdk did not install the required javac executable. I had to install java-1.8.0-openjdk-devel. Recommend updating the wiki to include supported Linux distributions and versions and confirming that java-1.7.0-openjdk package installs javac or if it requires java-1.7.0-openjdk-devel as well.

@bitblit11
Copy link
Author

It compiles with java-1.8.0-openjdk without any problems. I haven't thoroughly tested each GUI, but the few I checked out seem to work just fine.

@alexlin0
Copy link
Contributor

alexlin0 commented Mar 4, 2015

Interesting, you would think that with "development" in the name that it would have included the javac compiler. I've made a note of it in our wiki. Thanks.

We've done some testing with 1.8, as far as we know everything should work.

@ezcrues
Copy link

ezcrues commented Mar 4, 2015

Alex,

We use 1.8 on the Macs and it seems to work well.

Zack

On Mar 4, 2015, at 8:36 AM, Alex Lin notifications@github.com wrote:

Interesting, you would think that with "development" in the name that it would have included the javac compiler. I've made a note of it in our wiki. Thanks.

We've done some testing with 1.8, as far as we know everything should work.


Reply to this email directly or view it on GitHub.

@hchen99
Copy link
Contributor

hchen99 commented Mar 4, 2015

If Java OpenJDK makes some parts of GUI working funny (people experienced having problems like not being able to select items from a drop-down list and etc. using OpenJDK), you may want to switch to Java JDK 8 from oracle.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants