Print at Dec 18, 2025, 9:02:25 PM

Posted by mpindado at May 9, 2016, 8:30:49 AM
Re: DirectX driver issues in windows 10
Hi, I had the same problem on a windows 10 x64 system.

This is how I finally solved it using java 64 bits:

- Install Sweet Home 3D
- Rename the jre8 folder in installation directory (C:\Program Files\Sweet Home 3D) to jre8.bak (JRE bundled is 1.8.0_74)
- Install a previous JRE 64 bits (For me it worked with 1.8.0 and 1.7.X). It gets installed in c:/"Program Files"/Java/JREXXX
- Either copy/mklink c:/"Program Files"/Java/JREXXX directory as C:\Program Files\Sweet Home 3D\jre8

This is another way of making it run without JNLP and java 32 bits:

- Download and install java 32 bits
- Download SweetHome3D jar from sourgeforge (https://sourceforge.net/projects/sweethome3d/...etHome3D-5.2.jar/download)
- With only 32bits java installed, double click to start
- With multiple java installed, create a start.bat file pointing at the correct java containing:
C:/Program Files/java/JAVA-VERSION-WORKING/bin/java -jar C:/DIRECTORY-WITH-JAR/SweetHome3D-5.2.jar)