You may need to check all your settings and redeploy your ear
After redeploying, cd to the directory that contains the client jar and do
set APPCPATH="jarname"
The jar i'm refering to is the jar returned during the deploy. [I hope you are ticking the return client jar checkbox on the deploy screen?] The path to the jar is shown in the textfield below the checkbox
Now try runclient -client EARFILENAME.ear -name AdviceClient
NB: Make sure there is a public static main(
String[] args) in the AdviceClient class
Hope this helps