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 […]
Tag: Java
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 […]
When working with Java I find one of the most frustrating things I have to deal with is packaging the compiled code in a JAR file and signing it with a certificate (since it accesses the hardware) each time I make a little tweak to the code. The project I have been working on for […]