Eclipse

This is the archive for Eclipse.

Dive into the archives.


  • Eclipse: build-error but seems everything is set properly

    Been using Eclipse for two years now.
    So I have this project with a modular setup where all model class is in one folder while the webapp is in another folder.
    Okay, so i did check everything. It seems everything is set properly.
    My project do get build in maven, all build path and variables are […]

  • Debugging in Eclipse, calling shell scripts

    Background:
    i’m using Ubuntu, my Eclipse was installed via apt-get
    i have Oracle installed under ‘oracle’ profile
    i run and debug my program through Eclipse
    Issue:
    attempt to run sqlldr which is called from the webapp results to an error/sqlldr exit code 3.
    Solution:
    run the webapp externally, don’t use Eclipse when running the webapp(since it was installed via apt-get and uses […]

  • Set Encoding in Eclipse

    Problem was, when i check out our project, all ‘»’ characters were being replaced with ‘�’.
    I didn’t knew this was happening until Ken told me.
    Ken figured out that it was an encoding issue.
    I was using Eclipse 3.2 and Ken was using 3.3.
    So when i went to my Eclipse Edit menu –> Set Encoding.
    My eclipse default […]

  • Eclipse/maven-jetty plugin: Couldn’t restart my listener

    related to my blog: Eclipse: running your project via mvn jetty:run and debugging it
    So there i was using my eclipse, running the external tool for debugging.
    I recompiled my source code and needed to re-run the debugger.
    But when I restarted the listener(part of external tool) it wouldn’t start.
    My guess was on the port. So I asked […]

  • Eclipse: running your project via mvn jetty:run and debugging it

    As part of my preparation for my new assignment, since I’ve been using Eclipse, I do really need this set to my IDE…

    Step 1
    Go to the Run/External Tools/External Tools …” menu item on the “Run” menu bar. Select “Program” and click the “New” button. On the “Main” tab, fill in the “Location:” as the […]