[ImageJ-bugs] [Bug 1068] java3d download link broken

bugzilla at fiji.sc bugzilla at fiji.sc
Mon May 11 14:36:36 CDT 2015


http://fiji.sc/bugzilla/show_bug.cgi?id=1068

Erick Oberstar <oberstar at engr.wisc.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oberstar at engr.wisc.edu

--- Comment #1 from Erick Oberstar <oberstar at engr.wisc.edu> ---
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';

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150511/fb9796ff/attachment.html>


More information about the Imagej-bugs mailing list