https://github.com/valery1707/java-locale-kazakh
This project is an extension for the Java Virtual Machine which adds support for the Kazakh locale (kk, kk_KZ)
https://github.com/valery1707/java-locale-kazakh
Last synced: about 2 months ago
JSON representation
This project is an extension for the Java Virtual Machine which adds support for the Kazakh locale (kk, kk_KZ)
- Host: GitHub
- URL: https://github.com/valery1707/java-locale-kazakh
- Owner: valery1707
- License: apache-2.0
- Created: 2015-01-21T12:03:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T03:33:59.000Z (almost 9 years ago)
- Last Synced: 2025-01-16T23:10:45.547Z (3 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Java locale Kazakh is an extension for the Java Virtual Machine which adds support for the Kazakh locale (kk, kk_KZ).
# INSTALLATION
REQUIREMENTS: Java SE 6 or higher.
## 1. Installing
### 1.1. Installing permanently into your JVM
Download latest release from [GitHub Releases](https://github.com/valery1707/java-locale-kazakh/releases).
For installing Kazakh locale, just copy the `locale-kazakh-{version}.jar` file into your Java virtual machine's extension folder:
* For a Java JDK: $JAVA_HOME/jre/lib/ext
* For a Java JRE: $JAVA_HOME/lib/ext
* For an Apple Java JDK/JRE in Mac OS X: /Library/Java/Extensions### 1.2. Specifying as parameter on VM start
If you prefer not to install the Kazakh locale file into your VM's folder, you can copy it into any other folder and specify it as a VM parameter:
```bash
$ java -Djava.ext.dirs=$MY_EXTENSIONS_DIR ...
```## 2. Checking installation
For checking installation Kazakh locale to JVM you may use project [Locale Kazakh Check](https://github.com/valery1707/java-locale-kazakh-check).