As I’m every now and then trying out new things in Eclipse I found out that’s quite annoying to use any kind of convention that includes prefixing your fields. In…As I’m every now and then trying out new things in Eclipse I found out that’s quite annoying to use any kind of convention that includes prefixing your fields. In C#…
Read the rest...Category Archives: Java
Eclipse: Get MRU tabs (last used tab)
In Visual Studio as well as in other applications I enjoy the MRU tab system (Most Recently Used) which allows me to jump back and forth between two tabs I’m…In Visual Studio as well as in other applications I enjoy the MRU tab system (Most Recently Used) which allows me to jump back and forth between two tabs I’m working…
Read the rest...Eclipse: Adding FTP support
As I’m trying to use Eclipse for my PHP development instead of Notepad++ I’m going to have to get some kind of FTP plugin to Eclipse. The Notepadd++ plugin NppFTP…As I’m trying to use Eclipse for my PHP development instead of Notepad++ I’m going to have to get some kind of FTP plugin to Eclipse. The Notepadd++ plugin NppFTP is…
Read the rest...Java: adding references to other projects in the same workspace
Coming from a C# background I couldn’t quite figure out how to reference projects in the same workspace in Java. In C# ( and Visual Studio) it’s as easy as…Coming from a C# background I couldn’t quite figure out how to reference projects in the same workspace in Java. In C# ( and Visual Studio) it’s as easy as cake…
Read the rest...Android error: Error generating final archive: java.io.FileNotFoundException: C:\[PATH]\resources.ap_ does not exist TestingAndroid
I got this annoying error now when trying to run my application: Error generating final archive: java.io.FileNotFoundException: C:\Users\maffelu\workspace\TestingAndroid\bin\resources.ap_ does not exist There were several solutions available on google: Do a…I got this annoying error now when trying to run my application: Error generating final archive: java.io.FileNotFoundException: C:\Users\maffelu\workspace\TestingAndroid\bin\resources.ap_ does not exist There were several solutions available on google: Do a clean…
Read the rest...Android error: Error generating final archive: Debug Certificate expired on [xxx]
I got this error when I tried to start my android application: Error generating final archive: Debug Certificate expired on 2012-01-14 21:26 TestingAndroid Unknown Android Packaging Problem I hadn’t been…I got this error when I tried to start my android application: Error generating final archive: Debug Certificate expired on 2012-01-14 21:26 TestingAndroid Unknown Android Packaging Problem I hadn’t been androiding…
Read the rest...