[b][color=green]hi!
im working with java servlets to invoke vlc. servlet runner. Using runtime class and by the use of batch files i manage to execute my vlc invoking command, but the problem is that only after i press CTRL+C i.e. exit out of servlet runner does the vlc media player get invoked.
i tried an alternative, by using java applets to invoke the media player,by the use of actionlisteners.. but again its only after exiting the appletviewer/ closing it does vlc get invoked. how do i overcome the problem????????? [/color][/b]