The Blackdown Java-Linux Team is happy to announce the availability of
Java3D 1.3.1 for Linux on AMD64 and i386:
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation of 3D
The Blackdown Java-Linux Team is happy to announce the availability of
Java3D 1.3.1-beta for Linux on ix86:
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation of 3D
The Blackdown Java-Linux Team is happy to announce the availability of
Java3D 1.3 for Linux on i386:
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation of 3D geometry and
The Blackdown Java-Linux Team is proud to announce the availability of
Java3D 1.2.1_03 and Java3D 1.3-beta1 for Linux:
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation
Hi all,
Have anyone succeed installing java3d on IBM jvm? I uncompress
java3d-1.2.1_01-fcs-linux-i386-sdk.tar into IBM java directory but the
libraries are not in the right place and when I move them everything
goes wrong.
Thanks,
Ricardo
Hi all,
I just installed the newest nvidia drivers for my video card, but each
time I run a Java3D application I am getting this error log when I close
the application. This also happened with the old driver but I solve it
by setting the env. variable J3D_USE_SHARED_CONTEXT=FALSE
Any clues
>Olivier Rossel <[EMAIL PROTECTED]> writes:
>
>>Wow.
>>I tested IBM jdk (1.3). It is MUCH faster than Sun's or Blackdown's,
>>on Swing stuff (under Linux, at least).
>>
>
Does the IBM jdk support Java3D?
SW
--
Stuart Wier
Dear fellow Linux developers:
i get the following error message whenever i try to
run a Java3D demo -HelloUniverse (or my own Java3D program)
on my Red Hat Linux 6.2 machine:
% /users/larameer/java/j2sdk1.3.1/bin/java -jar HelloUniverse.jar
Error Canvas3D_createContext: couldn't c
Hello,
i had some problems with colors under a ppc platform. I wrote
a class that works pretty well unter a i386 platform, but on
a ppc there came bad colors.
Screenshots+code:
http://vern.chem.tu-berlin.de/~stephan/java3d/index.html
Compared platforms:
1.Athlon + NVidia + Suse 7.2
2.Apple
Hi all,
I just install mesa 3.5 and XFree86-4.1.0 and all my java3D applications
are crashing when I try to close them, even the demo applications.
Is this a known issue? I there a solution?
Thanks,
Ricardo Mantilla
University of Colorado at Boulder
Is there maybe an incompatability between Mesa 3.5's libraries and the
version that was used to compile Java3D 1.2.1_01-fcs? Is there any way
for me to get a copy of the source of Java3D?
Kevin
Kevin Birch wrote:
> Hello all,
>
> I'm getting the following error when
Hello all,
I'm getting the following error when running any of the Java3D sample apps:
$ appletviewer HelloUniverse.html
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4a237556
Function name=_mesa_initialize_context
Library
The Blackdown Java-Linux Team is proud to announce the availability of
the final release of Java3D 1.2.1_01 for Linux:
The Java 3D API enables the creation of three-dimensional graphics
applications and Internet-based 3D applets. It provides high-level
constructs for creating and manipulation
Java). So far it works quite good.
Obviousely this solution has some problems:
1. Not all Java3d implementations are based on
OpenGL.
2. Some Java repaint or whatever events destroy the
frame i rendered with my C-lib.
(How can i make sure that Java doesn't handle
ANY events concerning th
Is there a way from insdie a program to
find and report what version of Java3D is in use?
--
Stuart Wier UCAR Unidata Program
[EMAIL PROTECTED] P.O. Box 3000
http://www.unidata.ucar.edu/staff/wier Boulder, CO 80307
hi,
there seems to be a little problem with java3D 1.2 FCS in the Background
class and the associated geometry:
When running the Background demo and moving the camera away from the
blocks, the blocks disappear behind the background. The background
geometry is not at infinity.
I found bug reports
VS (it does not suffer from mozilla
bug 57046)
Installation instructions are available from
http://www.blackdown.org/java-linux/jdk1.2-status/INSTALL-1.3-j2sdk
and
http://www.blackdown.org/java-linux/jdk1.2-status/INSTALL-1.3-j2re
Java3D 1.2 FCS for Linux on PPC
=
We have a problem that Java3D versions 1.1.3 and 1.2 throw Exceptions
with VisAD. However, Java3D 1.1.2 does not throw these Exceptions
running under Solaris and Windows.
Can anyone please send me a copy of Java3D 1.1.2 for Linux?
Thank you,
Bill Hibbard
[EMAIL PROTECTED
The Blackdown Java-Linux Team is happy to announce the availability of
the release candidate 1 of Java2 SE v1.3 and Debian packages for Java2
SE v1.3, Java3D 1.2 and JAI 1.0.2.
Java2 Standard Edition Version 1.3 RC1
==
Don't confuse the Blackdown RC1
Andreas Micklei wrote:
> You mean software rendering? So why do you use GLX at all? > Just get a stock Mesa
>without hardware acceleration.
as I understand it, glx is the opengl extention to the X Windows System,
it's not the hardware acceleration in itself (which uses DRI), it
creates an Open
On Sun, Aug 06, 2000 at 01:25:08PM +0200, Urs Schroffenegger wrote:
> well, i'm using indirect rendering, because i got an old Matrox Millenium I,
> but i can run the demos without textures, the problem is that it kills XFree86
> when I close the java3D application.
You mean soft
h
> hardware / driver combination you are using.
well, i'm using indirect rendering, because i got an old Matrox Millenium I,
but i can run the demos without textures, the problem is that it kills XFree86
when I close the java
yangyuexiang wrote:
>
> > Hi, Everyone
>
> This is an interesting problem.
>
> I add a list of nodes into a group.
>
> eg. suppose lst has n elements and then
>
> for(Iterator iter = lst.iterator; iter.hasNext(); )
> {
> group.addChild((Node)(iter.next()));
> }
>
> Then the two elements
Hi,
On Fri, Aug 04, 2000 at 05:55:48PM +0200, Urs Schroffenegger wrote:
> I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with
> XFree86 4.0. and I can run the demos, but when I close the demo window the X
> server dies with signal 11.
>
> Is the
Hi
I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with
XFree86 4.0. and I can run the demos, but when I close the demo window the X
server dies with signal 11. furthermore when I try texturetest whith an image
file, I don't see the texture.
Is there a probl
Hi
I got a problem with Java3d. I've installed jdk 1.2.2 FCS and Java3D FCS with
XFree86 4.0. and I can run the demos, but when I close the demo window the X
server dies with signal 11.
Is there a problem running java3d with the glx provided by XFree or is it my
installation ?
> Hi, Everyone
This is an interesting problem.
I add a list of nodes into a group.
eg. suppose lst has n elements and then
for(Iterator iter = lst.iterator; iter.hasNext(); )
{
group.addChild((Node)(iter.next()));
}
Then the two elements: o1 and o2 are different:
o1 = group.getChild(n-1
What does the Blackdown JDK offer by comparison with the Sun JDK?
On Wed, 2 Aug 2000, Nelson Minar wrote:
> >The Blackdown Java-Linux Team is proud to announce the availability of
> >the final release of Java2 v1.2.2, Java3D 1.2 FCS, and JAI 1.0.2-beta.
>
> congratulation
Juergen Kreileder wrote:
>
> The Blackdown Java-Linux Team is proud to announce the availability of
> the final release of Java2 v1.2.2, Java3D 1.2 FCS, and JAI 1.0.2-beta.
>
At last, some great news.
Well done guys!
-- dimitris
mailto:[EMA
>>>>> "Martin" == Martin Schröder <[EMAIL PROTECTED]> writes:
Martin> On 2000-08-02 06:41:39 +0200, Juergen Kreileder wrote:
>> The Blackdown Java-Linux Team is proud to announce the
>> availability of the final release of Java2 v1.
On 2000-08-02 06:41:39 +0200, Juergen Kreileder wrote:
> The Blackdown Java-Linux Team is proud to announce the availability of
> the final release of Java2 v1.2.2, Java3D 1.2 FCS, and JAI 1.0.2-beta.
Wonderfull.
How difficult would it be to port the jre to Linux 2.0.x?
Best regards
>The Blackdown Java-Linux Team is proud to announce the availability of
>the final release of Java2 v1.2.2, Java3D 1.2 FCS, and JAI 1.0.2-beta.
congratulations! That's terrific.
[EMAIL PROTECTED]
. . . ..
Hi, Everyone
I am glad to know the availability of Java3D 1.2.
But who can tell me the difference between V1.2 and V1.1.3. Thanks a lot.
Just now, I replace the v1.1.3 with v1.2. My printUtility (print Canvas3D)
doesnot work.
I attatched my PrintableCanvas3D.java file here.
Thanks very much
The Blackdown Java-Linux Team is proud to announce the availability of
the final release of Java2 v1.2.2, Java3D 1.2 FCS, and JAI 1.0.2-beta.
Please choose one of our FTP mirrors for downloading:
http://www.blackdown.org/java-linux/mirrors.html
Java2 Version 1.2.2 FCS
Java3D 1.2 is not out yet for Linux, as far as I know.
I added the Canvas3D the following way:
I do have a JTabbedPan in which I am adding a Class "GIS3DView".
gis3dView = new GIS3DView();
tab.add("GIS3DView",gis3dView);
GIS3DView extends JPanel
In "GIS3DView" I
Hi,
I am designing packing programs. I used the Swing instead of AWT.
However, I need to display packing results by java3d.
My system is linux. I cannot find java3d 1.2 for linux. I installed java3d
1.1.3.
I donot know how to add canvas3D to my JPanel.
Do you have any suggestion?
Thanks
DDR and XFree 4.0 and the latest NVidia
driver 0.93 pretty good. I'm using the Blackdown Java3D 1.1.3-FCS Release
and it's faster than under Windows! I think 3 times faster.
Stephan Michels.
EMail: [EMAIL PROTECTED]
--
Hi everyone,
I just wanted to give a status update on my experiences with Java3D and
hardware acceleration:
The problems I had with Java3D obviously resultet in bugs in Utah-GLX, so
Java3D is not really to blame (the behaviour was just a bit confusing). Here
are some of my results:
GFX
Interesting! It would be even more interesting if you could test the GeForce with
XFree 4.0. Make sure you download the latest drivers from NVidia (released last
week I think).
Andreas Micklei wrote:
> Hi everyone,
>
> I just wanted to give a status update on my experiences with J
On 23 Jun 2000, Juergen Kreileder wrote:
> Java3D 1.2 will be released next week.
Will the release support 3D textures?
On www.j3d.org under Java 3D Volume Rendering :
> Note that the 3D texture mapping cases will probably only work under
> Solaris (Windows OpenGL doesn't supp
>>>>> "Andreas" == Andreas Micklei <[EMAIL PROTECTED]> writes:
Andreas> I have been playing around with Java3D under Linux, using
Andreas> hardware accelerated Mesa-3.2 with Utah-GLX under xfree
Andreas> 3.x. Unfortunately I have not yet been a
Hi all,
I have been playing around with Java3D under Linux, using hardware accelerated
Mesa-3.2 with Utah-GLX under xfree 3.x. Unfortunately I have not yet been able
to display any textures.
Is support for this still missing from the Java3D port, or may I have
overlooked a common problem? When
> GE Harris Energy Control Systems
>
> ----
>
> Subject: [java3d] Java Media source licensing to Linux
> Date: Wed, 3 Mar 1999 14:18:29 -0800 (PST)
> From: Subra Mohan <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
>
>
Hello everybody,
I have recently installed the new XFree86-4.0 server with OpenGL/DRI
support.
I could not use hardware acceleration because the application fails in
linking against opengl.
I have verified that the right path to the libraries is choosen.
Setting the environment variable LIBGL_DE
Hello everybody,
I tried to install java3d 1.1.3 and jdk 1.2.2, both from blackdown on Suse
Linux 6.3.
Then I'll get the following error-message (see at end of mail)
I have seen some similar problems in your archive. Is there a solution for
this problem?
After that I tried to instal
Hello,
I have downloaded jdk-1.2.2 and java3d-1.1.3 and installed. I am viewing
java3d demos using appletviews, but unable to view in nestscape. Please
let me know, what I have to do?
Thanks in advance
svrao
--
---
Dr. S. V. Rao
Gerald Quintana wrote:
>
> Hi,
>
> I've just installed java3d on my JDK 1.2.2 RC2 (Linux Mandrake 6.x), but
> the examples which use texture doesn't work. For example BillBoard,
> TextureTest...
>
> The error message is:
> method unknown (eip = 65000a0b)
&g
Hi,
I've just installed java3d on my JDK 1.2.2 RC2 (Linux Mandrake 6.x), but
the examples which use texture doesn't work. For example BillBoard,
TextureTest...
The error message is:
method unknown (eip = 65000a0b)
SIGSEGV 11* segmentation violation
si_signo [11]: SI
r/local/lib
> I have created the link libMesaGL.so.3 -> libGL.so
> When I run java3d examples I get the error:
> I am running RedHat Linux 6.1.
>
> java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/libJ3D.so:
> libMesaGL.so.3: cannot open shared object file: No suc
Mesa libraries are in /usr/local/lib
I have created the link libMesaGL.so.3 -> libGL.so
When I run java3d examples I get the error:
I am running RedHat Linux 6.1.
java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/libJ3D.so:
libMesaGL.so.3: cannot open shared object file: No s
I am a student. My supervisor ask me to implement several
heuristics on 3D packing problem.
So, I try to find the mathematics model on 3d geometry.
However, I cannot find package: javax.media.j3d
Who can tell me where I can find them.
BTW, I can run 3D demos.
Linux system
Thanks
-
Hi,
I am trying to work with Java3D and Swing on Linux. I was able to
run some 3D programs but stuck when I tried to place JPanel and
Canvas3D on the same Frame.
I could see my Canvas3D objects very well, but my JPanel object
always lies behind the background color in the main Frame. I could
I'm having problems running java3d on redhat linux 6.0.
I've downloaded and installed the jdk1.2.2 from blackdown and the
demo applets seem to be running as they were intended. I've also
downloaded and installed the java3d1_1_1pre-v1-linux-sdk and installed it
as directe
Hi,
I was wondering if you still have the problem you mentioned in the
bug-list of the Java Linux group since I do.
> FYI: J3D doesn't run, at least no in accel. mode, with a TNT2 chip,
> it bang out with an error:
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> /usr/loca
rogram was executed with green threads.
>
> Dave
> --
> From: Nathan Meyers [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, July 08, 1999 10:50 AM
> To: Rob Nugent
> Cc: [EMAIL PROTECTED]
> Subject: Re: Java3D and 'main()'
>
> Rob Nugent wrote
.
Being displayed once.
The program was executed with green threads.
Dave
--
From: Nathan Meyers [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, July 08, 1999 10:50 AM
To: Rob Nugent
Cc: [EMAIL PROTECTED]
Subject: Re: Java3D and 'main()'
Rob Nugent wrot
Rob Nugent wrote:
>
> Many thanks to everyone who answered me on this issue. Nathan managed to put me on
>the
> right track:
>
> The window was indeed visible until main() exited (I think I neglected to say this
>in my original post).
>
> I was running with jdk1.2pre1 with green threads. Movi
in
>what I am doing wrong
> > I'd appreciate it:
> >
> > I have a Java3D program that runs just fine on WinNT. All my geometry/behaviours
>etc are created
> > in a function called init() which is called from the 'main' of my first class.
>
> Has
Ops Sorry.
Forget this post, I just noticed that you did have setVisible( true )
in your code.
Time to crawl under a stone !!!
--Jools
>From: jools enticknap <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: Java3D and 'main()'
>Dat
Hi Rob
I would suggest that you add win.setVisible( true ) after initialization in
order to get AWT to manage the window.
Regards
--Jools
>From: Rob Nugent <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Java3D and 'main()'
>Date: Wed, 07 Jul 1999 15:57:05
I am sure that the following is a User Error on my part, but if anyone can explain
what I am doing wrong
I'd appreciate it:
I have a Java3D program that runs just fine on WinNT. All my geometry/behaviours etc
are created
in a function called init() which is called from the 'main
On Thu, 1 Jul 1999, Albrecht Kleine wrote:
> Hi,
>
> > Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> > 'tya' works fine in all other applications, i.e non-Java3D-apps.
>
> Does ``non-Java3D-apps'' include other b
On 1 Jul 1999, Steve Byrne wrote:
> Johan <[EMAIL PROTECTED]> writes:
>
> >
> > Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> > 'tya' works fine in all other applications, i.e non-Java3D-apps.
> >
>
Johan <[EMAIL PROTECTED]> writes:
>
> Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> 'tya' works fine in all other applications, i.e non-Java3D-apps.
>
> This is the error message I get:
>
> Exception in thread "main
Hi,
> Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> 'tya' works fine in all other applications, i.e non-Java3D-apps.
Does ``non-Java3D-apps'' include other big apps like java2Demo, Swingset,
some IDEs like NetBeans2 etc ?. If yes, w
Having a problem using 'tya' (JIT-complier) with 'Java3D'.
'tya' works fine in all other applications, i.e non-Java3D-apps.
This is the error message I get:
Exception in thread "main" java.lang.Unsatisf
it's supposed to be source-compatible with OpenGL.
--Jeff
Francisco Figueirido wrote:
>
> I downloaded the Java3D port but was unable to get it running. One of the
> shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
> the Xi Graphics OpenGL port instead.
On Thu, 10 Jun 1999, Francisco Figueirido wrote:
>I downloaded the Java3D port but was unable to get it running. One of the
>shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
>the Xi Graphics OpenGL port instead. After making the appropriate symbolic
>links (li
I downloaded the Java3D port but was unable to get it running. One of the
shared libraries needs libMesaGL.so.3.? (forgot the number), but I have
the Xi Graphics OpenGL port instead. After making the appropriate symbolic
links (libMesaGL.so.3.? -> libGL.so) I get an `undefined symbol' e
-Ursprüngliche Nachricht-
Von: Clayton Cottingham [mailto:[EMAIL PROTECTED]]
Gesendet am: Dienstag, 25. Mai 1999 18:10
An: [EMAIL PROTECTED]
Betreff: yahoo java3d and vrml97
I'm very pleased to report that i have got some of the java3d/vrml97 stuff
to
work
this basically means
I'm very pleased to report that i have got some of the java3d/vrml97 stuff to
work
this basically means solid vrml97 support for linux,
i dont know if anyone out there has tried to use any other vrml stuff, its
usually quite a bother!
thanks guys now i feel confident i can start making
Hello all,
I spent several hours installing Java3D today on my Redhat 5.2 system, and
encountered several problems. I thought I'd share the workarounds I
discovered / addtional software I needed. I was a newbie this morning, so
if this seems trivial or has been posted already, just igno
Hi all,
I have searched all over Sun's site and others, but cannot find an
answer... When will Java3D be available for Linux? I see that Sun
licensed Blackdown to port the API. Are we talking weeks, months or have
I missed it already?
Thanks,
Gord Peters writes:
>
> I had read somewhere when JDK1.2pre v1 was released that Java3D was very
> close and would likely be released in a couple of weeks. Does anyone know
> what the status on this is? I'm working on a really cool 3D app that I'd
> love to se
I had read somewhere when JDK1.2pre v1 was released that Java3D was very
close and would likely be released in a couple of weeks. Does anyone know
what the status on this is? I'm working on a really cool 3D app that I'd
love to see running on my
t; MIME-Version: 1.0
> To: David Harvill <[EMAIL PROTECTED]>
> CC: Ron Yorston <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
Subra.Mohan@Eng
> Subject: Re: [Fwd: [java3d] Java Media source licensing to Linux]
> Content-Transfer-Encoding: 7bit
> Content-Transfer-Encoding: 7bit
&
Augusto Sellhorn writes:
> interfaces (APIs): Java 3D (TM) API, Java Media Framework API, Java
> Advanced Imaging API and Java Sound API
> platform-independent, network-centric applications for educational,
> business and technical users with the
> easy-to-use Java Media APIs.
Personally, I
oping they are talking about the source code and not the binaries.
In windows I think you can distribute the jre+java3d runtimes for a
product, free of charge, which is what it kind of says in the
java3d-license.html page.
Could somebody clarify this ? I hope Sun is not planning on charging
n-commercial use.
>
> Why the limitation to non-commercial use? Maybe I don't understand the
> terms, but the licence on the Sun site for other platforms doesn't seem
> to have any such restriction.
>
> (http://www.javasoft.co
site for other platforms doesn't seem
to have any such restriction.
(http://www.javasoft.com/products/java-media/3D/java3d-license.html)
Ron
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
Wow, this is really cool! If people are interested I have created a
scripting from end to the JMF using Tcl. With it you can create JMF
enabled programs without writing Java code. If you would like
to read more you can check out this copy of a paper I write for
a USENIX conference on the subject.
This was posted in the J3D list. All the Java Media technologies will
be ported to Linux and they already have a J3D demo running on Linux.
Cool !!!
-Augusto
--
Augusto Sellhorn
GE Harris Energy Control Systems
Sun issued the press release (appended below) regarding the licensing of its
le
On Mon, 31 Aug 1998, Bernhard Fastenrath wrote:
> > > I was wondering when/if Java 1.2 will be ready for Linux, and if there are
> > > any plans for porting the Java3D library to linux, too (it needs OpenGL on
> > > Sun and Win32 platforms... and would probably nee
> > I was wondering when/if Java 1.2 will be ready for Linux, and if there are
> > any plans for porting the Java3D library to linux, too (it needs OpenGL on
> > Sun and Win32 platforms... and would probably need that on Linux to function
> > properly). Just curious.
> Although a little unrelated it may be interesting to you: SUN is selling Solaris
> 2.6 for both Sparc and x86 architectures at $ 10.00 + shipping.
Now, does this make sense to anyone else: from sun's web site I can order
solaris, for $10. My choices for shipping are:
USPS Global Priority Mail
Hi Harold,
> I was wondering when/if Java 1.2 will be ready for Linux, and if there are
> any plans for porting the Java3D library to linux, too (it needs OpenGL on
> Sun and Win32 platforms... and would probably need that on Linux to function
> properly). Just curious. Thanks.
I'm new to the mailing list so please forgive me if this subject has already
been beaten to death, but...
I was wondering when/if Java 1.2 will be ready for Linux, and if there are
any plans for porting the Java3D library to linux, too (it needs OpenGL on
Sun and Win32 platforms... and
Peter,
I'm unsure of how the solaris version of 1.2 beta 3 is compiled
but I think its to do with the libs. I found the same problem
you think your there and any version of java will work on any
platform, but once to download it and then attempt to use the
javac or appletviewer it complains abo
>> I downloaded the Solaris version of Java3D, but the install script complains
>
> Doesn't Java3D require JDK 1.2 Beta3 and a Xserver with OpenGL extension?
JDK 1.2 yes. I didn't know about the Xserver extenstion though. Bummer... I knew
it needed OpenGL, but not that it
Peter Schuller <[EMAIL PROTECTED]> writes:
> [1 ]
> Hi!
>
> I downloaded the Solaris version of Java3D, but the install script complains
Doesn't Java3D require JDK 1.2 Beta3 and a Xserver with OpenGL extension?
> about the file being corrupted. Has anyone at
Wow, Peter...
Well, I downloaded 4 versions of java inc the 1.2 beta 3 version.
even with the iBSC2 module installed it still complained about
corruption. The best pace to get it from was
http://www.blackdown.org (the libc5 version 7) thats what I've been
using, it works ok but linux 'wine' comp
Hi!
I downloaded the Solaris version of Java3D, but the install script complains
about the file being corrupted. Has anyone at all got it workin on Linux?
I was thinking that the implementation might *really* be for Solaris only, and
that the script misstakeny thinks the file is corrupted when
Hi!
Java3D officially requires JDK 1.2. But, has anyone got it working with
1.1.6v7? I can run Java3D applets downloaded from the net, so it should work.
I just want to make sure before I start downloading all those files.
I'm not sure if the Solaris version *really* is a Solaris version,
93 matches
Mail list logo