HTML editor for Eclipse

Eclipse Classic (current version 3.7.2) does not come with HTML editor by default. If you installed Eclipse IDE for Java EE Developers it comes with the Web Tools Platform preinstalled. The HTML editor is called Web Page Editor and it can easily be installed if you got Eclipse Classic. To install the Eclipse Web Page editor go

Read More

Eclipse failed, Java was started but returned exit code=-805306369

Eclipse suddenly started to hang when starting up around “Loading Workbench” 805306369. Eclipse stopped responding and you get the dialog to close the program. “Java was started but returned exit code=-805306369” The error shown afterwards: “Java was started but returned exit code=-805306369” If you are running java 1.6u21 then look at Eclipse Bug 319514 and The Oracle/Sun

Read More

Taking Screenshots On A Mac

There are many keyboard combinations that can be use to take a screenshot on Mac. I’ll split them up in two groups. Shortcuts that saves the image directly to the desktop: Cmd-Shift-3: Take a screenshot of the screen Cmd-Shift-4, then select an area: This will take a screenshot of the selected area Cmd-Shift-4, then space,

Read More

Dreamweaver is unable to open PhoneGap in the emulator

“Dreamweaver is unable to open “PhoneGap” in the emulator. Please consult the buildlog at C:\Users\$name\Desktop\myapp.app_Android\buildlog.log for additional details.” Building PhoneGap application with Dreamweaver is fairly easy. PhoneGap app are build with HTML, CSS and Javascript. It can be created with any IDE or text editor, yes even vi on Linux. Adobe has made this possible

Read More