Victory: Installing JBuilder 2006 on VISTA

No I really don't like JBuilder that much. But I really hate the workspace thing in Eclipse.

The problem:
At the company I work for, we have a lot of modules written in JBuilder. The gui designer layouts are not compatible with any other IDE. Even The newest JBuilder, which simply is Eclipse doesn't support these gui designs...
Borland: This is a VERY BAD company policy...!!!
We will migrate the GUI to netbean.. Ha!

JBuilder 2006 doesn't work in Vista anymore
JBuilder 2006 doesn't activate anymore

The solution for Vista Install:

  • Before installing disable the fancy vista layout and select classic windows (else you have invisible checkboxes in the setup)
  • Run setup as Administrator! (Right mouseclick exe, "Run as Administator"
  • Install JBuilder the normal way
  • Download the latest JDK1.5 and replace the JDK1.5 in the JBuilder director
  • In the startmenu, rightmouse click on the Jbuilder start icon, choose properties and set the compatibility mode to Windows XP. Disable visual themes. And enable " Run as admninistrator"

The solution for activating:

  • Make sure you have the registrationmail/file: reg674.txt
  • Copy this file in your user directory: C:\Users\username (in vista) or c:\Documents and Settings\username (in windows xp)
  • Set the date of your PC to the year and month you've downloaded the file. My working date is 25 october 2005 (I guess the activation is +/- 30 days valid)
  • Start JBuilder and activate with the given file
  • Run JBuilder and exit it again
  • restore the computer date
  • et voila.. JBuilder works !

UPDATE 2008-11-07

Working with JBuilder I found it had some redraw problems. Scrolling didn't go wel...
I solved this by setting the following lines in the file bin\jdk.config


#vmparam -Dsun.java2d.ddoffscreen=false
vmparam -Dsun.java2d.noddraw
vmparam -Dsun.java2d.d3d=false

I found the solution for these redraw problems here.