{{theTime}}

Search This Blog

Total Pageviews

How to determine 32bit JVM or 64bit JVM?

Sun has a system parameter to determine the bit 32/64.

sun.acrch.data.model=32 or
sun.acrch.data.model=64.

Try.  System. getProperty("sun.arch.data.model")

No comments:

FastAPI throws an error (Error loading ASGI app. Could not import module "main")

Make sure the main fastapi code is in the same directory where you are running the code.