JDeveloper Designer

JDeveloper Team,
Instead of creating my screens via the wizard or the form designer, I manually coded them. The only way I am able to view them properly is during runtime. When I click on the "design" tab the form loads blank. The objects are listed on the panels on the left but the screen design is blank. When creating forms by manually coding them as opposed to using a wizard or dropping visual objects on the form in design mode, is there any way for me view the design and layout of the form without having to run the application? Thanks.

In order for the JDeveloper UI Designer to recognize and display code done by hand, that code must follow the JDeveloper design patterns. Specifically;
1) All UI that you want to appear within the JDeveloper UI Designer (e.g. UI initialization such as property sets, adding of children, etc.) must be within a method of type void taking no arguments and named jbInit - e.g. private void jbInit().
2) All UI components (e.g. JButton etc.) and LayoutManager instances used by those components must either be declared at the class level (i.e. members of the class) or as local variables within the jbInit() method. JDeveloper works best when the components and layouts are declared as class members as opposed to local variables.
3) Note that the UI Designer is restricted to using introspection and target invokation without benefit of runtime state information. Based on the parsing of the declarations of the members and simple property setting method calls made on those members, we are able to instantiate live instances and invoke property set methods on them (e.g. the declaration JButton jButton1; tells us that a n object named jButton1 of type JButton exists and thus we may instantiate an instance of JButton for use in the UI Designer. Likewise, parsing the statement jButton1.setBackground(...); allows us to recognize and invoke the setBackground method on our live jButton1 instance after we have worked some magic to determine the live value to be setting).
However, any UI taking place within the body of a conditional will not be performed since the outcome of the condition can not consistently be determined without executing the code live. Likewise setting a property to a value determined by any non static methodcall involving anything other than one of the member components can not be relied upon [e.g. jButton1.setBackground(someMethod());] since there is no running context in which that method call may be executed. The only 'runtime' context available to the UI Designer is the live objects instantiated based upon the object declarations discovered.

Similar Messages

  • JDeveloper design-time exception (java.lang.IllegalArgumentException)

    Using JDev 11.1.1.3; to speed up the chart renders in pages, we've switched the chart from dynamic-size to fixed-size which brings the chart in 1 - 2 seconds quicker which is good, but in order to continue supporting expand/reduce functionality (requested by user via af:commandImageLink press) the width on the chart is set via EL or managed-bean. Either way, now when we load up the page in JDeveloper we get ...
    13/09/2010 4:27:19 PM oracle.adfinternal.view.faces.bi.renderkit.imageView.ImageViewRenderer
    WARNING: Exception in parsing the inlineStyle.
    java.lang.IllegalArgumentException: Invalid length: #{viewScope.AdminActivity.trend1Width}
         at oracle.adfinternal.view.faces.bi.util.CSSStyleUtils.parseLength(CSSStyleUtils.java:645)
    ... appearing in the Messages - Log view for each chart when switching the editor to Design mode.
    Is there some way to turn this off, or is it considered a bug to be fixed, or should we (despite the fact the run-time works) consider this bad design. (NB: client rates performance highly and the improvement delivered here important).
    Thanks,

    Hi,
    exception:java.lang.IllegalArgumentException.1 .This means that u passed an illegal or inappropriate argument to some method.
    page first loads then the error appears, if I go to
    next page and come back to the initial page, then the
    applet works!2. This means that the value of the argument u are passing changes between init,start,stop of the Applets methods.
    3.So u should be checking the values of the arg are passing .
    Hope it helps
    Cheers!

  • JDeveloper Design tab stopped working

    Hello,
    Once upon a time
    Without an obvious reason
    My JDeveloper 11R2 design tab stopped working. It's just showing me page blocks instead: http://img827.imageshack.us/img827/5954/designbroken.png
    Preview tab is also broken: http://img688.imageshack.us/img688/7563/designbroken2.png
    It is just a JSF facelets page, nothing unusual. And it is not only this page, but all of them, so it is IDE trouble, not my code.
    Tried to restart. Tried to reboot. Nothing.
    On runtime everything's fine.
    I really wouldn't like to reinstall JDeveloper and resotre all the IDE and IntegratedWebLogic configutration back again.
    Is there any hope for solvation?
    Thanks.
    Studio Edition Version 11.1.2.1.0
    Build JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081
    Windows 7 x64

    Hello Shay,
    Yes, it also happens for a new application. Here's what I see for a blank page in a new app:These ADF Library jar items are now in ViewController.jpr
       file:/D:/JDeveloper-11.1.2.1/jdeveloper/adfv/jlib/oracle-page-templates.jar
    WARNING: Unable to initialize <servlet> Faces Servlet. Check project libraries configuration.
    java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:804)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:306)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:166)

  • JDeveloper Design View

    Hi
    When in design view I can add simple components like buttons, input text, etc. The displays as I would expect (visual button, input text, etc).
    If I try to add a slightly complex component such as a multi-select checkbox the whole of the design view changes from a WYSIWYG view to a view there the components are all in grey boxes.
    When this happens i am presented with the following error in the message log:
    Performing action Preview in Browser...[ from oracle.jdevimpl.webapp.editor.jsp.JspEditor ]
    Invoking command: Insert Multi-Select Checkbox
    javax.enterprise.resource.webcontainer.jsf.lifecycle:29-Jul-2013 15:22:36 com.sun.faces.lifecycle.Phase doPhase
    SEVERE: JSF1054: (Phase ID: RENDER_RESPONSE 6, View ID: /untitled1.jsp) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@2afb925b]
    This is done from a fresh project. If i uninstall JDeveloper and reinstall it the same thing happens when i create a new project. I have also tried deleting my JDeveloper App Data though this did not work.
    Has anyone experienced something similar before/know how to rectify this issue?
    Any help is much appreciated.
    Thanks.
    Graeme.

    I am using 11.1.1.6. I would expect this functionality to work so I think it is a local problem. It is the Multi-Select Checkbox xomponent that I am using. It may be a tag library that I am missing though I am still unable to resolve the issue.

  • Jdeveloper BPEL designer. not running

    Hi,
    Again i installed patch 1,2 &3 but when double clicking on the Jdeveloper designer it just close i'm not able to run it.
    Any solutino to fix this ??
    PS: thsi happend right after i logged in to the BPEL console using the Default password! before i was able to run the Jdeveloper BPEL designer.
    Thanks,
    Rana

    I suppose you are using 10.1.2.0.2, and downloaded from metalink specific patches for this release? Or are installing the patches from otn?
    ANyway: open normal dos-prompt, "cd" to correct directory and start obpatch from the unzipped patch file

  • Jdeveloper's design view is bugged.

    Hello my Jdeveloper design's view is bugged for long time and looks like that:
    http://uploadpic.org/storage/2011/thumb_8iNIQMDt9kYl8kVIaR07nlt.png
    any ideas how to fix it? Studio Edition Version 11.1.2.1.0
    Edited by: 897833 on Mar 13, 2012 7:46 AM

    See if the tip in this blog helps http://rcastrosp.blogspot.com/2011/09/jdeveloper-1112-fails-to-render-web.html
    Timo

  • JDeveloper BPEL Designer with other BPEL Servers

    Can the BPEL XML emitted from JDeveloper designed be successfully executed by servers other than Oracle BPEL Process Manager?

    Yes and no. The BPEL process itself is based on the BPEL standard and can be used on any other server. But the BPEL process is packed into a SuiteCase, jar file. This file contains other files like bpel.xml, these is vendor specific. So you can not run a BPEL process designed in JDev into another non Oracle BPEL server, without any changes.

  • Setting Dialog, Tree Node and Menu Font in JDeveloper 11.1.1.4/11.1.1.5

    Hi,
    I'm near sighted and thus dependent on being able to choose larger fonts. For the code editor, this poses no problem. For the widgets in the views surrounding the editor (containing tree nodes) and dialogs (with the Preferences dialog being one example), the font is very small at high screen resolutions (I don't want to resort to a lower resolution since I would like the fonts to appear as detailed as possible).
    Is there any way to override the menu, tree node, and dialog font via command line switches and/or property/config files during JDeveloper startup in a platform independent way?
    If it can't be done platform independently, what are the necessary steps on Linux (probably for the GTK lib) and Windows?
    Thanks in advance!
    Kind regards,
    Holger

    I previously developed under full screen option and my PC resolution was 1600x1200. But when the application was ran on other screens it was displaying with some page contents being cut out. It was due to other machines running on lower resoultion. I will need now redesign the pages to run on user defined lower resolution of 1280x1024. How do I setup Jdeveloper design tab to show for 1280x1024.
    Thanks
    Edited by: user5108636 on Feb 14, 2011 5:23 PM

  • Setting 1280x1024 Screen size in Jdeveloper 11.1.1.4 for development

    Hi All,
    I am using JDeveloper 11.1.1.4 to develop an ADF application. I want to develop UI screens for lowest screen resolution as (1280x1024). But in the JDeveloper IDE in the resolution dropdown, I can only see the following
    Full screen
    400x600
    600x800
    800x1200
    1024x768
    1280x720
    1600x1200
    1680x1050
    Problem is most of the end-user (customers) screens have maximum resolution of 1280x1024. My development PC resolution is 1600x1200. Can I can use the full screen option in JDeveloper after setting my screen resolution to 1280x1024? Will it suffice or is there a way to set JDeveloper for 1280x1024 resolution in the IDE for development purpose.
    Thanks
    Edited by: user5108636 on Feb 13, 2011 10:11 PM

    I previously developed under full screen option and my PC resolution was 1600x1200. But when the application was ran on other screens it was displaying with some page contents being cut out. It was due to other machines running on lower resoultion. I will need now redesign the pages to run on user defined lower resolution of 1280x1024. How do I setup Jdeveloper design tab to show for 1280x1024.
    Thanks
    Edited by: user5108636 on Feb 14, 2011 5:23 PM

  • BUG: Extending JDialog error in design view

    I extended JDialog to create a custom Dialog, then when I extend the CustomDialog to create a Dialog in Jdeveloper Design mode it actualy creates the popup dialog instead of the design mode for it (ie it actually renders the final popup as a seperate popup, which would be a really cool feature because you can actually use the popup to test it, but it means you can't edit it with the gui designer)
    OS - Suse 9.3
    Oracle IDE - 10.1.3.3412
    Java Platform - 1.5.0_06
    Here is some sample code:
    package org.cms.custom.swing;
    import javax.swing.JDialog;
    public class CustomDialog extends JDialog
    public CustomDialog()
    package org.cms.screen;
    import org.cms.custom.swing.CustomDialog;
    public class TestDialog extends CustomDialog
    public TestDialog()
    So you go to design mode for TestDialog and it pops up the dialog.........(you may need to build first).....

    The above code does reproduce the error. I reduced it to that code to make sure that it wasn't any of my code doing it and when I made the 2 classes above and go to design mode for the second one it pops up the dialog. You can cut and paste the code as is. The implementation is irrelevant, its Inheritance of a class that extends JDialog that is causing the problem.
    You need to compile the classes, close them, then reopen the second one in design view for the popup to happen.
    Regards
    mark
    Message was edited by:
    user481304

  • JDeveloper-Is it suitable for enterprise-level systems?

    I develop 'traditional' Oracle forms/reports applications in
    client-server systems and I am considering using Java for future
    application development. Such applications are usually
    keyboard-intensive, having screens capable of rapid data entry as
    well as providing MIS reporting functions via crystal reports
    /oracle reports/SqlPLus. My questions are:
    o Is JDeveloper designed to build such applications (e.g. having
    menus, hot keys, menu shortcuts, function key re-definition & the
    ability to 'tab' a user thru fields)?
    o Does JDeveloper have any in-built reporting tools and if not,
    which reporting product do you recommend for use alongside a Java
    application built using JDeveloper?
    o Are there any reference sites having any major multi-user
    applications built using JDeveloper?
    o I've had my fingers burnt trying to develop using Power
    Objects - I'd rather not make that mistake again
    Is anyone else in the developer community doing this stuff - I'd
    love to hear your views ... Thanks in advance for any info you
    can provide ...
    chris
    null

    Hi Keith,
    the Remote Support Component is currently only working for Enterprise installations. We already got another request for Edge support, but it is not yet decided about it.
    Best Regards,
    Christian

  • JSF Components do not render correctly in desinger

    When I add components in the JDeveloper designer I see only plain text
    and not the graphics representation of the controls. Same thing when
    I run the application in the web browser

    I found it. The problem was that I installed JDeveloper in Program Files.
    I suppose it does not support spaces in folder names, although there
    is no warning for that during installation
    Edited by: aoikonom on Aug 25, 2010 3:37 AM

  • JSF Page - Three Column Layout

    Hi all,
    I'm trying to create a JSF page with Oracle Three Column Layout but am only one column in the visual design view. Moreover, in the visual design view, i cannot see the normal Oracle logo on the left corner.
    Heres he steps i used:
    1. Right click ViewController and select New.
    2. Under Web Tier i click JSF and selected JSF Page then click OK
    3. In the Create JSF Page dialog, i renamed the page and in Page Template drop down i select Oracle Three Column Layout and checked Create as XML Document then click OK
    I'm new in JDeveloper and if theres any steps i'm missing then please let me know.
    Thanks in advance
    Stoneiidol

    Hi,
    Mostly a Jdeveloper design view problem. Did you try closing and reopening the page? Or restarting JDeveloper?
    The code Generated in my Jdev is:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx"
    id="pt1">
    <f:facet name="center"/>
    <f:facet name="header"/>
    <f:facet name="end"/>
    <f:facet name="start"/>
    <f:facet name="branding"/>
    <f:facet name="copyright"/>
    <f:facet name="status"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    What Amit said is alos true.
    Regards,
    Venkat

  • Exception setting SOAP address to $CHANGE-WHEN-DEPLOY$:

    Am trying to call the Credit Rating Service using the 10.1.2 version of BPEL engine using the JDeveloper Designer. Have no problems calling the Credit Rating Service through the console tester but when my BPEL process called SynchBPELProcess2 calls the credit rating service I get the following error:
    Your test request generated the following exception/fault:
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=exception setting SOAP address to $CHANGE-WHEN-DEPLOY$: no protocol: $CHANGE-WHEN-DEPLOY$; nested exception is:
         java.net.MalformedURLException: no protocol: $CHANGE-WHEN-DEPLOY$}}
    Is there some additional configuration that needs to be done to get around this or am I missing a step somewhere. Ran into this while going step by step with the Order booking tutorial and so decided to try with a separate project.
    BPEL File Attached below:
    <!--
    // Oracle JDeveloper BPEL Designer
    // Created: Tue Apr 12 18:57:43 GMT+05:30 2005
    // Author: 121401
    // Purpose: Synchronous BPEL Process
    -->
    <process name="SynchBPELProcess2" targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20" xmlns:ns1="http://services.otn.com" xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"><!-- ================================================================= --><!-- PARTNERLINKS --><!-- List of services participating in this BPEL process --><!-- ================================================================= -->
    <partnerLinks><!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:SynchBPELProcess2" myRole="SynchBPELProcess2Provider"/>
    <partnerLink name="CreditRatingService" partnerLinkType="ns1:CreditRatingService" partnerRole="CreditRatingServiceProvider"/>
    </partnerLinks><!-- ================================================================= --><!-- VARIABLES --><!-- List of messages and XML documents used within this BPEL process --><!-- ================================================================= -->
    <variables><!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable" messageType="client:SynchBPELProcess2RequestMessage"/><!--
    Reference to the message that will be returned to the requester
    -->
    <variable name="outputVariable" messageType="client:SynchBPELProcess2ResponseMessage"/>
    <variable name="invokeCR_process_InputVariable" messageType="ns1:CreditRatingServiceRequestMessage"/>
    <variable name="invokeCR_process_OutputVariable" messageType="ns1:CreditRatingServiceResponseMessage"/>
    </variables><!-- ================================================================= --><!-- ORCHESTRATION LOGIC --><!-- Set of activities coordinating the flow of messages across the --><!-- services integrated within this business process --><!-- ================================================================= -->
    <sequence name="main"><!-- Receive input from requestor.
    Note: This maps to operation defined in SynchBPELProcess2.wsdl
    -->
    <receive name="receiveInput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="inputVariable" createInstance="yes"/><!-- Generate reply to synchronous request -->
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload" query="/client:SynchBPELProcess2ProcessRequest/client:input"/>
    <to variable="invokeCR_process_InputVariable" part="payload" query="/ns1:ssn"/>
    </copy>
    </assign>
    <invoke name="invokeCR" partnerLink="CreditRatingService" portType="ns1:CreditRatingService" operation="process" inputVariable="invokeCR_process_InputVariable" outputVariable="invokeCR_process_OutputVariable"/>
    <reply name="replyOutput" partnerLink="client" portType="client:SynchBPELProcess2" operation="process" variable="outputVariable"/>
    <assign name="Assign_2">
    <copy>
    <from variable="invokeCR_process_OutputVariable" part="payload" query="/ns1:rating"/>
    <to variable="outputVariable" part="payload" query="/client:SynchBPELProcess2ProcessResponse/client:result"/>
    </copy>
    </assign>
    </sequence>
    </process>
    WSDL Attached below :
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions name="SynchBPELProcess2"
    targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:client="http://xmlns.oracle.com/SynchBPELProcess2"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         TYPE DEFINITION - List of services participating in this BPEL process
         The default output of the BPEL designer uses strings as input and
         output to the BPEL Process. But you can define or import any XML
         Schema type and us them as part of the message types.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <types>
              <schema attributeFormDefault="qualified"
                   elementFormDefault="qualified"
                   targetNamespace="http://xmlns.oracle.com/SynchBPELProcess2"
                   xmlns="http://www.w3.org/2001/XMLSchema">
                   <element name="SynchBPELProcess2ProcessRequest">
                        <complexType>
                             <sequence>
                                  <element name="input" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
                   <element name="SynchBPELProcess2ProcessResponse">
                        <complexType>
                             <sequence>
                                  <element name="result" type="string"/>
                             </sequence>
                        </complexType>
                   </element>
              </schema>
         </types>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         MESSAGE TYPE DEFINITION - Definition of the message types used as
         part of the port type defintions
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <message name="SynchBPELProcess2RequestMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessRequest"/>
         </message>
         <message name="SynchBPELProcess2ResponseMessage">
              <part name="payload" element="client:SynchBPELProcess2ProcessResponse"/>
         </message>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PORT TYPE DEFINITION - A port type groups a set of operations into
         a logical service unit.
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <!-- portType implemented by the SynchBPELProcess2 BPEL process -->
         <portType name="SynchBPELProcess2">
              <operation name="process">
                   <input message="client:SynchBPELProcess2RequestMessage" />
                   <output message="client:SynchBPELProcess2ResponseMessage"/>
              </operation>
         </portType>
         <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PARTNER LINK TYPE DEFINITION
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <plnk:partnerLinkType name="SynchBPELProcess2">
              <plnk:role name="SynchBPELProcess2Provider">
                   <plnk:portType name="client:SynchBPELProcess2"/>
              </plnk:role>
         </plnk:partnerLinkType>
    </definitions>

    Lasts monday I downloaded a version (10.1.2 release, not preview/beta 3) which has the same filename and file size of the 10.1.2 GA release which is available right now.
    I don't think the problem is in the PM, because i can run bpelc/obant to build my processes. however when i build them with the Eclipse plugin, it won't change the location of the wsdl (keep saying $CHANGE_WHEN_DEPLOY$).

  • File name, directory name, or volume label syntax is incorrect........

    hello,everybody!
    I have used Jdeveloper designing mobile application(ADF/BC4J Aplication),make and run ok!!! but when i package the application from packaging wizard,running the *.jsp file througth packaging wizard the following error appears....I just touched Jdeveloper and oracle lite database, can anybody heip me?
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    Created Directory _pages : false
    以下是 jspc 自变量: -appRoot D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\ -d D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    -packageName webapp2 -srcdir D:\OracleHome\Mobile\Sdk\wtgsdk\root\webapp2\_pages -verbose -addclasspath
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\classes;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\standard.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\adf-
    controller.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4jhtml.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4juixtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    beanutils.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    collections.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    digester.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    fileupload.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    lang.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    logging.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    validator.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\datatags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2
    \WEB-INF\lib\graphtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jakarta-
    oro.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jaxen-full.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB
    -INF\lib\jsp-el-api.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\jstl.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\oracle-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\saxpath.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\struts.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\xalan.jar
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    正在转换文件: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    CustomerOrders.jsp 中存在语法分析错误:
    oracle.jsp.parse.JspParseException: 行号 1, <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    错误: java.io.FileNotFoundException: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\http:\java.sun.com\jstl\core (文件名、目录名或卷标语法不正确。(File name, directory name, or volume label syntax is incorrect))
    =====================================================================
    JSP 文件编译失败, 请更正问题然后继续。

    Hi Frank,thank you!
    My deployment has been obviously the JSTL tag libraries,but question yet....What other possible?
    My .jar are store in WEB/LIB directory

Maybe you are looking for

  • Query user device affinity by user.

    I am trying to set up a custom task in Service Manager to start a Remote Control session to a users primary computer. However, SCSM doesn't appear to import any of that data with it's CM connector. So I was looking into creating a query to the CM dat

  • Best Resolution Mac Mini - Plasma Hookup?

    Hi there. I have a 42" LG 42PX3DCV Plasma Television, which is ED, rather than HD. Right now, when I hook a computer up to it, I use my Macbook Pro, a DVI->HDMI cable, and a MiniToslink->Toslink cable. It looks great! I now have a Mac Mini Core Duo a

  • Wanted: document text headers in All Caps, but in TOC Sentence Case. How?!

    We have headers in our document that need to be appear within the document body as all caps. When referencing them in the TOC using a different paragraphs style created specifically for the TOC, we need it to appear Sentence Case. Is there a way to d

  • Member are not seen in Metaoutline dimensions

    Hi All, We are using SQLServer 2005 as a backend, trying to build the cube using EIS 9.3.1. My question is in Metaoutline, i am unable to see sample outline of a dimension, this you will get it right click dimension and view sample then supposed to s

  • Help me reduce 4.4GB of other data

    How do i remove the "other" storage on my phone without removing important data, such as Contacts and Photos?