// get a system property
String
vendor
=
System
.
getProperty
(
"java.vendor"
)
;
out
.
println
(
vendor
)
;