NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 1068 - java3d download link broken
java3d download link broken
Status: RESOLVED REMIND
Product: Fiji
Classification: Unclassified
Component: 3D Viewer
unspecified
PC Windows
: P5 enhancement
Assigned To: Benjamin Schmid
Depends on:
Blocks:
 
Reported: 2015-05-11 14:34 CDT by Erick Oberstar
Modified: 2015-05-11 15:31 CDT
3 users (show)

See Also:

Description Erick Oberstar 2015-05-11 14:34:49 CDT
Java 3D seems not to bi installed Auto-install?
Click ok

Log window pops up

downloading http://132.187.25.13/java3d/j3d-1_5_2-windows-amd64.zip
Can't open connection to http://132.187.25.13/java3d/j3d-1_5_2-windows-amd64.zip
Comment 1 Erick Oberstar 2015-05-11 14:36:36 CDT
All links are broken for every OS


%% Install Java3D.
% Use Miji and Fiji power to automatically download and install Java3D for
% the MATLAB JVM, so that we can play with accelerated 3D afterwards.
% Jean-Yves Tinevez, Johannes Schindelin, July 2011

%% Constants definition

% Base URL to the folder containing the Java3D files.
JAVA3D_BASE_URL = 'http://132.187.25.13/java3d/';
% File name of the 32-bit windows version of Java3D.
WIN_32 = 'j3d-1_5_2-windows-i586.zip';
% File name of the 64-bit windows version of Java3D.
WIN_64 = 'j3d-1_5_2-windows-amd64.zip';
% File name of the 32-bit linux version of Java3D.
LIN_32 = 'j3d-1_5_2-linux-i586.zip';
% File name of the 64-bit linux version of Java3D.
LIN_64 = 'j3d-1_5_2-linux-amd64.zip';
% File name of the mac osx version of Java3D.
MAC    = 'j3d-1_5_2-macosx.zip';
Comment 2 Curtis Rueden 2015-05-11 15:31:17 CDT
It is probably a temporary breakage. That server has temporarily gone offline several times before. We are planning to migrate all the 3D Viewer content over to the main ImageJ server, but have not yet had time to do so. Please ping back if the current server links do not come back up within a few days.