Wwjps.jar & wwjpstag.jar

I'm trying to build a JSP Portal Page, following the documentation "Oracle HTTP Server Integrating JavaServer Pages with Oracle9iAS Portal"
I cannot find the wwjpstag.jar or wwjps.jar in the JPDK. Can someone email it to me and any other files (like a .tld) required for using these taglibs?
Thanks,
Laith E.H.

Mikael,
Could you please confirm the following:
1. Does the same .jsp file runs under OC4J_Portal ?
2. Did you copy only wwjps.jar & wwjpstag.jar from OC4J_Portal/applications/portal/portal/WEB-INF/lib ?
3. If that's the case you'll need ptlshare.jar as well.
4. Are you sure that JAZN/mod_osso properly configured for your own application? Did you run any tests to confirm that?
Thanks,
Dmitry

Similar Messages

  • Error while using FJTable.jar & SwingButton.jar files in a same form

    Hi Experts,
    I am using forms 10.1.2 with Java Plug-in 1.6.0_02
    I have downloaded FJTable.jar & SwingButton.jar files from http://forms.pjc.bean.over-blog.com site. When I am using both files in one form, it shows error :
    java.lang.SecurityException: class "oracle.forms.fd.SwingButton"'s signer information does not match signer information of other classes in the same package”
    If anybody has any idea about this please help me
    Thanks
    Kalpesh

    Hello,
    You cannot run one form that contains more than one Beans that have not the same signature.
    Sign both the JAR files and everything is going to be OK ;D
    Francois

  • Adding a jar to the classpath of an executable jar (mixing -jar and -cp)

    Hello,
    frankly I hesitated over posting this to "New to Java"; my apologies (but also, eternal gratefulness) if there is an ultra-simple answer I have overlooked...
    I integrate a black-box app (I'm not supposed to have the source) that comes packaged as an executable jar (with a Manifest.MF that specifies the main class and a bunch of dependent jars), along with a few dependent jars and a startup script. Long story short, the application code supports adding jars in the classpath, but I can't find a painless way to add a jar in its "classpath".
    The app's "vendor" (another department of my customer company) has a slow turnaround on support requests, so while waiting for their suggestion as to how exactly to integrate custom jars, I'm trying to find a solution at the pure Java level.
    The startup script features a "just run the jar" launch line:
    java -jar startup.jarI tried tweaking this line to add a custom jar in the classpath
    java -cp mycustomclasses.jar -jar startup.jarBut that didn't seem to work ( NoClassDefFound at the point where the extension class is supposed to be loaded).
    I tried various combination of order, -cp/-classpath, using the CLASSPATH environment variable,... and eventually gave up and devised a manual launch line, which obviously worked:
    java -cp startup.jar;dependency1.jar;dependency2.jar;mycustomclasses.jar fully.qualified.name.of.StartupClassI resent this approach though, which not only makes me have to know the main class of the app, but also forces me to specify all the dependencies explicitly (the whole content of the Manifest's class-path entry).
    I'm surprised there isn't another approach: really, can't I mix -jar and -cp options?
    - [url http://download.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html]This document (apparently a bible on the CLASSPATH), pointed out by a repited forum member recently, does not document the -jar option.
    - the [url http://download.oracle.com/javase/tutorial/deployment/jar/run.html]Java tutorial describes how to use the -jar option, but does not mention how it could play along with -cp
    Thanks in advance, and best regards,
    J.
    Edited by: jduprez on Dec 7, 2010 11:35 PM
    Ahem, the "Java application launcher" page bundled with the JDK doc (http://download.oracle.com/javase/6/docs/technotes/tools/windows/java.html) specifies that +When you use [the -jar] option, the JAR file is the source of all user classes, and other user class path settings are ignored+
    So this behavior is deliberate indeed... my chances diminish to find a way around other than specifying the full classpath and main class...

    I would have thought that the main-class attribute of the JAR you name in the -jar option is the one that is executed.Then I still have the burden of copying that from the initial startup.jar's manifest. Slightly less annoying than copying the whole Class-path entry, but it's an impediment to integrating it as a "black-box".
    The 'cascading' behavior is implicit in the specification
    I know at least one regular in addition to me that would issue some irony about putting those terms together :o)
    Anyway, thank you for confirming the original issue, and merci beaucoup for your handy "wrapper" trick.
    I'll revisit the post markers once I've actually tried it.
    Best regards,
    Jérôme

  • Error while running (java -jar orion.jar -install)  Need yr help ?

    Hi,
    I have
    Win 2000 Professional
    Oracle 9i release 1and have the Pre-Requisites of MapViewer as follows.
    OC4J_extended (Pre-Requisite for MapViewer)
    XML Parser (Built-in OC4J)
    Oracle 9iI don't know whether I have Oracle Client or not which is also pre-requisite for MapViewer ? I think it is built-in with any of the above... most probably with Oracle 9i !!!
    I have JDK1.3 as wellI have Oracle9iAS release 1.0.2.2.2a, but I don't want to use it, as I have OC4J standalone...
    I want to have the configuration, for using Oracle Spatial/MapViewer.... How can I do that ? I need steps/procedure...
    I am having problems in configuring OC4J which I have downloaded. I have unzipped OC4J_Extended in Oracle 9i Database home directory (not in Oracle 9iAS home directory... because I dont have installed iAS)
    Its installation guide asks for installation through the following command
    java -jar orion.jar -installbut after unzip, I don't get any file named "orion.jar"
    What should I do ? Where am wrong ? Should I have to use 9iAS for using MapViewer in any case, if so which version ? I need the heirarchy of steps ?
    I m really stucked !!!
    Any help would be highly appreciated.
    Thanx
    Zaaf.

    Hi,
    If you are just using OC4J, you should only need to do:
    java -jar oc4j.jar -install
    Also note that you should not install oc4j in the oracle_home
    directory. If/when you upgrade oracle to apply patches, etc
    it will overwrite/cause problems with your oc4j install if you
    put it in the oracle_home directory. Put it in any other directory.
    The only part of Oracle9iAS needed to run mapviewer is oc4j.
    After that is installed, then follow the instructions in the MapViewer
    User's Guide (available on OTN).

  • Getting error while running command java -jar oc4j.jar -install

    java -jar oc4j.jar -install
    ON RUNNING The above command getting below error , is it because Java home is not set?
    Warning: -jar not understood. Ignoring.
    Exception in thread "main" java.lang.NoClassDefFoundError: oc4j.jar
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/oracle/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/java.version=1.4.2)
    at __libc_start_main (/lib/tls/libc-2.3.4.so)
    at JvRegisterClasses (/oracle/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/java.version=1.4.2)
    navisdb.igglobal.com(express)$ javac
    ksh: javac: not found
    ENVIORNMENT DETAIL : RED HAT LINUX ENTERPRISE EDITION
    Extracted OC4J_extended.zip file at oracle 10g installation location.

    does this command work?
    /home/oracle:MCSE>gij --showversion
    gij (GNU libgcj) version 3.4.6 20060404 (Red Hat 3.4.6-11)

  • Java -jar application.jar not finding file?

    I have an application program that contains the
    following two lines of code:
    FileInputStream sf = new FileInputStream "CustomWorld.ini");
    settings.load(sf);
    and when I run it as:
    java application
    it runs fine but if I run it as:
    java -jar -classpath .;application.jar application.jar
    it can't find the "CustomWorld.ini" file. Why is that
    and how can I fix it?
    Many thanks for your help.
    PS: to create the jar file I used:
    jar -cvfm application.jar application.mf application.class CustomWorld.ini

    Once your CustomWorld.ini file is in the jar, you can no longer access it directly with a FileReader. JDK 1.1 included resource locators to java.lang.Class...
    URL url = application.class.getResource("/CustomWorld.ini");
    if (url != null) { // resource was found
       InputStream in = url.openStream();
       settings.load(in);
    } else {
       // fail gracefully or use defaults
    }Note that the CustomWorld.ini file will need to be in the classpath or the root folder of the jar file for this to work.
    Regards,
    -Troy

  • Java -jar OrgFormatter.jar

    Hi All,
    I'm very new to Java. I'm trying to run this jar file and getting following error.
    java -jar OrgFormatter.jar VarshaTest060404.txt varshatest
    Failed to load Main-Class manifest attribute from OrgFormatter.jar
    OrgFormatter file takes two arguments <input file> and <output file>
    Please help me here.
    Thanks much
    Var

    if it doesn't work( the think is about the creating manifest file) you should study on the manifest files. I am wathching this topic

  • Java -jar -myApp.jar works but ....

    Hi there,
    I have a problem : using ant, I have exported my application into an executable jar file.
    When in the console, I type "java -jar myApp.jar" . Everything works well.
    But if, I do double click on the jar file, nothing happens. In fact, I can see a new Instance of javaw.exe in the "task manager" but nothing happens.
    It's kind of weird ...
    Has anybody an idea about that ??
    thanks in advance
    sylvain_2020

    I am having a similar problem.
    java -jar foo.jar works great, but double clicking seems to hang the app at a certain point.
    Unable to figure out what's going on, I've been putting some "JOptionPane.showMessageDialog()" calls to see how far it's getting. It appears to be hanging up when it tries to instantiate one of my classes that extends JPanel. I have a dialog appear right before calling the constructor (and I see that one), but I don't see the dialog that's in the constructor as the first executed line (so that it must hang up somewhere before that). I've also removed all constructors from the attribute declarations. That made me think it had something to do with the constructor of JPanel, over which I have no control.
    However, I can instantiate JPanel no problem.
    What the heck is going on???

  • Java -jar Test.jar  option is not identifing the CLASSPATH on UNIX BOX

    Hi All,
    java -jar Test.jar
    I am trying to execute Test.jar file using -jar option. I am able to excute the Test.jar file but it is not identifing the CLASSPATH set for other JAR files which is used in part of Test.jar. Saying java.lang.NoClassDefFoundError: for the class which are set in CLASSPATH.
    The same is able to identify the CLASSPATH if i excute the Test.class file directly with out -jar option like
    java Test. In this case everything is working fine.
    Can any one tell me why it is not identifying the classpath if i use or execute with java -jar Test.jar option.
    Thanks,
    sha

    When you use the -jar option, the only classpath that is used is the Class-Path in the manifest file of the jar. If there is no Class-Path, then only the jar is searched for classes. If there is a Class-Path, the paths must be relative to the jar file.

  • Invoking jar through jar

    hi all,
    I have exported the "frames.java" file into a jar file called "frames.jar". I have also exported "invokejar.java" file into a jar file called "invokejars.jar".
    On doubleclicking invokejars.jar file, its not invoking frames.jar file. But when i execute invokejars.jar file through command prompt it works fine. Please help me to solve this problem.
    frames.java
    import java.awt.*;
    import javax.swing.*;
    public class frames extends JFrame
         public frames()
              super("Frames");
              setLayout(null);
              setSize(500,500);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              setVisible(true);
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              frames fr=new frames();
    invokejar.java
    import java.io.*;
    public class invokejars
    public static void main(String arg[])
    try
    Runtime rt = Runtime.getRuntime();
    Process proc = rt.exec("cmd.exe /C java -jar frames.jar");
    catch(Exception er)
                   System.out.println("Exception is :"+er);
    Thanks in advance
    Regards

    Is any part of the code firing? If not, double check your classpath. CLASSPATH should be set in the env file (default.env) and not the system environment. What you posted seems like it is missing some entries. Here is an example of the default CLASSPATH setting from an 11.1.1.4 installation.
    CLASSPATH=C:\Oracle\Middleware\as_1\forms\j2ee\frmsrv.jar;C:\Oracle\Middleware\as_1\jlib\ldapjclnt11.jar;C:\Oracle\Middleware\as_1\jlib\debugger.jar;C:\Oracle\Middleware\as_1\jlib\ewt3.jar;C:\Oracle\Middleware\as_1\jlib\share.jar;C:\Oracle\Middleware\as_1\jlib\utj.jar;C:\Oracle\Middleware\as_1\jlib\zrclient.jar;C:\Oracle\Middleware\as_1\reports\jlib\rwrun.jar;C:\Oracle\Middleware\as_1\forms\java\frmwebutil.jar;C:\Oracle\Middleware\as_1/jlib/start_dejvm.jar;C:\Oracle\Middleware\as_1\opmn\lib\optic.jarDepending on your environment, it may be necessary to also add the importer to the classpath: C:\Oracle\Middleware\as_1\jlib\importer.jar
    Given all that, why are you using a remote web service for a calculator rather than something like a java bean which will run locally? There is an example in the Forms demo set and likely many others on the web.
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    There is a calculator bean on a web site we often recommend, but be aware they appear to be having some site problems, so it may not be accessible.
    http://forms.pjc.bean.over-blog.com/article-35505095.html

  • Java -jar NewOW.jar

    Hello!
    I get an error when trying to run my apps jar ...
    Directory of F:\Documents and Settings\Richard\NewOW\dist
    01/17/2006  07:38 PM    <DIR>          .
    01/17/2006  07:38 PM    <DIR>          ..
    01/17/2006  07:38 PM           595,646 NewOW.jar
                   1 File(s)        595,646 bytes
                   2 Dir(s)  46,755,405,824 bytes free
    F:\Documents and Settings\Richard\NewOW\dist>java -jar NewOW.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: org/jdesktop/layout/G
    roupLayout$Group
    F:\Documents and Settings\Richard\NewOW\dist>I dont know what I need to check from this error
    runs fine in the IDE
    Thanks!

    Just as reported, Java can't find
    org/jdesktop/layout/GroupLayout$Group because
    you aren't providing it. You must place a copy in
    your NewOW.jar and create a Class-Path: entry in the
    manifest file.
    If your're going to use NetBeans, you really need a
    good understanding of classpath and jars, and what
    the IDE will do, and what you have to do.
    If you replace your NB beta version with the RC1
    version, it will do more for you.Running RC1 now ..... and jar run just great without me changing anything!

  • Frmall.jar, jacob.jar,... determine certificate with which they were signed

    hi,
    oracle forms provides signed jar-files (frmall.jar, jacob.jar,...).
    is there a way to determine the certificate with which the particular jar-file was signed?
    regards,
    matthias

    hi
    you will find a batch file inside in the webutil folder.
    mkcrt something like this.
    u can make certificate by using that batch file in command prompt.
    sarah

  • Java -jar oc4j.jar -properties

    hi,
    I run following this one. i got a error please rectify that
    java -jar oc4j.jar -properties
    *09/05/13 16:11:11 Invalid jsp taglib location: C:\Documents and Settings\nvinodh*
    *\Desktop\oc4j\j2ee\home\%s_javapOracleHome%\j2ee\home\jsp\lib\taglib does not ex*
    ist or is not a directory
    09/05/13 16:11:11 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    thanks
    with regards

    Greetings,
    From the error listed it appears that you have a path that is specific to your development machine which does not exist on your server. It is good practice to avoid placing jars and libraries that your application is dependent upon in directory structures which only exist on your development machine. So if you have oc4j on your dev box, put the taglib in a path relative to an ORACLE_HOME environment variable and deploy taglibs to same on the server.
    -Michael

  • Jar running jar

    I am running java application in windows xp and want to execute from this application another jar file.
    How can I do it ?
    Regards Amnon

    Maybe you could do this:
    Runtime r = Runtime.getRuntime()
    Process p = r.exec("javaw -jar assKickinApp.jar");
    ...:: byElwiZ ::...

  • JDBC - msbase.jar\Msutil.jar\Mssqlserver.jar

    Hi
    i get the error :
    java.lang.ClassNotFoundException: /microsoft/jdbc/sqlserver/SQLServerDriver
    because i dont have the msbase.jar\Msutil.jar\Mssqlserver.jar files. can someone please tell me where i can get these files. i need to add them to the classpath but i dont have them.
    Cheers

    Put the jar into the jdk\jre\lib\ext (e.g. C:\Program Files\Java\jdk1.6.0\jre\lib\ext) and jre\lib\ext (e.g. C:\Program Files\Java\jre1.6.0\lib\ext) directories and try again. Then you don't need to set the classpath.
    #

Maybe you are looking for

  • Installing 10g and 11g on the same system?

    I have Windows XP and have installed 10g database. Can I install 11g on the same system and I can switch to use either of database? Thanks in advance.

  • Iterator vs. ResultSet

    Hi all, I need some help on this topic. How can I access the database with an Iterator pattern instead of using ResultSet.next()? If we use Iterator, will the data still be availble even if the connection to database closed? Thanks in adv chanh

  • What exactly is my"User Name"

    what is "My User Name"

  • Need to update remote trail file seqno from  source

    Experts, i need to change the  remote trail file seqno to different no other than 0 from the source side. i tried delete rmtrail and add with like below add rmttrail /opt/app/pdfdfs/ggs/trails/rddf1dfd/rg, extract ext, seqno 4670 seems like it is not

  • Dreamweaver On-Line Courses

    If anyone is interested in a Dreamweaver course(s) I highly recommend Dreamweaver 8 at Ed2go.com. I have taken HTML, Dreamweaver4 and Flash MX through Ed2go and the courses are very good and are taught by the top Dreamweaver and Flash instructors in