Skip to content

Commit f42aa51

Browse files
committed
feat: finishing the java server type
1 parent 2f2d19c commit f42aa51

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed
5.6 KB
Loading
30 KB
Loading

src/server-types/java.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ order: 998
55

66
# Java
77

8-
Work in progress.
8+
Java is a popular, high-level, object-oriented programming language and computing platform known for its "Write Once, Run Anywhere" (WORA) capability. It is currently owned by Oracle.
9+
10+
[Source: Wikipedia](https://en.wikipedia.org/wiki/Java_(programming_language))
911

1012
---
1113

@@ -25,13 +27,24 @@ If you are creating a donator server, instead run `DBH!server create-donator jav
2527

2628
## Startup
2729

28-
Work in progress.
30+
The startup command allows you to customize your `Java` server and use custom flags to control your server.
31+
32+
## Docker Images
33+
34+
There are serveral docker images for different versions of Java. Attached below are the current docker images for Java.
35+
36+
![Java Server Docker Selection](/media/server-types/Java/docker.png)
37+
38+
!!!warning Note
39+
The Pterodactyl egg may change overtime. Double check the documentation update date. Docs may not always be up to date.
40+
!!!
41+
2942

3043
---
3144

32-
## Bash
45+
## Console
3346

34-
Work in progress.
47+
You can utilize the console but we always recommend changing the startup command and utilize that directly.
3548

3649
!!!info Last Updated:
3750
December 30, 2025.

0 commit comments

Comments
 (0)