Hey guys, I’ve ran into the - to many classes so you cant compile - problem. I’ve seen this bug floating around everywhere when trying to publish large projects and no one seems to have found a answer. My friend and I (thanks wu) found a little work around and now I can compile again. I have only tested it on Windows Vista with 5gb of ram, it DID NOT work on my laptop with 2gb most likely bc it cannot allocate that much memory to the Java VM.
Anyways, Here are the steps that I did: Right click on my computer -> properties -> advanced -> environment variables -> then make a new var like this:
JAVA_TOOL_OPTIONS
and its value
-Xmx1024M
Then I ran c:\Program files\adobe\adobe flash cs3\jvm\bin and run javacpl.exe, and I didnt get any errors (I did get one going above 1024m, or on the 2gb computer if i added any memory @ all). . . and WALA! my project published again, WITH the little “reduce size and increase performance” checked. I hope this helps some people out. . .