You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
255 B
Batchfile
8 lines
255 B
Batchfile
|
1 week ago
|
@echo off
|
||
|
|
chcp 65001
|
||
|
|
echo Starting LxCameraApi...
|
||
|
|
echo If you see DLL loading errors, please install Visual C++ Redistributable:
|
||
|
|
echo https://aka.ms/vs/17/release/vc_redist.x64.exe
|
||
|
|
echo.
|
||
|
|
java -Djava.library.path=./libs -jar LxCameraApi-1.0.1-SNAPSHOT.jar
|