less than 1 minute read

I’m going through the Wayback Machine for my old blog and seeing what kinds of information was there that could be useful here. Some of it was just random stuff that was interesting at the time (like the fact that the Motly Fools were interested in EA as a stock), but some of it was much more relevant to the topic of this blog. Those things I intend to share.

Here are today’s (small) finds:

Running Eclipse with a different JVM

This was a useful tip

This was a useful tip one of the guys here at work discovered: If you wish to run Eclipse with a JVM other than your default JVM, use the following command-line option when starting eclipse:

eclipse -vm {path_to_jvm}/javaw.exe

Updated:

Comments