CRXDE 1.0.1 issue: Java Content Assist not available with CQ 5.5 | Community
Skip to main content
Community_Admin
Adobe Employee
Adobe Employee
October 16, 2015
Solved

CRXDE 1.0.1 issue: Java Content Assist not available with CQ 5.5

  • October 16, 2015
  • 1 reply
  • 568 views

Hello.

 

I've an issue when I connect CRXDE with CQ5.5. In JSP's editor, the Java Content Assist is not available. So, it can't resolve 'resource', 'currentPage', etc.

 

I don't have this issue when I connect CRXDE with CQ5.4.

 

Anybody has the same issue?

 

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Community_Admin

Hello,

 

I have the same issue.

In my case it seems that some JARs files are missing in the build path of the project.

For example, jstl.jar / standard.jar / org.apache.sling.api-2.2.0.jar are not found and it result in some un-resolved import and taglibs in the "libs/foundation/global.jsp" jsp.

Import those libraries manually will solve a part of the problem...

 

But the Java Content Assist is still not available : No auto completion, no drop down list (in CRXDE with CQ5.5).

 

Any progress ?

 

Thanks.

1 reply

Community_Admin
Adobe Employee
Community_AdminAdobe EmployeeAuthorAccepted solution
Adobe Employee
October 16, 2015

Hello,

 

I have the same issue.

In my case it seems that some JARs files are missing in the build path of the project.

For example, jstl.jar / standard.jar / org.apache.sling.api-2.2.0.jar are not found and it result in some un-resolved import and taglibs in the "libs/foundation/global.jsp" jsp.

Import those libraries manually will solve a part of the problem...

 

But the Java Content Assist is still not available : No auto completion, no drop down list (in CRXDE with CQ5.5).

 

Any progress ?

 

Thanks.