The Haphazard Blog

Tag: reinstalling

Rebuilding a PC and J2EE Standalone

by on Sep.16, 2009, under Computer Hardware, Software Development, Technology

It looks like the hard drive controller also went bad on my PC. I can’t get it to boot in any way. I tried to create a bootable USB flash drive loaded with Windows XP.  It worked on my laptop, but no matter what I tried on the other PC it would crash on the same driver. I tried new cables and different drives. So I think it’s just a giant paper weight. Replacement Dell main boards are quite expensive, so that was an unlikely way to go. My company offered to try and put together a temporary machine and send it out to me, but I just decided to use an old machine I have. It will only be temporary though. Looks like I’ll be getting a new PC.

So I’ve installed Windows XP and have been installing all the applications I need to get by. This takes a lot of time. Reboots, updates, configuring. I definitely need to push for a RAID 1 setup on my new machine. Storage is so cheap, an extra $100 is well worth avoiding data loss from a drive failure and having to rebuild a machine.

This brings me to J2EE. My Java IDE (IntelliJ IDEA) uses libraries to help with syntax checking, auto-complete, etc. I don’t understand why Sun does not make J2EE available as a standalone download. I have to download and install a J2EE application server to get theJ2EE JAR file. Given that, Jet Brains should bundle it with the IDE. I use Apache Tomcat as the application server and it does not require or come with J2EE.

Leave a Comment :, more...