|
Working in Jars 3
| [Previous] [Main] [Next] |
Working in Jars 3
| · | In Java Web Start you can include native routines (.dlls or .so files) if you must. They go in a special section of the JNLP file. This section can load different jars based on the operating system of the client. This is covered in the Developer Documentation on the JavaSoft.com web site.
|
| · | Paths in Jars are case sensitive even when the same path in the native operating system (e.g. Windows) is not!
|