MASON-INTEREST-L Archives

February 2011

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stuart Rossiter <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Wed, 23 Feb 2011 06:07:47 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
Daniel,

>> I'm struggling to figure out how to get it on my 32-bit Ubuntu
>> virtual machine. I
>> can't seem to find the correct jdk directory to install java3D into.

  I had same problem on Ubuntu. Installing the package doesn't copy the libraries to your JRE 
distribution for some stupid reason. Do something like:

sudo apt-get install libjava3d-java libvecmath-java
sudo cp /usr/share/java/j3d*.jar  /usr/lib/jvm/java-6-openjdk/jre/lib/ext
sudo cp /usr/share/java/vecmath*.jar  /usr/lib/jvm/java-6-openjdk/jre/lib/ext

(or java-6-sun if you're using that JRE instead)

You'll normally need to restart your IDE to get it to notice the Java 3D libraries (at least I have to with 
Eclipse).

Cheers,
Stuart

ATOM RSS1 RSS2