-
Notifications
You must be signed in to change notification settings - Fork 0
License
j2run/microemulator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
export JAVA_HOME=/home/yuh/jdk8 mvn eclipse:clean eclipse:eclipse -DdownloadSources=true -Dmaven.compiler.executable='/home/yuh/jdk8/bin/javac' mvn -Dmaven.test.skip=true -Dmaven.compiler.executable='/home/yuh/jdk8/bin/javac' -X export LD_PRELOAD='/home/yuh/Project/j2run/microemulator/microemulator/target/libvncserver.so' java -jar -Djava.library.path=. microemulator-2.0.4.jar -jar '/home/yuh/microemulator-2.0.4/NRO HADES v2.3.0.jar' # create alpine build apk add openjdk8 apk add maven apk add build-base apk add zlib-dev adduser -D -u 1000 yuh chown -R yuh:yuh /data export JAVA_HOME=/usr/lib/jvm/java-8-openjdk/ mvn eclipse:clean eclipse:eclipse -DdownloadSources=true mvn -Dmaven.test.skip=true export LD_PRELOAD=/data/microemulator/vnc/libvncserver.so java -jar -Djava.library.path=microemulator/target microemulator/target/microemulator-2.0.4.jar -jar test-j2me.jar # build cmake apk add cmake mkdir build cd build cmake .. cmake --build .
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published