This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Shared Memory From Java
- To: Lincoln Spiteri <lincoln at st dot com>
- Subject: Re: Shared Memory From Java
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sun, 14 Nov 1999 11:09:45 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <99111313124500.08859@voltaire.kir.st.com>
>>>>> "Lincoln" == Lincoln Spiteri <lincoln@st.com> writes:
Lincoln> Is there a way to access shared memory segments from java?
Write a new class and use native methods to do whatever you want.
T