Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QTSession.open crashing under NT 4.0



EXCEPTION_ACCESS_VIOLATION

I seen this exception a lot of time... I solve the problem with the .java.policy file. I know that's not the best solution, but it probably can help you since you find a better solution.

The file must be place in the home directory of the user. It's name ".java.policy". It contain specification about permissions. I know that the file can be place somewhere else. You will have to search a bit to find more info about that...

The following line is an example of what you can put on the file ".java.policy". It give All Permission to java so it's not safe but it can solve any EXCEPTION_ACCESS_VIOLATION problem.

grant{
permission java.security.AllPermission;
};

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
_______________________________________________
quicktime-java mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-java
Do not post admin requests to the list. They will be ignored.


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.