By default Windows will run the client version of the Java runtime
environment. Red5 and Apache server will function much faster when
using the server version of the Java runtime environment that ships
with the Java JDK.

Below are the instructions to switch to the server version of the Java
runtime environment:

If you have the Java runtime environment installed (rather than the
Java Development Kit - JDK) then un-install the Java runtime
environment and install the most recent version of the Sun Java
Development Kit (http://java.sun.com).

After installation delete the following files from the C:\WINDOWS
\SYSTEM32 folder:
java.exe
javacpl.cpl
javaw.exe
javaws.exe

Add the path to the Java Development Kit to your system PATH variable.
You can do this by doing the following:
Open the System Control Panel
Select the Advanced tab
Click the Environment Variables button
Double click the Path variable in the System variable section and add
the full path the Java JDK bin folder inside the JDK folder surrounded
by double quotes to the end of the list of path entries (path entries
are separated by the ; character).
For example, the string you add to the Path variable might look like
this:
;"C:\Program Files\Java\jdk1.6.0_04\bin"

To test that is working, open a command prompt and enter the following
command:

java -server –version

It should return something similar to:

java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Server VM (build 10.0-b19, mixed mode)

Example 1:
# Java Additional Parameters
wrapper.java.additional.99=-server   (REM: make sure this is at the
end of your parameters list)

Example 2:
JAVA_OPTS=-server -Xmx768M

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to