FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JDX_SequenceExample/compile.cmd at master · SoftwareTree/JDX_SequenceExample · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SoftwareTree
/
JDX_SequenceExample
Public
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
JDX_SequenceExample
/
compile.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (7 loc) · 431 Bytes
Breadcrumbs
JDX_SequenceExample
/
compile.cmd
Copy path
File metadata and controls
9 lines (7 loc) · 431 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
REM
Compile java source files with JDK 1.8 compatibility
REM
Set JX_HOME to the root directory of JDX ORM SDK installation.
set
JX_HOME
=
C:\SoftwareTree\JDX5.x
REM
With JDK 1.8
javac -d .\bin -cp .;
%JX_HOME%
\libs\jxclasses.jar;
%JX_HOME%
\external_libs\json-20240303.jar
@
sources.txt
REM
With JDK 1.9 or higher
REM
javac -d .\bin --release 8 -cp .;%JX_HOME%\libs\jxclasses.jar;%JX_HOME%\external_libs\json-20240303.jar @sources.txt
Back
|
FazBrowse Home
|
New Git URL