Tags
ant aspire one bergen blog Books bouvet bus civilization classpath co-workers coffee computer corvus elrod facebook fallout family feed ferry firefox friends fun Games gog good old games haugesund hemingway hiatus itunes Java karltk linux moving projects rant social theme time trouble troubleshoot twitter ubuntu vista windows wordpress WorkCategories
- Books (2)
- Demagnetized (3)
- Games (8)
- Java (8)
- Life (22)
- norwegian (1)
- projects (2)
- Random (8)
- Technology (11)
- Work (4)
Sideblog- Computer criminals September 22, 2011
- iWhale :) adnauseam: asherleyann: I HAD TO TRY IT OUT, OKAY. I... September 12, 2011
- terminally-incoherent: dresdencodak: Another little sneak peak... September 5, 2011
- truth from depp August 26, 2011
- "How can NASA send a spacecraft billions of miles through the solar system and somehow end up flying..." February 26, 2011
- Photo January 10, 2011
- Uncle Bob Martins premise on transformation priority in comic... January 10, 2011
- terminally-incoherent: OMG, nostalgia overload… December 20, 2010
- Photo December 20, 2010
- juliasegal: childwars November 10, 2010
Tag Archives: Java
Solution to “Error starting modern compiler”
Right. So then I had the chance to open a old project in in eclipse today. From an old workspace. Tests still ran, code looked just as bad as badass as before. Running the clean-build target through ant produced a … Continue reading
Java plugin in Firefox under Ubuntu 9.04
I needed to install a Java plugin for Firefox under Ubuntu 9.04 (beta). This didn’t happen by itself when I installed sun-java6-plugin, but a quick search showed me what Eirik Hoem found out a year ago. Or, as Karl Trygve … Continue reading
Executing native processes from Java
This is kind of a coincidence. Today I got contacted by a friend, wondering how to run a native Windows program from within Java. I said as I usually do: Google it. Not liking to get that served myself, I … Continue reading
Posted in Java
Tagged coincidence, exec, execute, howto, Java, kua, native process, ProcessBuilder, Runtime, windows
Leave a comment
Managing Memory in Java
Getting memory management to play along in Java is a whole other chapter than it was in C and C++. And by that I mean simpler and better. Though a few people would still like to allocate and deallocate memory … Continue reading
Posted in Java
Tagged garbage collector, heap, Java, jconsole, leak, memory, OutOfMemoryError, profiler
Leave a comment
Specifying what to get, or post
I’ve noticed that I generally don’t post too much on this blog/journal/whatever. This partly comes from the fact that I suspect everyone to already know what I do, or find out. Thus I avoid public ridicule if I don’t write … Continue reading
Java 7 tidbits
Yesterday I spent some time listening to the presentation Chet Haase on Java FX, Update N and JDK 7. This contains quite a lot of promises, promising promises and tentative promises. It left me rather excited at the future (and … Continue reading
Java Resources
A couple of my co-workers attending Heinz Kabutz’ Java course in Oslo this week. After they came back, talk drifted in on resources for a minute. Parsing my feeds (Google Reader, hint, hint) brought forth Kabutz’ newsletter and Sun’s Core … Continue reading
Generating Class-Path in Jar Manifest with Ant
I’ve recently started to touch Ant. Well, I’ve used it before, but only on the ant clean all level. Now I wanted to write a small build script for a tiny project. Which went off easily enough with the help … Continue reading