I've made this small html file to get ICQ2Go to work using /Applications -> Utilities -> Java -> Applet Launcher. Copy and paste it into a plain text document, and save it with the extension .htm launch it in Applet Launcher. Copy and paste it into a plain text document, and save it with the extension .htm launch it in Applet Launcher.
Note: The <applet archive... line has been broken onto two for narrower display; enter it as one with a single space replacing the line break.
Advantages:
Note: The <applet archive... line has been broken onto two for narrower display; enter it as one with a single space replacing the line break.
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ICQ2Go</title>
</head>
<body>
<applet archive="cy.jar" code="Start"
codebase="http://iht-d01.icq.com/iw5" height="632" width="152">
<param name="flags" value="+i">
</applet>
</body>
</html>Advantages:
- Quitting your browser no longer kills your ICQ2Go session.
- More responsive.
- More stable.
- Sounds do not work and the first message you send in a session will give you a small sound error.
- URLs will not open. Not in messages nor from the contact list.
- I need AIM ICQ interoperability, and only official clients and iChat provide this. iChat is buggy when logged in via an ICQ account (for now), and ICQ 3.4 for Mac is too unstable.
- Because I can.
- This still uses the official ICQ2Go client from icq.com.
- If you need to adjust the width and height of the client, you should change the height and width attributes in the applet element. Both are described in pixels, but DO NOT specify the units.
•
[18,314 views]

