News tagged ‘Mac OS X’
iPhone Configuration Utility
iPhone Configuration Utility lets you create configuration profiles for your devices. There are two versions of iPhone Configuration Utility—one is a Mac OS X application and the otheris a web-based version for Mac OS X or Windows. Application-based looks a bit different, has more functionality, but web-based could be used on windows platform.
After installation of Web utility open a web browser and go to: http://localhost:3000. Log in with the user name admin and the password admin. You're all set. Create profiles and distribute them by email or web.
There are several tabs here:
Java VM for IPhone
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VM's (free and commercial) it is extremely small, with a stripped executable on PowerPC of only ~200K, and Intel 180K. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, class-unloading, the Java Native Interface (JNI) and the Reflection API.JamVM currently only includes an interpreter (keeps it small). However, the interpreter is highly optimised, and performance is on par with a simple JIT. As most of the code is written in C it is easy to port to new architectures.