• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

JIT compiler

 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It has been some time since I have been using java,but its a shame that I dont know how to use a JIT compiler/interpreter.Can anyone help me?
Another thing,does anyone know how to configure internet explorer to work on a particular versoin of JRE.I have JRE 1.1 and JRE 2,now I want IE to run programs through JRE2.How do I do that?
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It has been some time since I have been using java,but its a shame that I dont know how to use a JIT compiler/interpreter.Can anyone help me?
This is technology built into the HotSpot JVM - it occurs all by itself.
Another thing,does anyone know how to configure internet explorer to work on a particular versoin of JRE.I have JRE 1.1 and JRE 2,now I want IE to run programs through JRE2.How do I do that?
There are two ways.
1. Control Panel -> Java Plugin 1.x -> Browser Tab -> Check the appropriate browser
2. Within IE: Tools -> Internet Options -> Advanced -> Scroll down to about the middle of the list and under the Java (Sun) Heading check "Use Java 2..."
 
Hoo hoo hoo! Looks like we got a live one! Here, wave this tiny ad at it:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic