|
|
|
Re: java version Issue to run Oracle Application from Browser [message #631321 is a reply to message #631314] |
Mon, 12 January 2015 13:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
You would have to speak to the app server people and ask them what the formsweb.cfg file states it should be.
What browser are you using?
The first time you went to the form, it would have popped up a bunch of security questions and you should have answered to ignore the request to update and clicked on the choice to not ask again (or something like that).
I think chrome will always pop up the message, but IE will accept your answer.
Also, what version of app server?
|
|
|
|
|
|
|
|
Re: java version Issue to run Oracle Application from Browser [message #631572 is a reply to message #631535] |
Thu, 15 January 2015 08:30 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
irfankundi786@yahoo.com
Messages: 269 Registered: February 2009 Location: pakistan
|
Senior Member |
|
|
Formweb.config Entry....
-----------------------------------------------------------------------------------------
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
#jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
jpi_download_page=http://ALLIED:8889/forms/java/jre-6u43-windows-i586.exe#Version=1,6,0,43
# Parameter related to the version of the Java Plugin
#jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
jpi_classid=clsid:CAFEEFAC-0016-0000-0043-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
#jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
jpi_codebase=http://ALLIED:8889/forms/java/jinstall-6u43-windows-i586.cab#Version=1,6,0,43
# Parameter related to the version of the Java Plugin
#jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
jpi_mimetype=application/x-java-applet
-------------------------------------------------------------------------
This is formweb.config detail which is installed on win xp and for xp the java version jdk-6u45-windows-i586 working well with no problem but i also want to access the application in other system which is the win 7 64 bit for which browser message me that yours java version is outdate.?
|
|
|
|
|
Re: java version Issue to run Oracle Application from Browser [message #631618 is a reply to message #631586] |
Fri, 16 January 2015 08:46 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/6f539f43889b4b3e3fcb6c591073de8f?s=64&d=mm&r=g) |
CraigB
Messages: 386 Registered: August 2014 Location: Utah, USA
|
Senior Member |
|
|
irfankundi786@yahoo.com wrote on Thu, 15 January 2015 09:21yes CraigB. all thing u mentioned is correct but one thing that i am doing for not the production but only for the testing the client_ole2 of webutil to open the word file at the client.
Now please clear that can i do this for the testing purpose using oc4j or not?
This doesn't make sense to me. So, I'm going to break down your statement and try to address each part.
Quote:all thing u mentioned is correct...
So, you are attempting to access your Form running in the OC4J container on one computer workstation from a different computer workstation. Is this correct? If yes, you CAN'T do this. The OC4J container is not a full application server. It is just enough to allow you to run a form from the Forms Builder - no more.
Quote:but one thing that i am doing for not the production but only for the testing the client_ole2 of webutil to open the word file at the client.
Why can't you test WebUtil on the workstation you are developing your Form on? It will work the same (for all intents and purposes) as if your form was running on the application server.
Quote:Now please clear that can i do this for the testing purpose using oc4j or not?
This answer is both yes and no.
Yes, you can test your Form using OC4J, but only if you are running the form from the Forms Builder (eg: Click on the Run Form icon in the toolbar or Click the Program Menu and Select "Run Form")
No, you can't use OC4J to run a form on one Client workstation from another Client workstation. For this test, you have to run your form from an Application Server. Don't you have a "Testing" application server environment where you can run and test your forms before they go into your production environment?
Craig...
|
|
|
|
|
Re: java version Issue to run Oracle Application from Browser [message #631682 is a reply to message #631661] |
Sat, 17 January 2015 01:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
irfankundi786@yahoo.com
Messages: 269 Registered: February 2009 Location: pakistan
|
Senior Member |
|
|
let me explain joy....
i have make the form builder as app server and which is installed on vmware win xp and host is win 7...now on exp the java 1.6.43 is installed and worked but i want to acccess the application from win 7 which give the outdated java error...now i want to install the java version correct on for the win 7 to access the application run form win 7.....
are you gotted my problem...please let me know if any expailantion needed..
|
|
|