Java

Eclipse – Repairing the Default Java Builder

For a while now I’ve been using my own custom batch file to build my project, in addition to compiling the class files it also packages it into a jar, signs it, and uploads it to my development server (as it’s an applet for a site I’m working on). However, since there’s two computers I […]

Continue Reading...

Java Programming

Load Langs.xml Failed!

I’ve been using Notepad++ for a couple of years and have mostly good things to say about it. However my one gripe is that on any system I’ve installed it on the program has been a ticking time-bomb and will inevitably start spitting out errors every time I open it. Usually I simply ignore the […]

Continue Reading...

Java

Fixing Eclipse’s Java Dependancy Errors

While setting up Eclipse on my development station in order to compare it to NetBeans I encountered the following error: I have Java installed, and it is working properly. It was a big pain to get working properly the first time with NetBeans so I was worried that if I tweaked it to work with […]

Continue Reading...