Make Java-based Apps Play Nice with Vista

If you've tried to run certain Java-based applications on Vista with the Aero user interface eye candy enabled, you might have received the following error message: "The color scheme has been changed to Windows Vista Basic". This is because older versions of Java don't play well with Vista's Aero Glass user interface.
If you'd like to eliminate this annoyance, you have a couple of choices, but the first thing you need to do is install the latest and greatest version of the JRE (Java Runtime Environment) from java.sun.com. Then:
- If the software you're using has a "Java not included" option, install that instead. You might have to follow some extra instructions to set it up (such as setting a JAVA_HOME environment variable), but when you're done, everything should work fine.
- Dig into the software you've installed, and look for a java or jre subfolder. You'll need to find your JRE installation (check C:\Program Files\Java\jre1.6.0). Copy everything from there into the misbehaving software's (Processing in the following example) jre folder. Here's how it's done at the command prompt, but you could rename java to java.old and copy the new JRE in using Windows Explorer as well:
C:\>cd \processing-0123C:\processing-0123>ren java java.old
C:\processing-0123>xcopy /s "\Program Files\Java\jre1.6.0" java
Does java specify a file name
or directory name on the target
(F = file, D = directory)? D
\Program Files\Java\jre1.6.0\COPYRIGHT
\Program Files\Java\jre1.6.0\LICENSE
\Program Files\Java\jre1.6.0\README.txt
...
However you decide to do it, the next time you run the troublesome app, it should now appear in all its Aero-enabled glory!
Posted by Brian Jepson |
Jan 30, 2007 04:06 PM
Java, Windows |
Permalink
| Comments (0)
Recent Entries
Bloggers
Welcome to the Hacks Blog!
Categories
- Ajax
- Amazon
- AppleTV
- Astronomy
- BlackBerry
- Blogging
- Body
- Cars
- Cryptography
- Data
- Education
- Electronics
- Energy
- Events
- Excel
- Excerpts
- Firefox
- Flash
- Flickr
- Flying Things
- Food
- Gaming
- Gmail
- Google Earth
- Google Maps
- Government
- Greasemonkey
- Hacks Series
- Hackszine Podcast
- Halo
- Hardware
- Home
- Home Theater
- iPhone
- iPod
- IRC
- iTunes
- Java
- Kindle
- Knoppix
- Language
- LEGO
- Life
- Lifehacker
- Linux
- Linux Desktop
- Linux Multimedia
- Linux Server
- Mac
- Mapping
- Math
- Microsoft Office
- Mind
- Mind Performance
- Mobile Phones
- Music
- MySpace
- MySQL
- NetFlix
- Network Security
- olpc
- OpenOffice
- Outdoor
- Parenting
- PDAs
- Perl
- Philosophy
- Photography
- PHP
- Pleo
- Podcast
- Podcasting
- Productivity
- PSP
- Retro Computing
- Retro Gaming
- Science
- Screencasts
- Shopping
- Skype
- Smart Home
- Software Engineering
- Sports
- SQL
- Statistics
- Survival
- TiVo
- Transportation
- Travel
- Ubuntu
- Video
- Virtualization
- Visual Studio
- VoIP
- Web
- Web Site Measurement
- Windows
- Windows Server
- Wireless
- Word
- World
- Xbox
- Yahoo!
- YouTube
Archives
Recent Posts
- Poromenos' hello world curve
- USB CapsLocker and Sun keyboard simulation
- Robosapien has a coil gun
- Faster Windows shutdown
- Assign USB drives to a folder
- Little drummer bot
- CSS ad blocking for Firefox and Safari
- Design Coding: web standards rap
- Shredz64: Guitar Hero for C64
- BATMAN: adhoc mesh routing
www.flickr.com
|





Leave a comment