Open col-panic opened 7 years ago
Hi,
You can follow synology developer guide for more detail.
There are some tips for java-base package integration:
/usr/lib/jvm/java-6-jdk/bin/javac
to compile your .java source.install_dep_packages
need to depends on Java8
(synology package). /var/packages/Java8/target/j2sdk-image/bin/java
, which is installed by Java8 package, to run compiled code.Thanks.
Thanks a lot! I will try.
Another question. Does there exist a way to integrate an application "synology style" while the application itself is delivered via Docker? So for example, by installing a synology package the result is a fully configured and started docker image?
Hi,
I think the following tips will help you to create package via docker.
install_dep_packages
need to depends on Docker
(synology package)./usr/local/bin/docker
to pull/run image as an application.Thanks.
Hy there,
could you please provide a link or a respective sample for a minimal Java-based package to integrate?
Thank you