<s>
The	O
Java	B-Language
Desktop	I-Language
Integration	I-Language
Components	I-Language
(	O
JDIC	O
)	O
project	O
provides	O
components	O
which	O
give	O
Java	B-Language
applications	O
the	O
same	O
access	O
to	O
operating	B-General_Concept
system	I-General_Concept
services	O
as	O
native	O
applications	O
.	O
</s>
<s>
For	O
example	O
,	O
a	O
Java	B-Language
application	O
running	O
on	O
one	O
user	O
's	O
desktop	O
can	O
open	O
a	O
web	O
page	O
using	O
that	O
user	O
's	O
default	O
web	B-Application
browser	I-Application
(	O
e.g.	O
</s>
<s>
Firefox	B-Application
)	O
,	O
but	O
the	O
same	O
Java	B-Language
application	O
running	O
on	O
a	O
different	O
user	O
's	O
desktop	O
would	O
open	O
the	O
page	O
in	O
Opera	B-Application
(	O
the	O
second	O
user	O
's	O
default	O
browser	B-Application
)	O
.	O
</s>
<s>
Initially	O
the	O
project	O
supports	O
features	O
such	O
as	O
embedding	O
the	O
native	O
HTML	B-Application
browser	I-Application
,	O
programmatically	O
opening	O
the	O
native	O
mail	B-Protocol
client	I-Protocol
,	O
using	O
registered	O
file-type	O
viewers	O
,	O
and	O
packaging	O
JNLP	O
applications	O
as	O
RPM	O
,	O
SVR4	O
,	O
and	O
MSI	B-Application
installer	B-Operating_System
packages	O
.	O
</s>
<s>
As	O
a	O
bonus	O
,	O
an	O
SDK	B-Application
for	O
developing	O
platform-independent	B-Operating_System
screensavers	B-General_Concept
is	O
included	O
.	O
</s>
<s>
Most	O
of	O
the	O
features	O
provided	O
by	O
JDIC	O
were	O
incorporated	O
into	O
the	O
JDK	B-Language
starting	O
with	O
version	O
1.6	O
.	O
</s>
<s>
The	O
cross-platform	B-Operating_System
JDIC	O
package	O
,	O
which	O
files	O
should	O
allow	O
the	O
user	O
to	O
work	O
,	O
includes	O
:	O
</s>
<s>
jdic.jar	O
:	O
JAR	O
file	O
which	O
contains	O
all	O
the	O
Java	B-Language
classes	O
needed	O
for	O
development	O
.	O
</s>
<s>
jdic.dll	O
and	O
tray.dll	O
:	O
On	O
Windows	B-Application
installations	O
,	O
these	O
files	O
need	O
to	O
be	O
into	O
the	O
directory	O
where	O
this	O
operating	B-General_Concept
system	I-General_Concept
is	O
installed	O
(	O
normally	O
,	O
C:\Windows	O
)	O
.	O
</s>
<s>
They	O
contain	O
the	O
"	O
bridge	O
"	O
methods	O
between	O
the	O
jdic.jar	O
Java	B-Language
methods	O
and	O
the	O
native	O
OS	O
methods	O
.	O
</s>
<s>
libjdic.so	O
and	O
libtray.so	O
:	O
On	O
Solaris	B-Application
and	O
Linux	B-Application
operating	I-Application
systems	I-Application
,	O
these	O
two	O
files	O
must	O
go	O
into	O
the	O
LD_LIBRARY_PATH	O
folder	O
.	O
</s>
