How does the client get auxilliary JARs into its classpath

I have made my audio plugin and it seems to work ok.

It also works on a client machine.

I have now added some spx encoding to it using another jar called
jspeex.jar

This works fine in developer and i just assumed that all i had to do to get the client plugin to see this jar was to put it in my plugins folder alongside my plugin jar.

I have tried both the plugin and lib folder.

No Such luck.

Apart from manually installing it in the client machines classpath could anyone explain the simple method of getting servoy to make it available client side?

David

Hi David,

For that you need to create a .jnlp file. As always further info is available on the web AND you can have a look in the plugins directory.

Greetz

Thanks Marcel.

I will send you a copy of my plugin shortly.

It may be a base or an idea to develop further.

The SPX format seems to work well for dictation. I have got it down to quality 4 which converts 30 secs of speech into 80K rather than 2.5MB as a 44100 WAV file.

The next stage is harder to see if i can create an SPX play back plugin or bean.

Thanks for your guidance.

David

That is good news :)