java.manifest.template 873 B

12345678910111213141516171819202122232425262728293031
  1. #!$(PAL)
  2. loader.preload = file:$(SHIMPATH)
  3. loader.exec = file:$(JAVA_HOME)/bin/java
  4. loader.execname = java
  5. loader.env.LD_LIBRARY_PATH = /jre/lib/amd64:/jre/lib/amd64/jli:/lib:/lib/x86_64-linux-gnu:/usr/lib:/usr/lib/x86_64-linux-gnu
  6. loader.env.PATH = /jre/bin:/bin:/usr/bin
  7. loader.debug_type = none
  8. fs.mount.root.type = chroot
  9. fs.mount.root.uri = file:
  10. fs.mount.other.lib1.type = chroot
  11. fs.mount.other.lib1.path = /lib
  12. fs.mount.other.lib1.uri = file:$(GLIBCDIR)
  13. fs.mount.other.lib2.type = chroot
  14. fs.mount.other.lib2.path = /lib/x86_64-linux-gnu
  15. fs.mount.other.lib2.uri = file:/lib/x86_64-linux-gnu
  16. fs.mount.other.jre.type = chroot
  17. fs.mount.other.jre.path = /jre
  18. fs.mount.other.jre.uri = file:$(JAVA_HOME)
  19. fs.mount.other.usr.type = chroot
  20. fs.mount.other.usr.path = /usr
  21. fs.mount.other.usr.uri = file:/usr
  22. sys.stack.size = 256K
  23. sys.brk.size = 16M
  24. glibc.heap_size = 16M