by Tankko » Sat Jul 15, 2006 5:38 pm
I found the problem. The Java compiler I was using does not require a ; after an import statement
import System;
and the missing ; was completely shutting down UEStudios java parser, causing it to parse no further.
It's really too bad that UEStudio doesn't support user configurable parsers. There are a lot of languages out there. I've requested this several times and just get a "I'll check with the programmers".
It's too bad we don't get more meaningful response from them.