FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/compile-java.sh at master · Coolchickenguy/node-java · GitHub
Coolchickenguy
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
compile-java.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 335 Bytes
Breadcrumbs
node-java
/
compile-java.sh
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 335 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/sh
if
[
-z
"
${JAVA_HOME}
"
]
;
then
export
JAVA_HOME=
`
/usr/libexec/java_home -v 11
`
fi
echo
"
Using
`
javac -version
`
.
"
set
-x
javac -source 1.7 -target 1.7 src-java/node/
*
.java
javac -source 1.7 -target 1.7 test/
*
.java
javac -source 1.8 -target 1.8 test8/
*
.java
javah -classpath src-java -d ./src node.NodeDynamicProxyClass
Back
|
FazBrowse Home
|
New Git URL