Skip to content

Instantly share code, notes, and snippets.

@hbt
Created August 24, 2020 18:42
Show Gist options
  • Save hbt/f5db74ee0939b0d2ea091676bdb13068 to your computer and use it in GitHub Desktop.
Save hbt/f5db74ee0939b0d2ea091676bdb13068 to your computer and use it in GitHub Desktop.
(function run2() {
print("asdasdww")
print(IDE.project)
var myObj = new java.io.File("/tmp/gg3.txt");
myObj.createNewFile()
var tt = new java.util.TimerTask({
run: function() {
print("mm")
}
})
print(tt)
var t = new java.util.Timer().scheduleAtFixedRate(tt, 0, 1000)
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment