Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
JSP editor erroneously treats /**/ as a JavaDoc opener
I use this sequence (“/**/”) as a marker for temporary debugging statements.
Obviously this should be treated as a closed comment, but the MyEclipse JSP editor treats it as an opening of a JavaDoc comment and the following code is syntax coloured as JavaDoc.
You need to insert a space between the asterisks for things to be displayed correctly.