FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/compile-java8-code.cmd at master · dfirman/node-java · GitHub
dfirman
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
compile-java8-code.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
8 lines (6 loc) · 184 Bytes
Breadcrumbs
node-java
/
compile-java8-code.cmd
Copy path
File metadata and controls
8 lines (6 loc) · 184 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
set
JAVA_VERSION
=
1.8
set
OUTFILE
=
"
%TMP%
\findJavaHome.txt
"
node findJavaHome.js
>
%OUTFILE%
set
/p
JAVA_HOME
=
<
%OUTFILE%
cd
test8
"
%JAVA_HOME%
\bin\javac
"
-source
%JAVA_VERSION%
*.java
Back
|
FazBrowse Home
|
New Git URL