This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Commit c5c417c
committed
Standard Working Directory for Apple PList obviously is the AppRoot directory
otherwise something like this without a WorkingDir key wouldn’t work:
```
<key>Java</key>
<dict>
<key>MainClass</key>
<string>main.class.name</string>
<key>JVMVersion</key>
<string>1.6+</string>
<key>ClassPath</key>
<array>
<string>$JAVAROOT/library1.jar</string>
<string>lib/library2.jar</string>
</array>
</dict>
```
where `lib/` dir is relative to APP-package1 parent 594abe6 commit c5c417c
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
130 | | - | |
131 | | - | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
0 commit comments