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
The javadoc url when I push shift+F2 (javadoc help) is malformed on Mac OSX 10.5 (characters %23 instead of character #):
Example:
file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/docs/api/java/lang/StringBuffer.html%23append(char)
System configuration:
Mac Intel
OSX 10.5.5
MyEclipse 6.5 Pulse Edition
Hi,
This is Eclipse 3.3 bug that was fixed in Eclipse 3.4. It is not reproducible in MyEclipse 7.0. Can you upgrade to MyEclipse 7.0 and check if this issue gets resolved for you.
MyEclipse 7.0 M2 partially solved my problem.
If I use internet documentation all run well. Example: http://java.sun.com/j2se/1.5.0/docs/api/java/util/ArrayList.html#get(int)
If I use disk documentation I have the same problem. Example: file:///System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/docs/api/java/util/ArrayList.html%23get(int)