This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.checkerframework.checker.nullness.qual.*; | |
/** | |
* Before Java SE 8 annotations could only be applied to declarations. | |
* With Java SE 8+, annotations can also be applied to any type use. | |
* | |
* See: http://docs.oracle.com/javase/tutorial/java/annotations/type_annotations.html | |
* | |
* To compile this sample: | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I wanted to try Java SE embedded nashorn on Raspberry PI. So, | |
1) I downloaded Oracle Java SE Embedded version 8 update 33 | |
ejdk-8u33-fcs-linux-armv6-vfp-hflt.tar.gz from | |
http://www.oracle.com/technetwork/java/embedded/embedded-se/downloads/javase-embedded-downloads-2209751.html | |
2) Followed the steps documented @ "Introducing the EJDK" | |
[ https://blogs.oracle.com/jtc/entry/introducing_the_ejdk ] to create compact1-client JRE. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// "Take rest" reminder inspired by | |
// https://twitter.com/udacity/status/565732579513729024 | |
// Usage: | |
// jjs rest.js | |
// | |
// To change interval to 30 min | |
// | |
// jjs rest.js -- 30 | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |