You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/13 16:08:08 UTC

[camel] branch main updated: Update camel-jbang.adoc (#8891)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f89c5edab5e Update camel-jbang.adoc (#8891)
f89c5edab5e is described below

commit f89c5edab5e5e2ceadda23d8da6d4d1258412825
Author: Matteo Mortari <ma...@gmail.com>
AuthorDate: Tue Dec 13 17:07:52 2022 +0100

    Update camel-jbang.adoc (#8891)
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 2ba6e94dacc..a6152e1e466 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -35,7 +35,7 @@ The Camel JBang supports multiple commands. Running the command below, will prin
 camel --help
 ----
 
-TIP: The first time you run this command, it may cause dependencies to be cached, therefore taking a few extra seconds to run.
+TIP: The first time you run this command, it may cause dependencies to be cached, therefore taking a few extra seconds to run. If you are already using JBang and you get first time to run errors such as `Exception in thread "main" java.lang.NoClassDefFoundError: "org/apache/camel/dsl/jbang/core/commands/CamelJBangMain"` you may try clearing the JBang cache and re-install again.
 
 All the commands support the `--help` and will display the appropriate help if that flag is provided.