Zakaroonikov
30 Aug 2007, 1:53 PM
The Java JS builder does not like strings that have comment like syntax in them ie
x = '/*';
Where as the .net version does.
x = '/*';
Where as the .net version does.
View Full Version : Java JS Builder problem