Bob wrote:
> Hi,
> I am trying to unzip a standard zip file.  I have copied a couple
> standard java unzip classes from web searches but each time it creates
> a JRE parsing error.  Does anyone have ideas on what is wrong or how I
> can do differently?
> 
> Thanks,
> Bob
> 
> Error:
> 
> # An unexpected error has been detected by Java Runtime Environment:
> #
> #  Internal Error (classFileParser.cpp:2924), pid=3624, tid=6748
> #  Error: ShouldNotReachHere()
> #
> # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode windows-
> x86)
> # An error report file with more information is saved as:
> # G:\TestWebView\hs_err_pid3624.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp

This error cannot be coming from Android. There is no Sun JRE in
Android, only Dalvik. And, there is no G: drive in Android, only in
Windows PCs.

Are you sure you are running your code in an Android application?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 2.0 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to