Babylon Java Chat 2.2_BETA (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Babylon Java Chat 2.2_BETA (Default branch)
# 1  
Old 03-28-2008
Babylon Java Chat 2.2_BETA (Default branch)

ImageBabylon Java Chat is a client and server combo that allows groups to chat and draw over any TCP/IP connection. The client can be run either as a standalone Java application or as an applet launched from a WWW document. It features public and private chatting and drawing, email, file transfers, chat rooms, instant and answering-machine style messaging, and console paging. The drawing canvas enables users to draw freehand, or to create lines, rectangles, ovals, or fonted text, or to paste images from files.License: GNU General Public License (GPL)Changes:
This release adds file transfers between users,email sending via thechat server, the ability for the applet client tooperate fully as asigned applet (all features enabled, such assending and saving filesand images), the ability for the drawing canvas tobe saved as JPEG,GIF, and PNG files (as well as bitmap), morereliable disconnectiondetection (both client and server), scrollbars ifthe drawing canvasis larger than the visible area, and reorganizedsource code, with ANTbuilding and JavaDoc documentation.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Java standalone online chat

Hello: I have a web domain hosted at 1and1.com. They provide a rudimentary chat program, but it's very basic, and froze up last evening (continuing on into this morning). Can anyone recommend a jave (javascript; php; http) -based standalone chat program, that I can embed (or link) into an html... (0 Replies)
Discussion started by: gstuart
0 Replies
Login or Register to Ask a Question
java-functions(7)						RPM Java packaging						 java-functions(7)

NAME
java-functions - Functions library for Java applications. Written for the JPackage Project <http://www.jpackage.org/>: SYNOPSIS
set_jvm() Set the java virtual machine. Use a JAVA_HOME if defined, or try to find it from java command set_classpath() Set the classpath - this functions requires a valid JAVA_HOME, JAVACMD, and JAVA_LIBDIR. JARs could be specified as an argument, or via ADDITIONAL_JARS variable. set_javacmd() set the JAVACMD variable. Options should be passed via JAVACMD_OPTS variable. set_flags() set FLAGS variable. They could be specified as an argument, or via ADDITIONAL_FLAGS variable. set_options() set OPTIONS variable. They could be specified as an argument, or via ADDITIONAL_OPTIONS variable. run() run the application. It executed a following command. If VERBOSE is defined, then it prints the command to stdout. exec $JAVACMD $FLAGS -classpath $CLASSPATH $OPTIONS $MAIN_CLASS "$@" set_jvm_dirs() set JVM-related directories (JVM_LIBDIR, JAVA_VERSION, JAVAVER_LIBDIR and JAVAVER_JNIDIR variables). Requires a correct JAVA_LIBDIR, JAVA_HOME and JAVA_CMD. link_jar_repository() links a jar repository. Options could be found in build-jar-repository(1) find_jar() finds a specific extention (jar or directory). Requires a correct JAVA_LIBDIR, JAVAVER_LIBDIR and JVM_LIBDIR. Used by find-jar(1) com- mand. do_find_jar() core routine used by find_jar() check_java_env() checks java environment - the JAVA_HOME, JAVACMD, JAVA_LIBDIR, JNI_LIBDIR variables. DESCRIPTION
This is a library of generic shell functions which should be used on jpackage.org compatible distributions. FILES
/use/share/java-utils/java-functions shell script functions library for Java applications /etc/java/java.conf system-wide Java configuration file ~/.java/java.conf user's Java configuration SEE ALSO
Regular Manual Pages build-jar-repository(1) find-jar(1) java.conf(5) jpackage-utils(7) AUTHORS
Guillaume Rousse <guillomovitch@sourceforge.net> Ville Skytta <scop at jpackage.org> David Walluck <david@jpackage.org> Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) jpackage-utils 1.7.5 February 2009 java-functions(7)