# java **Repository Path**: c332030/java ## Basic Information - **Project Name**: java - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-21 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = java-note [source,shell] ---- docker run \ -it --rm \ -v /data:/data \ adoptopenjdk:8-jdk-hotspot ---- JAVA_TOOL_OPTIONS [source,shell script] ---- -Dfile.encoding=utf-8 -Xms1m -Xmx128m ----