Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Java Application Performance - Tuning the JVM
- This session will systematically expose the JVM's internal workings so that you can have a thorough understanding of the execution environment for your application. Metrics and the tools that display those metrics are essential for revealing the behavior of both the JVM and the application. Patterns in the graphs that...
- Tags: Java Application, Hewlett-Packard Co., JVM, Java, Programming Languages, Software Development, Software/Web Development
- Webcasts
- An Opcode Level Energy Consumption Model for a Java Virtual Machine
- This paper establishes a general framework for estimating the energy consumption of an embedded Java Virtual Machine JVM. The paper has designed a number of experiments to find the constant overhead of the Virtual Machine and establish an energy consumption cost for individual Java Opcodes. The results show that there...
- Tags: JVM, Energy Consumption, Programming Languages, Java, Software Development, Software/Web Development
- White papers
- Choosing the Right JVM for Windows - JRockit 5.0
- The java virtual machines have been optimized for specific hardware. IBM has a JVM for power. HP has a JVM specifically for PA risk. On Intel processing platforms such as the Itanium, whether running Windows or Linux, J Rocket is the JVM of choice. The thing to remember is that...
- Tags: Hewlett-Packard Co., Microsoft Windows, BEA WebLogic JRockit, JVM, IBM Corp., Sun Solaris, J Rocket, Goal Obviously, Java, Programming Languages, Software Development, Software/Web Development
- Webcasts
- Choosing the Right JVM for Windows and Linux on Intel Architecture-Based HP Systems!
- The java virtual machines have been optimized for specific hardware. IBM has a JVM for power. HP has a JVM specifically for PA risk. On Intel processing platforms such as the Itanium, whether running Windows or Linux, J Rocket is the JVM of choice. The thing to remember is that...
- Tags: Linux, Hewlett-Packard Co., Microsoft Windows, JVM, Intel Architecture, IBM Corp., Sun Solaris, J Rocket, Goal Obviously, Java, Programming Languages, Software Development, Software/Web Development
- Webcasts
- Jump-Start Your Java Development on Linux
- In this paper, the author takes the reader step-by-step through the processes of creating, versioning, testing, and packaging a Java client application on Linux. This paper covers the installation. Linux is portable to most hardware platforms; however, the author focuses on the most common one: X86. For this platform, there...
- Tags: Oracle Corp., Java Development, Sun Microsystems Inc., JVM, Sun Java VM, Linux, Java, UNIX, Programming Languages, Operating Systems, Open Source, Software, Software Development, Software/Web Development
- White papers
- Monitor and manage Java applications with JConsole
- In addition to comprehensive monitoring and application management support offered by J2SE 5.0, JDK 5.0 and JDK 6.0 include the Java Monitoring & Management Console tool, also known as JConsole. The jconsole command launches a graphical console tool that enables you to monitor and manage Java applications on a local or...
- Tags: Java Application, Application, Monitor, JDK, Application Server, Information, JVM, JConsole, JMX, MBeans, Java, Programming Languages, Software Development, Software/Web Development, Peter Mikhalenko
- Blog posts 2008-05-31
- Hear how Mainsoft is opening options for .NET and Java developers
- Mainsoft provides tools for running .NET code on the Java platform. I interviewed Mainsoft's Vice President of Technology, Eyal Eliahu Alaluf, via e-mail about a variety of subjects, including: managing a team on different continents Mainsoft has offices in the United States and Israel; working with .NET code within the...
- Tags: Java Developer, Mainsoft, JVM, CLR, Eyal Eliahu Alaluf, Mono Open Source .NET Framework, .NET CLR, .Net, Programming Languages, Java, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software, Justin James
- Blog posts 2008-04-08
- JSmooth (exe)
- JSmooth is a Java Executable Wrapper. It creates native Windows launchers (standard .exe) for your Java applications. It makes java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself. When no VM is available, the wrapper can automatically download and install a...
- Tags: JVM, JSmooth, Programming Languages, Java, Software Development, Software/Web Development
- Software downloads 2007-10-16
- Adaptive Memory Management for Virtualized Java Environments
- The Java Virtual Machine JVM is one of the great success stories in computing over the last two decades. It is the JVM that gives Java technology the "Write once, run anywhere" character that has made Java ubiquitous in IT, running everything from large, enterprise applications to mobile devices. Now...
- Tags: Hypervisor, Virtual Machine, JVM, Virtualization, Programming Languages, Java, Hardware, Software Development, Software/Web Development
- White papers 2007-11-30
- WebSphere Application Server for z/OS V6.1.0.4: 64 Bit Addressing Support
- With the 6.1.0.4 level of WebSphere Application Server for z/OS the ability to run servers in 64-bit JVM mode was made available. What that means is that the JVM that runs inside the servers can now support far greater memory ("JVM heap") than before. But before one can have a...
- Tags: IBM WebSphere, Application Server, IBM z/OS, JVM, IBM WebSphere Application Server, 64-Bit, Java, Servers, Network Technology, Middleware, Processors, Semiconductors, Hardware, Components, Programming Languages, Software Development, Software/Web Development, Networking, Enterprise Software, Software
- White papers 2007-07-09
- jvm cannot be loaded , class not registered
- any one please help to solve this problemmany applications are not working due to this on my computerJavaOk, so which JVM have you got installed?1.4.x, 1.5.x or 1.6.x?You can test you java install from this website:http://www.java.com/en/download/help/testvm.xmlReinstall JavaJust go to java.com and get it setup.
- Tags: Programming languages, comedy_tigers@..., Java, JVM
- Discussion threads 2007-10-27
- Java security: Policies and permission management
- Peter Mikhalenko explores three areas of Java security: security managers, access controllers, and access permissions. Last week, I covered the architecture of the Java security model. This week, I delve into other aspects of Java security, namely security managers, access controllers, and access permissions. ...
- Tags: Security Manager, Java, Peter V. Mikhalenko, Programming languages, SecurityManager class, AccessController class, java.lang.SecurityManager class, security manager, security, JVM, Java Tips Newsletter, Method, Permission, Class, Peter Mikhalenko, SecurityManager, checkPermission, AccessController, doPrivileged, AccessControlContext Class, ProtectionDomain Class, Object Permission, Permission Class, Software Development, Software/Web Development
- Technical articles 2007-04-25
- Tuning Continuous JVMs in CICS TS for z/OS V2.3 and V3.1
- Multiple JVMs can share a single cache of class files that have already been loaded, including some that have been optimized by compilation. This cache is shared by all worker JVMs. The size of this cache is controlled by the JVMCCSIZE SIT parameter. This cache should be large enough to...
- Tags: Cache, IBM z/OS, JVM, IBM CICS, Java, Programming Languages, Software Development, Software/Web Development
- White papers 2005-11-01
- OWA Page Cannot be displayed!
- Hi,I am having some troubles with OWA for some reason some e-mails when viewed through OWA says page cannot be displayed but when you access them through outlook it works fine. It's normal text no links no shortcuts. There is nothing I can see that's diffrent between these e-mails and...
- Tags: Microsoft Outlook, Java, Microsoft Office, ywn@..., Microsoft Outlook Web Access, JVM, MS JVM, Microsoft Corp.
- Discussion threads 2007-06-13
- Discover how the Java Native Interface works
- Peter V. Mikhalenko offers an introduction on the Java Native Interface JNI and describes how native types are mapped to Java types and classes. Benefits of the JNI include its performance and its ability to preserve legacy code and add more functionality to your Java app. The Java Native...
- Tags: JNI, Java, Peter V. Mikhalenko, Programming languages, pointer, Java Tips Newsletter, Method, JVM, Software Development, Software/Web Development
- Technical articles 2006-09-06
- Java Virtual Machine: The Key for Accurated Memory Prefetching
- The popularity of the Java language is easily understandable analyzing the specific features of the language and the execution environment. However, there are still aspects of the Java execution environment that are not exploited. One of the most distinctive features of this platform is the knowledge that the Java Virtual...
- Tags: Memory, JVM, Java, Programming Languages, Software Development, Software/Web Development
- White papers 2006-03-07
- WebSphere Application Server V6: Application Server Crash Problem Determination
- The JVM is an interpretive computing engine that is responsible for running the bytecode in a compiled Java program. The JVM translates the Java bytecodes into the native instructions of the host machine. The application server, being a Java process, requires a JVM in order to run and to support...
- Tags: IBM WebSphere, Application Server, Server, JVM, IBM WebSphere Application Server, Java, Application Servers, Programming Languages, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- White papers 2005-09-30
- BEA JRockit JDK (jsp)
- BEA JRockit JDK provides tools, utilities, and a complete runtime environment for developing and running Java applications. JRockit JDK includes the JRockit Java Virtual Machine JVM, the first JVM developed uniquely for large-scale enterprise applications and optimized for Intel architectures. BEA JRockit provides out-of-the-box application performance and scalability through progressive...
- Tags: BEA Systems Inc., JDK, JSP, Application Performance, JVM, BEA JRockit JDK, JRockit JDK, BEA JRockit, Java, Enterprise Software, Programming Languages, Software Development, Software/Web Development, Software
- Software downloads 2005-06-27
- WebSphere for z/OS V5 JVM Dump and Heap Analysis Tools
- This paper describes the following problem analysis tools for the IBM WebSphere for z/OS production environment: Svcdump.jar, HeapRoots, Dumpviewer GUI and jformat. To analyze heap-related issues such as OutOfMemoryError and other crashes, as well as hangs or loops within WebSphere address spaces with a level of degree similar to that...
- Tags: IBM WebSphere, Environment, IBM z/OS, JVM, Analysis, IBM Corp., Dump, Application Servers, Middleware, Enterprise Software, Operating Systems, Servers, Software, Hardware
- White papers 2005-03-06
- yes it will
- it will make Sun's FALSE ADVERTISING obvious.then we can laugh at everyone stupid enough to beleive it and use java for anything.Sun to coders: Open-source Java won't change your life"Open source Java won't change your life": mostly trueIn at least one way, though, opening the source for Java SE will...
- Tags: apotheon, Java, JVM, open source, portability, programming, Sun Microsystems Inc.
- Discussion threads 2006-08-17