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

name for jre folder (its not a jdk) #36

Merged

Conversation

ChristopherBruno78
Copy link
Contributor

PR proposes to rename the folder the private JRE is placed. Currently its called jdk. Usually only JRE will be distributed. This PR renames the folder to Runtime.jre

@perdian
Copy link
Owner

perdian commented Apr 25, 2022

I like the general idea but (and I know we're starting to split hairs here) but the included runtime can be a jdk and not "only" a jre so the name might be misleading.

What do you think about renaming this to a neutral runtime folder with the Java directory?

This way all the Java specific resource would be located within the Java directory, something like:

$ tree Example.app

Exmple.app
- Contents
  - Java
    - classpath
    - runtime
  - MacOS
  - Resources

@ChristopherBruno78
Copy link
Contributor Author

That would be good by me!

@ChristopherBruno78
Copy link
Contributor Author

The reason for the .jre is this extension is typical for jres downloaded for MacOS...for example zulu-17.jre etc.

@perdian perdian changed the base branch from master to feature/rename-runtime-directory April 27, 2022 08:52
@perdian perdian merged commit 7a72c35 into perdian:feature/rename-runtime-directory Apr 27, 2022
@perdian
Copy link
Owner

perdian commented Apr 27, 2022

Released to Maven Central as 1.17.1

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

Successfully merging this pull request may close these issues.

2 participants