Virtual Universe 1.7 (Java XTools branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Virtual Universe 1.7 (Java XTools branch)
# 1  
Old 01-05-2009
Virtual Universe 1.7 (Java XTools branch)

ImageThe "Virtual Universe" is a realistic,three-dimensional cyberspace and virtual realitysimulation. People can meet, interact with eachother, build houses and whole worlds, simulateworkflows, test designs, and much more. Due to itsextensive programming interface, this virtualreality environment can be used for scientific andengineering tasks such as simulation andvisualization applications. It also includes aterrain generator for virtual landscapes and theJava XTools, an extensive package that containsseveral enhancements and improvements for Java3Dand Swing.License: GNU General Public License (GPL)Changes:
This version now incorporates the project jLCD toaccess the lcdproc server easily and out of Javaapplications.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Java process showing high virtual memory

Hi All, I have a java process which is showing high virtual memory utilization in client server. But the same process is showing comparitively lesser virtual memory consumption. I understand that virtual memory shown is not of much importance for the general user in normal condition, my client... (2 Replies)
Discussion started by: mritusmoi
2 Replies

2. UNIX for Dummies Questions & Answers

How can i understand if a Java Virtual Machine is installed on Unix??

Hello, i would like to figute out, if there is any JVM installed on my unix account. How can i figure that out?? Thanks (1 Reply)
Discussion started by: g_p
1 Replies

3. UNIX for Advanced & Expert Users

About Java Virtual Machine

Can Someone help me for Java VM? How can I see version of JVM and JDK on UNIX AIX 4.3? (2 Replies)
Discussion started by: Niko
2 Replies

4. UNIX for Dummies Questions & Answers

About Java Virtual Machine

How can I Install Java Virtual Machine on Unix AIX 4.3 . (1 Reply)
Discussion started by: Niko
1 Replies
Login or Register to Ask a Question
serialver(1)						      General Commands Manual						      serialver(1)

NAME
serialver - serial version command SYNOPSIS
serialver [ options ] [ classnames ] options Command-line options, as specified in this document. classnames One or more class names. DESCRIPTION
serialver returns the serialVersionUID for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments, it prints a usage line. OPTIONS
-classpath <directories and zip/jar files separated by:> Set search path for application classes and resources. -show Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. -Joption Pass option to the Java virtual machine, where option is one of the options described on the man page for the java applica- tion launcher, java(1). For example, -J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for -J to pass options to the underlying virtual machine. SEE ALSO
See (or search java.sun.com) for the following: java.io.ObjectStreamClass @ http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html 24 June 2004 serialver(1)