Info |
---|
Help is available by sending an email to csf-support@mit.edu |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Wiki Markup | Quick Links to: {
|
Panel |
---|
Whenever building with Maven in Eclipse on the MAC, I get an "Exception while executing SCM command".
ANSWER: When Eclipse is launched from a shortcut or icon, it may not pick up the correct environment variables including the PATH so it does not look for env in the correct location (/usr/bin)
|
Panel | ||||
---|---|---|---|---|
Wiki Markup | WheneverItrytobuildmyapplication,Igeta*permGen*error.*ANSWER: * More memory has to be allocated to Eclipse for the build. Do the following: \\ * From within Eclipse, open either the *Package Explorer* or *Navigator* view. *# Right click on the project that you are trying to build. *# From the newly displayed list, select either *Run As* or *Debug As*. *# From the newly displayed list, select *Run Configurations...* or *Debug Configurations...*. *# In the popup *Run Configuations* panel, from the left hand pane, under *Maven Build*, select the configuration that you are using to build your application. *# In the right hand pane, select the *JRE* tab. *# In the right hand pane, under *VM arguments*, enter the following: {code} More memory has to be allocated to Eclipse for the build. Do the following:
|
Panel |
---|
My build fails whenever MyEclipse tries to deploy my application to my OC4J application server.ANSWER:
|