Windows
ipconfig
/flushdns
Mac OS 10.7 & 10.8
sudo
killall -HUP mDNSResponder
Mac OS 10.5 & 10.6
dscacheutil
-flushcache
The main focus of this blog is to keep track of day 2 day problem related to work for an Oracle Apps consultant and resolution if it is resolved!!
java -jar ' does it all. But there is one helpful and one mandatory step you should take first. Thanks go to Steve DiMilla for trying these steps as well..MacOSX (note the dot, the capitalization, etc.).environment.plist.~/.MacOSX/environment.plist file:JAVA_HOME /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
$JAVA_HOME/jre/lib/rt.jar, which doesn't exist by default. You're going to change that. This information is available as part of the installation insructions (section 6), but they recommend you enable the root user and do the following as root.cd $JAVA_HOMEsudo mkdir jre (use your login password when prompted)cd jresudo mkdir libcd libsudo ln -s ../../../Classes/classes.jar rt.jarjar tvf rt.jar' if you'd like.