Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Help wanted for testing

On Fri, 2008-05-30 at 13:53 +0200, Jesse Eichar wrote:
> New version is online.
> 
> http://udig.refractions.net/files/downloads/udigMay-30/
> 
> 
> The 64 bit linux is still messed up.  If someone has a JRE that works  
> with uDig on 64bit linux I'd appreciate it if I could use it.
> 
> Jesse

Oh, that reminds me. Java6 for x86_64 currently has a bug upstream that
makes Eclipse unstable for a bunch of folk (e.g. me). There are at least
two workarounds that work for some folk (but not me). The bug has
apparently been fixed upstream but there is no release with that fix
yet.

To run eclipse, I'm running on Java5. 
eratosthenes:~> java -version
java version "1.5.0_15"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_15-b04, mixed mode)


and for Java 6, I've downgraded back to 

eratosthenes:~> /usr/lib/jvm/java-6-sun/bin/java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-b05, mixed mode)

but even that is unstable. 

--adrian



Back to the top