Midi soundbanks in java

Hi, i am trying to create my own VST instrument for audio editing programs such as cubase and i need to know if java can read in soundbanks from .fxb/.fxp files?
[168 byte] By [boblettoj99a] at [2007-11-27 8:07:29]
# 1
alternatively can it read sf2?
boblettoj99a at 2007-7-12 19:50:12 > top of Java-index,Java Essentials,New To Java...
# 2

There are Java APIs for writing VST plugins, so I'm thinking that the API exposes a way of doing this, probably by getting the host (Cubase, whatever) to read it in on behalf of your plugin. The JDK itself won't provide anything for doing so, though. Your best bet is the dev. forums for whatever API you're using for this, or Steinberg have almost certainly got dev. forums and suchlike, too

I didn't even know you could use Java for VST, cheers for pointing me at that!

georgemca at 2007-7-12 19:50:13 > top of Java-index,Java Essentials,New To Java...