FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/compile-java-code.cmd at master · jjsadhana/node-java · GitHub
jjsadhana
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
compile-java-code.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (11 loc) · 434 Bytes
Breadcrumbs
node-java
/
compile-java-code.cmd
Copy path
File metadata and controls
16 lines (11 loc) · 434 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
14
15
16
set
JAVA_VERSION
=
1.7
set
OUTFILE
=
"
%TMP%
\findJavaHome.txt
"
node findJavaHome.js
>
%OUTFILE%
set
/p
JAVA_HOME
=
<
%OUTFILE%
set
JAVAC_OPTS
=
-source
%JAVA_VERSION%
-target
%JAVA_VERSION%
-bootclasspath
"
%JAVA_HOME%
\jre\lib\rt.jar
"
cd
test
"
%JAVA_HOME%
\bin\javac
"
%JAVAC_OPTS%
*.java
cd
..\src-java\node
"
%JAVA_HOME%
\bin\javac
"
%JAVAC_OPTS%
*.java
cd
..\..\
"
%JAVA_HOME%
\bin\javah
"
-classpath src-java -d .\src node.NodeDynamicProxyClass
Back
|
FazBrowse Home
|
New Git URL