I am now using Maven instead of Eclipse to build my TwiTerra project (thanks again to Jorge for teaching me a bit about Maven), and I’ve also (finally!) started to use Git / GitHub for source version control. You can view the project here – http://github.com/lehrblogger/twiterra-retweetglobe/ – and please feel free to fork the project and extend it! And contact me with questions or ideas for cool things to make!
Also, I’ve made some significant improvements to the code, and it should now require much less RAM. I’ve made packages of TwiTerra that will run on both Mac and Windows computers. Both should open full-screen and without menu bars, so press Command-Q or Alt-F4 to exit. It requires an internet connection to run, and please be patient as it initializes the globe and database connection on startup.
Download the Mac version here – it should run as a normal application without any further steps.
Download the Windows version here – be sure to follow the instructions in the readme to get it working.
Download a Linux version here – I have no idea if it works and have no computer to test it on, but I thought I’d offer it anyway.

Jorge Ortiz | 06-Jan-09 at 8:35 pm | Permalink
I’m pretty sure that, for the Mac version, the jars and jnilibs have to be in /Library/Java/Extensions
–j
Lehrblogger | 07-Jan-09 at 1:45 am | Permalink
Thanks for pointing this out. I think only the two jars (gluegen-rt.jar and jogl.jar) need to be there, and the other files were successfully packaged in the .app file. I did include them in the package, but I forgot to move mine out of /Library/Java/Extensions before testing it, and it must be having trouble finding them. I’ll update the file with either a solution or a readme with instructions tomorrow, but it’s somewhat late now and I’m more than somewhat completely exhausted :)
Lehrblogger | 08-Jan-09 at 3:05 am | Permalink
The Mac download should now be working without any extra steps (the jars needed to be added individual to the classpath, and not just included in java.library.path).