equal
deleted
inserted
replaced
134 */ |
134 */ |
135 public static String jdkLibPath() { |
135 public static String jdkLibPath() { |
136 if (Platform.isWindows()) { |
136 if (Platform.isWindows()) { |
137 return "bin"; |
137 return "bin"; |
138 } |
138 } |
139 if (Platform.isOSX()) { |
139 return "lib"; |
140 return "lib"; |
|
141 } |
|
142 |
|
143 return "lib/" + Platform.getOsArch(); |
|
144 } |
140 } |
145 |
141 |
146 /** |
142 /** |
147 * Build name of shared object according to platform rules |
143 * Build name of shared object according to platform rules |
148 */ |
144 */ |