| Auszug |
|---|
|
Nuclos bundle package embed: jar cvf, nuclet extension, server extension, extensions/server, WEB-INF/lib, properties. |
Language: Deutsch · English
Packaging and embedding in Nuclos
Package language bundles as a JAR and embed them as a nuclet extension or via the file system.
| Status |
|---|
| colour | Blue |
|---|
| title | Application developer |
|---|
|
| Status |
|---|
| colour | Green |
|---|
| title | Stand: Jul 2026 |
|---|
|
| Status |
|---|
| colour | Grey |
|---|
| title | gilt fuer Nuclos 4.2026.x |
|---|
|
Package the bundle
Place the bundle files in a subfolder of your project (e.g. <project>/Bundle/BundleWS) and package them via the JDK:
| Codeblock |
|---|
|
cd <project>/Bundle/BundleWS
jar -cvf ../Bundle.jar . # package
jar xf ../Bundle.jar # unpack |
| Info |
|---|
|
For the jar command the JDK must be on the system PATH. |
Embed in Nuclos
As a nuclet extension (recommended)
- Open Configuration → Nuclet and select a nuclet.
- Tab Extensions → add a row and choose the
.jar. - Tick Server Extension?, save, restart the server.

Embedding the bundle as a nuclet extension.
Via the file system
Place Bundle.jar in both folders and restart the server:
<Nuclos>/extensions/server<Tomcat-temp>/webapp/WEB-INF/lib
| Hinweis |
|---|
|
With the file-system variant it is not visible in the Nuclos UI that a bundle was loaded. |
Related pages
Creating language files
Language files.
Öffnen →