Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Jython Registry

# Jython Registry

Because there is no good platform independent equivalent of the Windows Registry (or Unix envrionment variables) Java has it's own environment variable namespace. Jython aquires it's namespace from the following sources (later sources override defaults found in earlier places).
Because there is no good platform independent equivalent of the Windows Registry (or Unix envrionment variables) Java has its own environment variable namespace. Jython acquires its namespace from the following sources (later sources override defaults found in earlier places).

- The Java system properties: typically passed in on the command line as options to the java interpreter.
- The Jython "registry" file, which contains prop=value pairs. See below for the algorithm Jython uses to find the registry file.
Expand Down