Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Trouble Shooting Java compilation errors in Camel K integration java files

Aurélien Pupier edited this page Aug 18, 2020 · 2 revisions
  • Check that there is no .project or .classpath files
  • Check logs:
    • View -> Output -> Language Support for Apache Camel
    • View -> Output -> Language Support for Java
  • Ensure latest versions of extensions for Tooling for Camel K and Language Support for Java are available
  • Check that there is a folder with several Camel jars in ~/.config/Code/User/globalStorage/redhat.vscode-camelk/java-dependencies-3.x.x
  • Check that when opening a Camel java file, the file .vscode/settings.json is updated and contains something like:
{
	"java.project.referencedLibraries": [
		"lib/**/*.jar",
		"/home/apupier/.config/Code/User/globalStorage/redhat.vscode-camelk/java-dependencies-3.3.0/*.jar"
	]
}

Clone this wiki locally