I am an undergraduate student and i need some assistance in using Java Speech in NetBeans IDE (5.5)
I've got my classpaths etc all set and using one demo (very complexed and overcomplicated for my use) and that seems to work ok i think, but the one that ive copied off the internet (see below) as a demo doesnt actually work properly. its meant to output the current time but it only says the last minute or so, e.g. if the time was 11:01, it would only output "... one".
Can anyone help me out as i need the Speech output to work for my dissertation and i cant get it to work - been trying for 2 - 3 weeks
Why don't you start with the code that you have and is working, instead of starting with the code that doesn't work? You could remove all the unnecessary stuff piece by piece, checking that it still works at each step, until you've cut it down to what you need. That way you'd always have working code.
I would do but its all linked to other classes and then it links back to a website which it works off so its pretty difficult (and pointless). Ive even shown it to my supervisor and he couldnt work out that if it was stripped, what would be classed as worthwhile to keep and whats just extra junk
so ive already tried that, before scouring the internet for anything else that may be able to help