Programming Technology

Disable the Just-In-Time Debugger

If you’re a programmer and have Visual Studio installed you’re probably annoyed to no end by the option to launch the Just-In-Time debugging program every time something crashes. It may be helpful if it’s your program but when someone else wrote it, it will offer you little. To disable Just-In-Time debugging: Open Visual Studio Click […]

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...