FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/compile-java-code.sh at master · PaySEPA/node-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PaySEPA
/
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
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
compile-java-code.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (9 loc) · 298 Bytes
Breadcrumbs
node-java
/
compile-java-code.sh
Copy path
File metadata and controls
executable file
·
13 lines (9 loc) · 298 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/bash -e
JAVA_VERSION=1.6
JAVAC_OPTS=
"
-source
${JAVA_VERSION}
-target
${JAVA_VERSION}
-bootclasspath /opt/jdk1.6.0_45/jre/lib/rt.jar
"
cd
test
javac
${JAVAC_OPTS}
*
.java
cd
../src-java/node
javac
${JAVAC_OPTS}
*
.java
cd
../../
javah -classpath src-java -d ./src node.NodeDynamicProxyClass
Back
|
FazBrowse Home
|
New Git URL