How to configure Eclipse to debug Alfresco java webscript code NOTE: It is assumed, that Eclipse environment has been configured to work with Alfresco SDK. If it’s not true the configuration process has been described here: http://wiki.alfresco.com/wiki/Alfresco_SDK_3.4#Set_Eclipse_Compiler_Compliance_Level_to_6.0. 1. Select: Run menu -> Debug configurations… 2. Create new configuration for ‘Remote Java Application’ 3. In ‘Project’ [...]
Category Archives: Programming environments
How to configure Eclipse to debug Alfresco java webscript code
I get “Unable to locate the Javac Compiler” when trying to build using IAM Maven Eclipse plugin.
Problem: When trying to build maven project using IAM under Eclipse I get an error like this: "Unable to locate the Javac Compiler in:C:\\Program Files\\Java\\jre6\..\\lib\\tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can change the location of your Java installation [...]
I get NoClassDefFound for ContextLoaderListener class using Spring and Eclipse IAM Maven plugin
I get NoClassDefFound for ContextLoaderListener class using Spring and Eclipse IAM Maven plugin. A few simple solutions.
Problems using Eclipse IAM and Maven
Problems using Eclipse IAM and Maven. NoClassDefFound error.
How to capture content of eclipse Console window (web tomcat application)?
The console window in eclipse has rather short ‘history’ and surprisingly the tomcat log file doesn’t appear anywhere on the hardrive when you run your application directly from eclipse. (Or it is situated in some mysterious place) It took me some time to find an option allowing to capture the content of console window to [...]
I get NoClassDefFoundError after refactor (rename) in NetBeans although there are no errors in my code
If you’re really sure that you didn’t do any error (such as mistypo) clearing NetBeans cache folder may help. It’s located in the following directory: “<user home>\.netbeans\<version>\var\cache” Close NetBeans before doing this.