Disable workshop polling of jar files

Hi folks,
We currently build our application outside of workshop through a customised exported_build.xml
file. The build process works fine, however, as soon as we have done a build,
and deployed, workshop notices that the files have changed, and decides to redeploy
them again. This is the case in both development mode and production mode. Is
there anyway to disable this polling?
Cheers
Dennis

"Dennis" <[email protected]> wrote:
>
Hi folks,
We currently build our application outside of workshop through a customised
exported_build.xml
file. The build process works fine, however, as soon as we have done
a build,
and deployed, workshop notices that the files have changed, and decides
to redeploy
them again. This is the case in both development mode and production
mode. Is
there anyway to disable this polling?We were able to fool workshop by using the touch task to set an old date on the
jar as soon as it has been build.
>
Cheers
Dennis

Similar Messages

  • Workshop missing WebLogic jar files

    Hello,
    I am new to WebLogic and Workshop (version 8.1.4). We are taking over a production code base from a vendor and have attempted to do a build of the .ear file. The build fails with errors. Looking into this, it appears the IDE does not know about the quoted portion of the following import lines:
    Package com.bea contains no member package or type of this name. “com.bea.wli”
    import com.bea.wli.control.dynamicProperties.DynamicPropertiesDocument.DynamicProperties;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument.EmailControlProperties;
    import com.bea.wli.control.dynamicProperties.FileControlPropertiesDocument;
    Package com.bea contains no member package or type of this name. “com.bea.data”
    import com.bea.data.RawData;
    The vendor stated that the .jar files might be located on the actual licensed WebLogic server? To reduce the time of this effort, could someone tell me the specific .jar files to go after?
    Thank you very much
    Robert

    I should clarify further that the copy of Workshop we are using was pulled down from the archive of BEA downloads. We do not have access to a copy of Workshop as configured by the vendor. Additionally, looking at the *.work file for the Application and comparing the .jar files to my Weblogic (local) install the following are missing:
    ../../../../bea/weblogic81/server/lib/wli.jar;
    ../../../../bea/weblogic81/portal/lib/wps_system.jar;
    ../../../../bea/weblogic81/p13n/lib/p13n_system.jar;
    ../../../../bea/weblogic81/portal/lib/netuix/system/netuix_system.jar;
    My assumption is the issue has to do with the wli.jar above. Can someone tel me where a copy can be obtained?
    thank you,
    Robert

  • Jar file is not cached

    Hi,
    I have a problem in caching the jar file. When the browser was closed and then open again, it tries to load the jar file from the web server again. It seems the jar file is never cached in the Java-Plug in. Here is the code for the page:
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    width=80% height=70% hspace="10" vspace="10" align="middle"
    codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab"
    standby="Please wait...">
    <PARAM name="type" value="application/x-java-applet">
    <PARAM name="codebase" value="/">
    <PARAM name="cache_archive" value="w1.jar">
    <PARAM name="cache_option" value="Plugin">
    <PARAM name="code" value="Proteus.class">Web Motion Control Applet</OBJECT>
    Any idea?
    Thanks for the help!

    Have the same nasty issue here - beginning with 1.4.2 we see that the java plug-in add
    Cache-Control: no-cache
    Pragma: no-cache
    to the HTTP request when downloading the JAR file (also happen when JAR is already in local plug-in cache). Therefore the web server always sends a HTTP 200 with full content instead of a lightweight HTTP 304 Not Modified.
    See also: Bug: 4837340 comment from mwwsun
    Is there a way to disable the explicit "no-cache" request?
    Keep the byte.
    C�dric

  • Jar file caching on startup

    Recently I've heard that NetWeaver, or to be precise the J2EE engine, is loading all jar files into an internal database at startup time. After that if the J2EE engine restarts, it checks for all saved jar files if the newest version is loaded.
    It's as clear as daylight that this loading and checking is very time consuming and thus I want to know if this feature can be tweaked in anyway (cause my development NW takes so much time to startup -.-)
    Anyone heard of this feature and/or can give any hints where to find a technical documentation?

    Hi, you could try to disable the bootstrapping at startup.
    Maybe that helps and will bosst up the starting process a little
    See: http://help.sap.com/saphelp_nw70/helpdata/EN/f6/6fff40e39ba854e10000000a1550b0/frameset.htm
    Cheers

  • Problem using a jar file : java.lang.ClassNotFoundException: ApiConn

    Hi everyone.
    i am running a form that use a bean_area to call a jar.
    but i am getting this error, thanks in advnce for any tip.
    Java Plug-in 1.6.0_33
    Using JRE version 1.6.0_33-b05 Java HotSpot(TM) Client VM
    User home directory = C:\Users\user1
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.ClassNotFoundException: ApiConn
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$000(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.awt.EventQueue$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.awt.EventQueue$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Dumping class loader cache...
    Live entry: key=http://192.168.10.100:7778/forms/java/,frmall.jar,siberia_jpg.jar,ApiConn.jar,Hasher.jar,ReadCommand.jar,WriteCommand.jar,libAPI.jar, refCount=1, threadGroup=sun.plugin2.applet.Applet2ThreadGroup[name=http://192.168.10.100:7778/forms/java/-threadGroup,maxpri=4]
    Done.
    in my form i have created a bean_area and used as implementation class :ApiConn
    in my formsweb.cfg i used this configuration: archive=frmall.jar,siberia_jpg.jar,ApiConn.jar,Hasher.jar,ReadCommand.jar,WriteCommand.jar,libAPI.jar
    in my forms/java i have placed my jar files listed in the frmall.jar
    i guess i am missing something but i dont know what it is.
    here is my ApiConn.java from wich i generate my jar file:
    package libAPI;
    * This contains connection. Everything should be here,
    * should operate with this class only
    import java.io.*;
    import java.net.*;
    import java.util.concurrent.LinkedBlockingQueue;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    * @author janisk
    public class ApiConn extends Thread {
    private Socket sock = null;
    private DataOutputStream out = null;
    private DataInputStream in = null;
    private String ipAddress;
    private int ipPort;
    private boolean connected = false;
    private String message = "Not connected";
    private ReadCommand readCommand = null;
    private WriteCommand writeCommand = null;
    private Thread listener = null;
    LinkedBlockingQueue queue = new LinkedBlockingQueue(40);
    * Constructor of the connection class
    * @param ipAddress - IP address of the router you want to conenct to
    * @param ipPort - port used for connection, ROS default is 8728
    public ApiConn(String ipAddress, int ipPort) {
    this.ipAddress = ipAddress;
    this.ipPort = ipPort;
    this.setName("settings");
    * State of connection
    * @return - if connection is established to router it returns true.
    public boolean isConnected() {
    return connected;
    public void disconnect() throws IOException{
    listener.interrupt();
    sock.close();
    private void listen() {
    if (this.isConnected()) {
    if (readCommand == null) {
    readCommand = new ReadCommand(in, queue);
    listener = new Thread(readCommand);
    listener.setDaemon(true);
    listener.setName("listener");
    listener.start();
    * to get IP address of the connection. Reads data from socket created.
    * @return InetAddress
    public InetAddress getIpAddress() {
    return sock == null ? null : sock.getInetAddress();
    * returns ip address that socket is asociated with.
    * @return InetAddress
    public InetAddress getLocalIpAddress() {
    return sock == null ? null : sock.getLocalAddress();
    * Socket remote port number
    * @return
    public int getPort() {
    return sock == null ? null : sock.getPort();
    * return local prot used by socket
    * @return
    public int getLocalPort() {
    return sock == null ? null : sock.getLocalPort();
    * Returns status message set up bu class.
    * @return
    public String getMessage() {
    return message;
    * sets and exectues command (sends it to RouterOS host connected)
    * @param s - command will be sent to RouterOS for example "/ip/address/print\n=follow="
    * @return
    public String sendCommand(String s) {
    return writeCommand.setCommand(s).runCommand();
    * exeecutes already set command.
    * @return returns status of the command sent
    public String runCommand() {
    return writeCommand.runCommand();
    * Tries to fech data that is repllied to commands sent. It will wait till it can return something.
    * @return returns data sent by RouterOS
    * @throws java.lang.InterruptedException
    public String getData() throws InterruptedException {
    String s = (String) queue.take();
    return s;
    * returns command that is set at this moment. And will be exectued if runCommand is exectued.
    * @return
    public String getCommand() {
    return writeCommand.getCommand();
    * set up method that will log you in
    * @param name - username of the user on the router
    * @param password - password for the user
    * @return
    public String login(String name, char[] password) {
    this.sendCommand("/login");
    String s = "a";
    try {
    s = this.getData();
    } catch (InterruptedException ex) {
    Logger.getLogger(ApiConn.class.getName()).log(Level.SEVERE, null, ex);
    return "failed read #1";
    if (!s.contains("!trap") && s.length() > 4) {
    String[] tmp = s.trim().split("\n");
    if (tmp.length > 1) {
    tmp = tmp[1].split("=ret=");
    s = "";
    String transition = tmp[tmp.length - 1];
    String chal = "";
    chal = Hasher.hexStrToStr("00") + new String(password) + Hasher.hexStrToStr(transition);
    chal = Hasher.hashMD5(chal);
    String m = "/login\n=name=" + name + "\n=response=00" + chal;
    s = this.sendCommand(m);
    try {
    s = this.getData();
    } catch (InterruptedException ex) {
    Logger.getLogger(ApiConn.class.getName()).log(Level.SEVERE, null, ex);
    return "failed read #2";
    if (s.contains("!done")) {
    if (!s.contains("!trap")) {
    return "Login successful";
    return "Login failed";
    @Override
    public void run() {
    try {
    InetAddress ia = InetAddress.getByName(ipAddress);
    if (ia.isReachable(1000)) {
    sock = new Socket(ipAddress, ipPort);
    in = new DataInputStream(sock.getInputStream());
    out = new DataOutputStream(sock.getOutputStream());
    connected = true;
    readCommand = new ReadCommand(in, queue);
    writeCommand = new WriteCommand(out);
    this.listen();
    message = "Connected";
    } else {
    message = "Not reachable";
    } catch (UnknownHostException ex) {
    connected = false;
    message = ex.getMessage();
    ex.printStackTrace();
    } catch (IOException ex) {
    connected = false;
    message = ex.getMessage();
    ex.printStackTrace();
    }

    I need your help again, i think this is a minor thing.
    i have compiled the class file that i needed and i signed it too. but now it is giving me a new error and need your tip.
    here is the java console loyout and my java file ((i think here is the problem in java file, something must be missing)).
    thanks in advance for any help.
    Java Plug-in 10.17.2.02
    Using JRE version 1.7.0_17-b02 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Administrator
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    network: Connecting http://192.168.10.100:7778/forms/lservlet;jsessionid=c0a80a6430d6e191eded93774f2f8d1bed73056e66ef.e3mObhiMbxeKe34PahiKbx4Nbh90n6jAmljGr5XDqQLvpAe with proxy=DIRECT
    security: Validate the certificate chain using CertPath API
    security: The certificate hasnt been expired, no need to check timestamping info
    security: Cannot find jurisdiction list file
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: This OCSP End Entity validation is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    basic: updateValidationResultsForApplet update
    cache: Mark prevalidated: http://192.168.10.100:7778/forms/java/ApiConn.jar true tm=1363335797289 cert=1371107987000
    basic: Plugin2ClassLoader.getPermissions CeilingPolicy allPerms
    java.lang.InstantiationException: oracle.forms.siberia.ApiConn
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
         at java.awt.EventQueue.access$200(Unknown Source)
         at java.awt.EventQueue$3.run(Unknown Source)
         at java.awt.EventQueue$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue$4.run(Unknown Source)
         at java.awt.EventQueue$4.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    network: Connecting http://192.168.10.100:7778/forms/lservlet;jsessionid=c0a80a6430d6e191eded93774f2f8d1bed73056e66ef.e3mObhiMbxeKe34PahiKbx4Nbh90n6jAmljGr5XDqQLvpAe with proxy=DIRECT
    Exception in thread "Forms-DialogThread2" java.lang.NullPointerException
         at oracle.forms.handler.JavaContainer.onDestroy(Unknown Source)
         at oracle.forms.engine.Runform.destroyHandlers(Unknown Source)
         at oracle.forms.handler.DialogThread.doAlert(Unknown Source)
         at oracle.forms.handler.DialogThread.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dumping class loader cache...
    Live entry: key=http://192.168.10.100:7778/forms/java/,frmall.jar,siberia_jpg.jar,ApiConn.jar,ConcealTextField.jar, refCount=1, threadGroup=sun.plugin2.applet.Applet2ThreadGroup[name=http://192.168.10.100:7778/forms/java/-threadGroup,maxpri=4]
    Done.
    here is my java file
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package oracle.forms.siberia;
    * This contains connection. Everything should be here,
    * should operate with this class only
    import java.io.*;
    import java.net.*;
    import java.util.concurrent.LinkedBlockingQueue;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import oracle.forms.*;
    * @author janisk
    public class ApiConn extends Thread {
    private Socket sock = null;
    private DataOutputStream out = null;
    private DataInputStream in = null;
    private String ipAddress;
    private int ipPort;
    private boolean connected = false;
    private String message = "Not connected";
    private ReadCommand readCommand = null;
    private WriteCommand writeCommand = null;
    private Thread listener = null;
    LinkedBlockingQueue queue = new LinkedBlockingQueue(40);
    * Constructor of the connection class
    * @param ipAddress - IP address of the router you want to conenct to
    * @param ipPort - port used for connection, ROS default is 8728
    public ApiConn(String ipAddress, int ipPort) {
    this.ipAddress = ipAddress;
    this.ipPort = ipPort;
    this.setName("settings");
    * State of connection
    * @return - if connection is established to router it returns true.
    public boolean isConnected() {
    return connected;
    public void disconnect() throws IOException{
    listener.interrupt();
    sock.close();
    private void listen() {
    if (this.isConnected()) {
    if (readCommand == null) {
    readCommand = new ReadCommand(in, queue);
    listener = new Thread(readCommand);
    listener.setDaemon(true);
    listener.setName("listener");
    listener.start();
    * to get IP address of the connection. Reads data from socket created.
    * @return InetAddress
    public InetAddress getIpAddress() {
    return sock == null ? null : sock.getInetAddress();
    * returns ip address that socket is asociated with.
    * @return InetAddress
    public InetAddress getLocalIpAddress() {
    return sock == null ? null : sock.getLocalAddress();
    * Socket remote port number
    * @return
    public int getPort() {
    return sock == null ? null : sock.getPort();
    * return local prot used by socket
    * @return
    public int getLocalPort() {
    return sock == null ? null : sock.getLocalPort();
    * Returns status message set up bu class.
    * @return
    public String getMessage() {
    return message;
    * sets and exectues command (sends it to RouterOS host connected)
    * @param s - command will be sent to RouterOS for example "/ip/address/print\n=follow="
    * @return
    public String sendCommand(String s) {
    return writeCommand.setCommand(s).runCommand();
    * exeecutes already set command.
    * @return returns status of the command sent
    public String runCommand() {
    return writeCommand.runCommand();
    * Tries to fech data that is repllied to commands sent. It will wait till it can return something.
    * @return returns data sent by RouterOS
    * @throws java.lang.InterruptedException
    public String getData() throws InterruptedException {
    String s = (String) queue.take();
    return s;
    * returns command that is set at this moment. And will be exectued if runCommand is exectued.
    * @return
    public String getCommand() {
    return writeCommand.getCommand();
    * set up method that will log you in
    * @param name - username of the user on the router
    * @param password - password for the user
    * @return
    public String login(String name, char[] password) {
    this.sendCommand("/login");
    String s = "a";
    try {
    s = this.getData();
    } catch (InterruptedException ex) {
    Logger.getLogger(ApiConn.class.getName()).log(Level.SEVERE, null, ex);
    return "failed read #1";
    if (!s.contains("!trap") && s.length() > 4) {
    String[] tmp = s.trim().split("\n");
    if (tmp.length > 1) {
    tmp = tmp[1].split("=ret=");
    s = "";
    String transition = tmp[tmp.length - 1];
    String chal = "";
    chal = Hasher.hexStrToStr("00") + new String(password) + Hasher.hexStrToStr(transition);
    chal = Hasher.hashMD5(chal);
    String m = "/login\n=name=" + name + "\n=response=00" + chal;
    s = this.sendCommand(m);
    try {
    s = this.getData();
    } catch (InterruptedException ex) {
    Logger.getLogger(ApiConn.class.getName()).log(Level.SEVERE, null, ex);
    return "failed read #2";
    if (s.contains("!done")) {
    if (!s.contains("!trap")) {
    return "Login successful";
    return "Login failed";
    @Override
    public void run() {
    try {
    InetAddress ia = InetAddress.getByName(ipAddress);
    if (ia.isReachable(1000)) {
    sock = new Socket(ipAddress, ipPort);
    in = new DataInputStream(sock.getInputStream());
    out = new DataOutputStream(sock.getOutputStream());
    connected = true;
    readCommand = new ReadCommand(in, queue);
    writeCommand = new WriteCommand(out);
    this.listen();
    message = "Connected";
    } else {
    message = "Not reachable";
    } catch (UnknownHostException ex) {
    connected = false;
    message = ex.getMessage();
    ex.printStackTrace();
    } catch (IOException ex) {
    connected = false;
    message = ex.getMessage();
    ex.printStackTrace();
    }

  • Running a jar file from java code

    Hi!
    Im trying to run a jar file from my code.
    I've tried Classloader, but that doesnt work because it doesnt find the images (also embedded in the 2nd jar file).
    WHat I would like to do is actually RUN the 2nd jar file from the first jar file. There must be a way to do this right?
    any ideas?

    ok, I found some wonderful code (see below) that will try to start the jar. But it doesn't. What it does is produce the following error when my application runs...
    So it's not finding the images in the jar file that I am trying to run? Strange. I checked the URL that sending, but it seems ok....
    I think I will check the url again to make sure......
    any ideas?
    Uncaught error fetching image:
    java.lang.NullPointerException
         at sun.awt.image.URLImageSource.getConnection(Unknown Source)
         at sun.awt.image.URLImageSource.getDecoder(Unknown Source)
         at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
         at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
         at sun.awt.image.ImageFetcher.run(Unknown Source)
    the code....
    /* From http://java.sun.com/docs/books/tutorial/index.html */
    import java.io.IOException;
    import java.lang.reflect.InvocationTargetException;
    import java.lang.reflect.Method;
    import java.lang.reflect.Modifier;
    import java.net.JarURLConnection;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.net.URLClassLoader;
    import java.util.jar.Attributes;
    * Runs a jar application from any url. Usage is 'java JarRunner url [args..]'
    * where url is the url of the jar file and args is optional arguments to be
    * passed to the application's main method.
    public class JarRunner {
      public static void main(String[] args) {
        URL url = null;
        try {
          url = new URL(args[0]);//"VideoTagger.jar");
        } catch (MalformedURLException e) {
          System.out.println("Invalid URL: ");
        // Create the class loader for the application jar file
        JarClassLoader cl = new JarClassLoader(url);
        // Get the application's main class name
        String name = null;
        try {
          name = cl.getMainClassName();
        } catch (IOException e) {
          System.err.println("I/O error while loading JAR file:");
          e.printStackTrace();
          System.exit(1);
        if (name == null) {
          fatal("Specified jar file does not contain a 'Main-Class'"
              + " manifest attribute");
        // Get arguments for the application
        String[] newArgs = new String[args.length - 1];
        System.arraycopy(args, 1, newArgs, 0, newArgs.length);
        // Invoke application's main class
        try {
          cl.invokeClass(name, newArgs);
        } catch (ClassNotFoundException e) {
          fatal("Class not found: " + name);
        } catch (NoSuchMethodException e) {
          fatal("Class does not define a 'main' method: " + name);
        } catch (InvocationTargetException e) {
          e.getTargetException().printStackTrace();
          System.exit(1);
      private static void fatal(String s) {
        System.err.println(s);
        System.exit(1);
    * A class loader for loading jar files, both local and remote.
    class JarClassLoader extends URLClassLoader {
      private URL url;
       * Creates a new JarClassLoader for the specified url.
       * @param url
       *            the url of the jar file
      public JarClassLoader(URL url) {
        super(new URL[] { url });
        this.url = url;
       * Returns the name of the jar file main class, or null if no "Main-Class"
       * manifest attributes was defined.
      public String getMainClassName() throws IOException {
        URL u = new URL("jar", "", url + "!/");
        JarURLConnection uc = (JarURLConnection) u.openConnection();
        Attributes attr = uc.getMainAttributes();
        return attr != null ? attr.getValue(Attributes.Name.MAIN_CLASS) : null;
       * Invokes the application in this jar file given the name of the main class
       * and an array of arguments. The class must define a static method "main"
       * which takes an array of String arguemtns and is of return type "void".
       * @param name
       *            the name of the main class
       * @param args
       *            the arguments for the application
       * @exception ClassNotFoundException
       *                if the specified class could not be found
       * @exception NoSuchMethodException
       *                if the specified class does not contain a "main" method
       * @exception InvocationTargetException
       *                if the application raised an exception
      public void invokeClass(String name, String[] args)
          throws ClassNotFoundException, NoSuchMethodException,
          InvocationTargetException {
        Class c = loadClass(name);
        Method m = c.getMethod("main", new Class[] { args.getClass() });
        m.setAccessible(true);
        int mods = m.getModifiers();
        if (m.getReturnType() != void.class || !Modifier.isStatic(mods)
            || !Modifier.isPublic(mods)) {
          throw new NoSuchMethodException("main");
        try {
          m.invoke(null, new Object[] { args });
        } catch (IllegalAccessException e) {
          // This should not happen, as we have disabled access checks
    }

  • Jar files downloaded from SkyDrive are being renamed to jar.zip files

    I have cut and pasted the following series of exchanges from when I posted the problem onto SkyDrive's support forum. I hope that someone might be able to propose a better solution to the problem that I have. Thanks for your help.
    MDSms asked on
    Uploaded jar files convert to jar.zip files when downloaded from SkyDrive
    I have uploaded an executable jar file to SkyDrive. (I will call this FILE.jar). The file is intact and indicates that it is a jar file type when the file is viewed by Properties within Skydrive. However, when I download (or others download through a share link) the file, it is being saved onto the local computer's download file with .zip appended to the file name (FILE.jar.zip). The downloaded file can be renamed to remove the .zip appendage and subsequently run successfully. However the folder options for the folder where the downloaded file resides must be changed for disable "Hide known file extensions" prior to being able to remove the .zip appendage. While I have figured out the workaround for this problem, this manual renaming procedure is entirely too cumbersome as a solution for sharing this file with others. How can I prevent or disable the FILE.jar file from being renamed to FILE.jar.zip when it is downloaded from SkyDrive?
    All Replies (5)
    Audrey_P. replied on
    Forum Moderator
    Hi,
    Thank you for posting. Let me try to assist you with your issue with your files.
    In order for us to reproduce the issue on our end. Please provide us with the exact steps that you did when you uploaded the files as well as the steps when you are downloading it.
    We will be needing the steps to help us figure put what is causing you this issue.
    We look forward to your response.
    Thank you.
    Audrey P.
    MDSms replied on
    Reply
    The file was uploaded by first logging onto my SkyDrive account using Windows 7 Pro and Firefox browser, then a new folder in my account was created without sharing privileges, then the folder was opened and the FILE.jar was uploaded into the folder using the "Upload" option on skydrive account menu. Sharing privileges for FILE.jar were then created (view only), and the shortened url link was sent to the individuals that I was trying to share the file with. was then turned on. When these people use the link to download the file, it is being saved as FILE.jar.zip.
    When I try to download the file through the skydrive account download option, it is being saved onto my computer as FILE.jar.zip and this occurs when I try to download the file while signed into my skydrive account as well as when I am not signed into my skydrive account (using the shared file link).
    This PNG shows the information provided by clicking on the download icon (down arrow) within the Firefox browser; note that the file was downloaded as FILE.jar.zip and that the source was live.com. When I use Windows Explorer to look at the same file within the Download folder itself, examining the file's properties details also shows that it is being saved as FILE.jar.zip and is of the file type compressed zip folder.
    This PNG shows the information displayed to me from my skydrive account when I view the originally uploaded file's properties; note that the information shows that the file is a jar file type.
    When I utilize Internet Explorer 9 to access the file, FILE.jar is being downloaded onto my computer as a jar file type. This PNG shows the information provided by Tools/View Downloads within the IE9 browser. Note that in this instance, the information indicates that the file is being downloaded from yzudea.blu.livefilestore.com.
    It appears to me that the problem (the FILE.jar file being renamed to FILE.jar.zip) arises from the fact that a jar file downloaded from skydrive using firefox, is being sent from live.com whereas a jar file downloaded from skydrive using IE9 is being sent from yzudea.blu.livefilestore.com.
    I want to make sure that a person receiving a share link from me for FILE.jar is able to download it without modification to the file name regardless of which browser is being using to access the link. How can I make sure that this occurs?
    Any help is appreciated. Thanks.
    Michelle Anne D. replied on
    Forum Moderator Community Star Community Star
    Reply
    Hi MDSms,
    I appreciate you for providing as much information as you can about the issue, as well as for uploading screenshots on what you see from the downloaded file. About your initial concern wherein the file gets renamed with .zip after the original file extension, this is solely dependent on the browser that you are using since they have a different safety/security measure that needs to be implemented.
    Moreover, you may see the file servers live.com and yzudea.blu.livefilestore.com to be different with one another, but they actually are sent from the same SkyDrive server. This in turn, depends on the web browser where the file is being downloaded as well. The live.com file where it was downloaded from Firefox simply masks its original server yzudea.blu.livefilestore.com.
    As for your last query about your recipients downloading the file without the hassle of renaming it from a .zip file, you can simply tell them to download it through Internet Explorer.
    Should you have other queries or additional information that might help in our investigation, I highly encourage you to post them here.
    Regards,
    Michelle
    MDSms replied on
    Michelle,
    Thanks for your reply. Yes, I could simply tell them to download the file through Internet Explorer, but is there another solution or workaround to the problem I have described here? Am I being punished with the curse of this problem simply because I (or the individuals with which I wish to share FILE.jar with) choose to use Firefox instead of IE? Will the use of any other browser instead of IE (Chrome, Safari, etc., etc.) still result in the same problem?
    You stated that it is "solely dependent on the browser that you are using since they have a different safety/security measure that needs to be implemented"........could the problem be overcome by designating one or both of the file server addresses as Trusted Sites within the browser options setting?
    I look forward to your response. Thanks in advance.
    Joy V. replied on
    Forum Moderator Community Star Community Star
    Reply
    Hi MDSms,
    We understand your concern. Since the issue does not occur in Internet Explorer, it has something to do with Firefox's security feature. You might want to verify this concern by contacting Firefox support.
    Hope this helps. Let us know if we can further assist you with SkyDrive.
    Thanks,
    Melanie Joy

    Try to delete the mimeTypes.rdf file in the Firefox profile folder to reset all file actions.
    *http://kb.mozillazine.org/mimeTypes.rdf
    *http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions

  • Including helper classes in java proxy jar file

    I must not be using the right header search criteria because I'm sure this question
    has been asked before. In a Web Service File (.jws) I've imported a couple of
    helper classes that function as data transfer objects. I did this to maintain
    consistency with other portions of the application. The Java Proxy jar file generated
    by Workshop does not include these files. Is there a way of including these dependencies
    or do I need to distribute another jar file with my helper classes?

    Hi Naichen,
    I was able to successfully run both the autotype and clientgen Ant task, on the
    WSDL you provided. The code behind those Ant tasks are pretty much what the WebLogic
    Web Services test page run. Are you using WLS 8.1 SP2? If not, you might want
    to try with that version.
    Regards,
    Mike Wooten
    "Naichen Liu" <[email protected]> wrote:
    >
    >
    >
    Hi,
    I am having a warning message when trying to generate java proxy jar
    file on weblogic8.1
    webservice test web app, the message is as follows:
    "Warning Failed to generate client proxy from WSDL definition for this
    service.
    Prescription Please verify the <types> section of the WSDL."
    in the mean time, on weblogic starting terminal, I saw the following
    exceptions,
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength4Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,4L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\OSIFieldAnonTypeDeserializer.java:36: cannot resolve
    symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkMaxLengthFacet(__typed_obj,69L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength2Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,2L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\FreeFormAnonTypeDeserializer.java:36: cannot resolve
    symbol
    symbol : class FacetUtils"
    Can anybody help me about this issue? I attached WSDL file, also United
    Airlines
    got an enterprise weblogic license deal with BEA, any help will be highly
    appreciated.
    Thanks!!!
    Naichen

  • JAR files for SQLJ and JDBC drivers: what is the best practice?

    starting a migration from IAS 10 to WebLogic 11g.
    Apparently the jar files for SQLJ are not on the classpath by default.
    java.lang.NoClassDefFoundError: sqlj/runtime/ref/DefaultContextwhich is the better practice: putting the SQLJ runtime jar into the lib subdirectory of the domain directory, or using a shared library reference? (usage of SQLJ is pretty prevalent in our apps, though we may be getting away from it)
    are the Oracle JDBC drivers on the classpath by default?
    if not, then the same question: put them into the lib subdirectory of the domain directory, or use a shared library reference?

    I'm looking at the setDomainEnv, especially the big note at the top:
    >
    # WARNING: This file is created by the Configuration Wizard.
    # Any changes to this script may be lost when adding extensions to this configuration.
    >
    and am getting squeamish about editing it...
    http://www.bea-weblogic.com/how-do-i-disable-wls-automatically-adding-to-classpath.html looks like the default behaviour is for WebLogic to put $DOMAIN/lib;$WL_HOME/common/lib/ext;$WL_HOME/server/lib/ext on the classpath; there is also a reference to setting weblogic.ext.dirs= when starting weblogic (which means I set the WEBLOGIC_EXTENSION_DIRS environment variable).
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/programming/libraries.html#wp1067450 also refers at the bottom to using the domain /lib subdirectory.
    so am I correct that a good practice is to just put the jars I think I will globally need into $DOMAIN/lib, rather than putting them in $WL_HOME/common/lib/ext, $WL_HOME/server/lib/ext, or fiddling with the WEBLOGIC_EXTENSION_DIRS environment variable?
    Edited by: user8652010 on Feb 10, 2011 1:08 PM

  • Cannot build EJB jar file in NWDS

    hello,
    I changed java beans file, and tried to build jar file again, then the "build EJB archive" context menu is disabled so I can not make EJB jar file!
    So frustrated.. NWDS recognizes the changes in the java files , right? How come there 's no Build menu..
    Is there any pre-requisite to enable the menu?
    I have no idea how I can build jar file..
    Please give me a advice.. Thanks~!

    You might check the weblogic.developer.interest.ejb.tools new group.
    Make sure that the tool doesn't leave this ejbcgen directory around. It
    should delete
    that temp dir. When it doesn't it keeps all the old generated stuff around
    and your changes won't be
    reflected in the new jar.
    Rodrigo Ruiz Aguayo <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I have a problem with the EJBDeployerTool. When I want to update
    a class file (for example, because I corrected any problem), the
    deployer tool doesn't update the file correctly. It keeps the
    old version of the class file.
    In order to update a jar I have to copy the newer version in the
    .ejbdeployer/provider-projects directory by hand. Is it a bug?
    Is there any other way to do this? We are wasting too much time
    in this task, instead of programming :_(
    Thanks in advance,
    José Rodrigo Ruiz Aguayo e-mail : [email protected]
    I.T. en Informática de Sistemas webpage : ---------------------
    "Simulation is perfect, whenever we're not talking about reality"

  • Applet in a .jar file?

    I want to program a program which can be used as application or as applet. Is it possible to create a .jar file and use something inside as applet? What would the <applet> tag look like?

    Sorry, I guess I thought you had this working already. In any case, here is an example of some JApplet code that runs either as an applet on a web page or as an application in a JFrame. It is the applet from the html-applet tag example I provided above. It is missing some classes, so it won't compile of course, but it shows all the applet vs. application code. This methodology also works in older non-swing applets ...just follow a technique similar to what you see below:
    If you didn't need to see this ...please just ignore it. Good luck.
    /** Applet or application example. */
    public class RasterGameOfLife extends javax.swing.JApplet {
      RasterLifeCanvas canvas;                // The drawing area
      RasterLifeCanvas.LifeControls controls; // The drawing controls
      /** the applets init method sets up some gui components */
      public void init() {
        canvas = new RasterLifeCanvas();
        controls = canvas.getControls();
        getContentPane().setLayout( new java.awt.BorderLayout() );
        getContentPane().add( "Center", canvas );
        getContentPane().add( "South", controls );
      /** the applets destroy method cleans up after execution */
      public void destroy() {
        remove( controls );
        remove( canvas );
      /** the applets start method enables and begins an animation sequence */
      public void start() {
        controls.setEnabled( true );
        controls.startAnimation();
      /** the applets stop method stops and disables an animation sequence */
      public void stop() {
        controls.stopAnimation();
        controls.setEnabled( false );
       * main is where the alternative application code is placed
       * this code does not execute when the program is run as an applet
      public static void main(String args[]) {
        javax.swing.JFrame f = new javax.swing.JFrame();      // create a JFrame for the application
        final RasterGameOfLife life = new RasterGameOfLife(); // create an instance of the applet
        life.init();     // Manually call the init method
        life.start();    // Manually call the start method
        f.addWindowListener( new java.awt.event.WindowAdapter() {
          public void windowClosing( java.awt.event.WindowEvent e ) {
            life.stop(); // Manually call the stop method
            System.exit(0);
        f.getContentPane().add( "Center", life );
        // or sometimes I use this alternative to get the applets contentPane
        //f.getContentPane().add( "Center", life.getContentPane() );
        f.setSize( 734, 435 );
        f.show();
    }

  • Can I increase heap memory without specify any class or jar file??

    Hi,
    I tried to increase my heap memory in this way :
    java -Xms256m -Xmx256m
    but I got an error ... it's seem that I must specify a class java or a .jar file ...
    This is the error :
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
    show splash screen with specified image
    can I increase heap memory without specify any class or jar file??
    thx

    chiara wrote:
    Hi,
    I tried to increase my heap memory in this way :
    java -Xms256m -Xmx256m
    but I got an error ... it's seem that I must specify a class java or a .jar file ...
    This is the error :
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    can I increase heap memory without specify any class or jar file??The job of java.exe is to execute java bytecode.
    What is it supposed to do with your request to use 256m of memory for heap
    when you are not giving it a class or a jar to run?

  • ServiceBus java callout - how to pack the JAR file with libraries?

    Hello
    I want to use a Java Callout from a Service Bus flow.
    What is the correct way to pack the JAR file with its nessecary libraries?
    I tried different methods to pack my JAR, but yet, as though the Java runs perfectly from the Workshop (Eclipse) , when I am trying to use the exported Jar on the ServiceBus flow, it fails with an ClassNotFoundException.
    I would really appreciate your advice here.
    Thanks
    Koby

    Well.. Looking inside my exported JAR file, I got all of the files there inside, including the jar file containing the library.
    What I'm trying to do is run a simple java program that connect through SSH and therefore use an SSH library.
    On the workshop I got it as an imported library JAR. And it works perfectly there.
    Any idea?
    Here's the complete error I get:
    <BEA-382515> <Callout to java method "public static java.lang.String sshpackage.SshProg.remoteScriptInvoke(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" resulted in exception: null
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at stages.transform.runtime.JavaCalloutRuntimeStep$1.run(JavaCalloutRuntimeStep.java:158)
    Truncated. see log file for complete stacktrace
    java.lang.NoClassDefFoundError: ch/ethz/ssh2/Connection
    at sshpackage.SshProg.remoteScriptInvoke(SshProg.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: ch.ethz.ssh2.Connection
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at com.bea.wli.sb.resources.archive.HookedJarClassLoader.loadClass(HookedJarClassLoader.java:251)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    Truncated. see log file for complete stacktrace
    Edited by: kobyssh on 04:12 01/02/2010

  • Unsigned jacob.jar file causing forms loading slow

    Dear All,
    Oracle version : 10.1.2.0.2
    OS: Windows 2003
    Client IE version : IE 8
    JRE version : JRE 1.6 update 21
    JRE security setting : Mixed code (sandboxed vs. trusted) security verification - Disabled
    We are getting the unsigned jar file error for jacob.jar, but it is running fine in many other places and giving unsigned jar file error for other jar files.
    Loaded image: jar:http://192.168.100.88:7778/forms/java/frmall.jar!/oracle/forms/icons/frame.gif
    Trace level set to 5: all ... completed.
    cache: Reading Signers from 0 http://192.168.100.88:7778/forms/java/jacob.jar | C:\Users\samm.AGS-STORE-005\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\48\dc408b0-3aabe349.idx
    network: No certificate info for unsigned JAR file: http://192.168.100.88:7778/forms/java/jacob.jar
    network: No certificate info for unsigned JAR file: http://192.168.100.88:7778/forms/java/jacob.jar
    network: Connecting http://192.168.100.88:7778/forms/lservlet;jsessionid=c0a8645830d6885b096494a44406bb10e869f532355e.e38LbhmPbxyKci0La3qPa3iNa38Re6fznA5Pp7ftolbGmkTy with proxy=DIRECT
    I have seen sites to sign the jar files, but is it possible to overcome this error without signing. Since this error is taking 10-20 secs more to load the form.
    Please help.
    Thanks and Regards,
    Anand.

    HI,
    You need to sign both frmwebutil.jar and jacob.jar first the clear JAR cache ion end-user computer,so that new signed JAR files are downloaded to end-user machines..

  • Invalid MAGIC number in jar file

    HI Gentlemen,
    I just compiled a java file into a class file and then set up a jar file with that one single class. Manifest indicates that the Java version is 1.7.0 as is any other development tool. Now I am inspecting the file with my hex editor and it does not contain CAFEBABE as a magic number. However, a legacy jar file in an Applet sample code has it and works correctly. It was as well with my JDK 1.7.0 compiled. What can be wrong with my method? JDeveloper does not accept the jar when I want to deploy and call the applet.
    Please help if you can.
    Many thanks in advance, kindly regards
    Miklos HERBOLY

    HI gimbal2,
    Thank you for your reply. Just to start with, I included here some stuff.
    (i) JDeveloper parameters
    About
    Oracle JDeveloper 11g Release 1 11.1.1.6.0
    Studio Edition Version 11.1.1.6.0
    Build JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    Copyright © 1997, 2011 Oracle and/or its affiliates. All rights reserved.
    IDE Version: 11.1.1.6.38.61.92
    Product ID: oracle.jdeveloper
    Product Version: 11.1.1.6.38.61.92
    Version
    Component     Version
    =========     =======
    ADF Business Components     11.1.1.61.92
    Java(TM) Platform     1.7.0
    Oracle IDE     11.1.1.6.38.61.92
    Versioning Support     11.1.1.6.38.61.92
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    ceditor.java.parse.large     1500
    ceditor.java.parse.small     300
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    compiler.vmargs     -Xmx512m
    EDITOR_J2SE_VERSION     1.5
    feedbackmanager.disable     false
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    http.agent     Mozilla/5.0 (Java 1.7.0; Windows 7 6.1 x86; en_US) ICEbrowser/v6_1_3
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.bootstrap.start     12082784954629
    ide.build     JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    ide.conf     C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.conf
    ide.config_pathname     C:\Oracle\Middleware\jdeveloper\jdev\bin\jdev.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.editions     oracle.studio, oracle.j2ee, oracle.jdeveloper
    ide.extension.role.search.path     jdev/roles
    ide.extension.search.path     jdev/extensions:sqldeveloper/extensions
    ide.feedbackmanager.customer     false
    ide.firstrun     false
    ide.java.maxversion     1.8
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     2132
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.max.jar.handles     500
    ide.old.user.country     DE
    ide.old.user.language     de
    ide.patches.dir     jdev/lib/patches
    ide.pref.dir     C:\Users\gksadmin\AppData\Roaming\JDeveloper
    ide.pref.dir.base     C:\Users\gksadmin\AppData\Roaming
    ide.product     oracle.jdeveloper
    ide.role     <none>
    ide.shell.enableFileTypeAssociation     C:\Oracle\Middleware\jdeveloper\jdeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\Oracle\Middleware\jdeveloper\jdeveloper.exe
    ide.startingcwd     C:\Oracle\Middleware\jdeveloper
    ide.throttleLocale     true
    ide.user.dir     C:\Users\gksadmin\AppData\Roaming\JDeveloper
    ide.user.dir.var     JDEV_USER_HOME,JDEV_USER_DIR
    ide.work.dir     C:\\JDeveloper
    ide.work.dir.base     C:\Users\gksadmin\Documents
    ilog.propagatesPropertyEditors     false
    inJUIDesigntime     true
    insight.suppresshidden     true
    INSIGHT_OMIT_HIDDEN     true
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     51.0
    java.endorsed.dirs     C:\Java\jdk1.7.0\jre\lib\endorsed
    java.ext.dirs     C:\Java\jdk1.7.0\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home     C:\Java\jdk1.7.0\jre
    java.io.tmpdir     C:\Users\gksadmin\AppData\Local\Temp\
    java.library.path     C:\Oracle\Middleware\jdeveloper;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\app\gksadmin\product\11.2.0\dbhome_1\bin;c:\Java\jdk1.7.0\bin;C:\Program Files (x86)\PC Connectivity Solution\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\ocf\lib;c:\Windows/System32;C:\Java\jdk1.7.0\bin;.
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.protocol.handler.pkgs     oracle.jdevimpl.handler
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.7.0-b147
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Oracle Corporation
    java.specification.version     1.7
    java.vendor     Oracle Corporation
    java.vendor.url     http://java.oracle.com/
    java.vendor.url.bug     http://bugreport.sun.com/bugreport/
    java.version     1.7.0
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Oracle Corporation
    java.vm.specification.version     1.7
    java.vm.vendor     Oracle Corporation
    java.vm.version     21.0-b17
    javax.xml.parsers.DocumentBuilderFactory     oracle.xml.jaxp.JXDocumentBuilderFactory
    jbo.debugoutput     silent
    jbo.showdebugwarningbanner     false
    jps.authz     NULL
    line.separator     \r\n
    oracle.adfm.usemds     false
    oracle.home     C:\Oracle\Middleware\jdeveloper
    oracle.j2ee.extension.status     enabled
    oracle.jbo.usemds     false
    oracle.jdbc.Trace     true
    oracle.jdeveloper.webservice.hidePropertyOverride     false
    oracle.jdeveloper.webservice.showAllOwsmPolicyTypes     false
    oracle.mds.internal.config.override.emptystore     true
    oracle.security.jps.config     /C:/Users/gksadmin/AppData/Roaming/JDeveloper/system11.1.1.6.38.61.92/DefaultDomain/config/fmwconfig/jps-config-jse.xml
    oracle.soap.transport.noHTTPClient     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    os.arch     x86
    os.name     Windows 7
    os.version     6.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.awt.disablegrab     true
    sun.awt.enableExtraMouseButtons     true
    sun.awt.keepWorkingSetOnMinimize     true
    sun.boot.class.path     ../lib/lwawt.jar;C:\Java\jdk1.7.0\jre\lib\endorsed\javax.annotation_1.0.0.0_1-0.jar;C:\Java\jdk1.7.0\jre\lib\endorsed\javax.xml.bind_2.1.1.jar;C:\Java\jdk1.7.0\jre\lib\endorsed\javax.xml.ws_2.1.1.jar;C:\Java\jdk1.7.0\jre\lib\resources.jar;C:\Java\jdk1.7.0\jre\lib\rt.jar;C:\Java\jdk1.7.0\jre\lib\sunrsasign.jar;C:\Java\jdk1.7.0\jre\lib\jsse.jar;C:\Java\jdk1.7.0\jre\lib\jce.jar;C:\Java\jdk1.7.0\jre\lib\charsets.jar;C:\Java\jdk1.7.0\jre\classes;C:\Java\jdk1.7.0\lib\tools.jar;C:\Java\jdk1.7.0\lib\dt.jar
    sun.boot.library.path     C:\Java\jdk1.7.0\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.noddraw     true
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     
    svnkit.sax.useDefault     true
    user.country     US
    user.dir     C:\Oracle\Middleware\jdeveloper\jdev\bin
    user.home     C:\Users\gksadmin
    user.language     en
    user.name     gksadmin
    user.script     
    user.timezone     Europe/Berlin
    user.variant     
    wasp.location     ../../uddi
    weblogic.home     C:\Oracle\Middleware\wlserver_10.3\server
    weblogic.security.SSL.ignoreHostnameVerification     true
    weblogic.security.TrustKeyStore     DemoTrust
    windows.shell.font.languages     en
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    ADF Business Components     oracle.BC4J     11.1.1.6.38.61.92     Loaded
    ADF Business Components Annotations     oracle.adfbcdt.annotations     11.1.2     Loaded
    ADF Business Components Dependency     oracle.bc4j.dependency     11.1.1.6.38.61.92     Loaded
    ADF Business Components Deployment     oracle.bc4jdt.deploy     11.1.1.6.38.61.92     Loaded
    ADF Business Components Modeler     oracle.adfbcdt.modeler     11.1.1.6.38.61.92     Loaded
    ADF Business Components Syscat     oracle.bc4j.syscat     0     Loaded
    ADF Business Components Tester     oracle.bc4j.tester     11.1.1.6.38.61.92     Loaded
    ADF Common Audit     oracle.adf.common.audit     0     Loaded
    ADF Context Debugger     oracle.adf.share.debug     11.1.1.6.38.61.92     Loaded
    ADF Controller Configuration Design Time     oracle.adf.controller.config.dt     11.1.1.6.38.61.92     Loaded
    ADF Data Visualizations Design Time Tests     oracle.dvt.dt     11.1.1.6.38.61.92     Loaded
    ADF Debugger     oracle.adf.debug     11.1.1.6.38.61.92     Loaded
    ADF Debugger Diagram Support     oracle.adf.debug.diagram     11.1.1.6.38.61.92     Loaded
    ADF Desktop Integration Design Time     oracle.adfdt.desktopintegration     11.1.1.6.38.61.92     Loaded
    ADF Faces Cache     oracle.webcache     11.1.1.6.38.61.92     Loaded
    ADF Faces Data Visualization Tools Help     oracle.dvt-faces-doc     11.1.1.0.0     Loaded
    ADF Faces Databinding Design Time     oracle.adf-faces-databinding-dt     11.1.1.6.38.61.92     Loaded
    ADF Faces Design Time     oracle.adf-faces-dt     11.1.1.6.38.61.92     Loaded
    ADF Faces Design Time Migration     oracle.adffacesdt.migration     11.1.1.6.38.61.92     Loaded
    ADF Faces Runtime Help     oracle.adf-faces-rt-doc     11.1.1.0.0     Loaded
    ADF Faces Skin Design Time     oracle.adf-faces-skin-dt     11.1.1.6.38.61.92     Loaded
    ADF JMX Data Control Designtime     oracle.adf.jmxdc     11.1.1.6.38.61.92     Loaded
    ADF Java Server Faces Diagram     oracle.adf.jsf.diagram     11.1.1.6.38.61.92     Loaded
    ADF Library Design Time     oracle.jdeveloper.adflibrary     11.1.1.6.38.61.92     Loaded
    ADF Lifecycle Design Time     oracle.adf.lifecycle.dt     11.1.1.6.38.61.92     Loaded
    ADF Management Pages     oracle.adf.management     11.1.1.6.38.61.92     Loaded
    ADF Menu Model Design-Time     oracle.adfmenudt     11.1.1.6.38.61.92     Loaded
    ADF Page Flow Design Time     oracle.adf.pageflow.dt     11.1.1.6.38.61.92     Loaded
    ADF Page Flow Design Time Extras     oracle.adf.pageflow.dt.extras     11.1.1.6.38.61.92     Loaded
    ADF Page Template DT     oracle.adf-faces-templating-dt     11.1.1.6.38.61.92     Loaded
    ADF Region Design Time     oracle.adf-faces-region-dt     11.1.1.6.38.61.92     Loaded
    ADF Struts Page Flow Modeler     oracle.struts.adf     11.1.1.6.38.61.92     Loaded
    ADF Struts and Model One Databinding     oracle.adf.struts.and.model.one.databinding.dt     11.1.1.6.38.61.92     Loaded
    ADF Swing     oracle.adfdt.swingcore     11.1.1.6.38.61.92     Loaded
    ADF View Debugging Design Time     adf.view.debugging.dt     11.1.1.6.38.61.92     Loaded
    ADFv Common Databinding     oracle.adf-view-databinding-dt     11.1.1.6.38.61.92     Loaded
    Ant     oracle.ant     11.1.1.6.38.61.92     Loaded
    Application Server Manager     oracle.jdeveloper.asnav     11.1.1.6.38.61.92     Loaded
    Application State - Application Navigator     oracle.ideimpl.appstate.appnav     11.1.1.6.38.61.92     Loaded
    Application State - Editors     oracle.ide.appstate.editors     11.1.1.6.38.61.92     Loaded
    Application State Manager     oracle.ide.appstate     11.1.1.6.38.61.92     Loaded
    Archive Compare     oracle.jdeveloper.archive-compare     11.1.1.6.38.61.92     Loaded
    Audit Oracle Public Cloud Support     oracle.jdeveloper.audit.cloud     11.1.2     Loaded
    BI Beans Graph     oracle.bibeans     11.1.1.6.38.61.92     Loaded
    BM metamodel framework     oracle.bm.meta     11.1.1.6.38.61.92     Loaded
    Bug Reporter     oracle.jdeveloper.bugfiler     11.1.1.6.38.61.92     Loaded
    Business Modelers     oracle.bm     11.1.1.6.38.61.92     Loaded
    Check For Updates     oracle.ide.webupdate     11.1.1.6.38.61.92     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.6.38.61.92     Loaded
    Command Line Formatting Support     oracle.jdeveloper.ojformat     11.1.1.6.38.61.92     Loaded
    Command Line Make/Rebuild Support     oracle.jdevimpl.oj-compiler     11.1.1.6.38.61.92     Loaded
    Common Controller Design-Time     oracle.controller.dt     11.1.1.6.38.61.92     Loaded
    Common Page Flow Design-Time     oracle.pageflow.dt     11.1.1.6.38.61.92     Loaded
    Component Palette     oracle.ide.palette1     11.1.1.6.38.61.92     Loaded
    Controller to ADF Bindings Bridge     oracle.controller.bindings.dt     11.1.1.6.38.61.92     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.6.38.61.92     Loaded
    Database Features (JDeveloper)     oracle.jdeveloper.db     11.1.1.6.38.61.92     Loaded
    Database Features (SQLDeveloper in JDeveloper)     oracle.jdeveloper.db.navigator     11.1.1.6.38.61.92     Loaded
    Database Modeler     oracle.dbmodeler     11.1.1.6.38.61.92     Loaded
    Database Modeler Migration     oracle.dbmodeler.migrate     11.1.1.6.38.61.92     Loaded
    Database Object Dependency API Support     oracle.jdeveloper.db.dependency     11.1.1.6.38.61.92     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.6.38.61.92     Loaded
    Database Object Transfer Framework     oracle.jdeveloper.db.transfer     11.1.1.6.38.61.92     Loaded
    Database UI     oracle.ide.db     11.1.1.6.38.61.92     Loaded
    Design Time Resource Bundle Variable Resolver     oracle.jdeveloper.resourcebundle.resolver.dt     11.1.1.6.38.61.92     Loaded
    Diagram Framework     oracle.diagram     11.1.1.6.38.61.92     Loaded
    Diagram Framework Toplink extensions     oracle.diagram.toplink     11.1.1.6.38.61.92     Loaded
    Diagram Javadoc Extension     oracle.diagram.javadoc     11.1.1.6.38.61.92     Loaded
    Diagram Thumbnail     oracle.diagram.thumbnail     11.1.1.6.38.61.92     Loaded
    Diagram to XMLEF Bridge     oracle.diagram.xmlef     11.1.1.6.38.61.92     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.6.38.61.92     Loaded
    EJB     oracle.ejb     11.1.1.6.38.61.92     Loaded
    EJB Modeler     oracle.ejbmodeler     11.1.1.6.38.61.92     Loaded
    Editor Tint     oracle.ide.ceditor-tint     11.1.1.6.38.61.92     Loaded
    Editor Tint (Java)     oracle.jdeveloper.ceditor-tint-java     11.1.1.6.38.61.92     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.6.38.61.92     Loaded
    Extension Designtime Core     oracle.jdeveloper.extensiondt.core     11.1.1.6.38.61.92     Loaded
    Extension Designtime UI     oracle.jdeveloper.extensiondt.ui     11.1.1.6.38.61.92     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.6.38.61.92     Loaded
    Feedback     oracle.ide.feedback     11.1.1.6.38.61.92     Loaded
    File Support     oracle.ide.files     11.1.1.6.38.61.92     Loaded
    Fusion Application Overview Definition     oracle.ide.appoverview.fusion.definition     11.1.1.6.38.61.92     Loaded
    Fusion Web Application (ADF) Template     oracle.adf.webapp.template     11.1.1.6.38.61.92     Loaded
    Go to File     oracle.ide.gotofile     11.1.1.6.38.61.92     Loaded
    Go to Java Type     oracle.jdeveloper.gotojava     11.1.1.6.38.61.92     Loaded
    HTML     oracle.html     11.1.1.6.38.61.92     Loaded
    Help System     oracle.ide.help     11.1.1.6.38.61.92     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.6.38.61.92     Loaded
    IDE Reports Extension     oracle.ide.report     11.1.1.6.38.61.92     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.6.38.61.92     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.6.38.61.92     Loaded
    J2EE     oracle.j2ee     11.1.1.6.38.61.92     Loaded
    J2EE     oracle.j2ee.webapp.ve     11.1.1.6.38.61.92     Loaded
    J2EE     oracle.j2ee.webapp.ve.facelets     11.1.1.6.38.61.92     Loaded
    J2EE CSS     oracle.css     11.1.1.6.38.61.92     Loaded
    J2EE Faces Config     oracle.j2ee.facesconfig     11.1.1.6.38.61.92     Loaded
    J2EE Web App     oracle.j2ee.webapp     11.1.1.6.38.61.92     Loaded
    J2EE-ADRS     oracle.j2ee.adrs     11.1.1.6.38.61.92     Loaded
    J2ee extension help     oracle.j2ee.help     11.1.1.0.0     Loaded
    JDeveloper     oracle.jdeveloper     11.1.1.6.38.61.92     Loaded
    JDeveloper Runner     oracle.jdeveloper.runner     11.1.1.6.38.61.92     Loaded
    JGoodies Forms     oracle.jdeveloper.jgoodies     11.1.1.6.38.61.92     Loaded
    JPublisher     oracle.jdeveloper.db.jpub     11.1.1.6.38.61.92     Loaded
    JSON Language support     oracle.jdeveloper.json     11.1.1.6.38.61.92     Loaded
    JViews Registration Addin     oracle.diagram.registration     11.1.1.6.38.61.92     Loaded
    Java Annotation Inspector     oracle.jdeveloper.annotation.inspector     11.1.1.6.38.61.92     Loaded
    Java Breadcrumbs     oracle.jdeveloper.ceditor-breadcrumbs-java     11.1.1.6.38.61.92     Loaded
    Java Class Modeler     oracle.javamodeler     11.1.1.6.38.61.92     Loaded
    Java Modeler Toplink extensions     oracle.javamodeler.toplink     11.1.1.6.38.61.92     Loaded
    Java Server Faces Page Flow Modeler     oracle.jsfmod     11.1.1.6.38.61.92     Loaded
    Java Structure Compare     oracle.jdeveloper.java-compare     11.1.1.6.38.61.92     Loaded
    Java Type Search     oracle.jdeveloper.searchbar.java     11.1.1.6.38.61.92     Loaded
    Java extension help     oracle.java.help     11.1.1.0.0     Loaded
    JavaBeans, Swing, and AWT     oracle.swingawt     11.1.1.6.38.61.92     Loaded
    JavaScript Language Support     oracle.ide.javascript     11.1.1.6.38.61.92     Loaded
    Jdeveloper UI Editor     oracle.jdeveloper.uieditor     11.1.1.6.38.61.92     Loaded
    Jdeveloper XML Extension     oracle.jdeveloper.xml     11.1.1.6.38.61.92     Loaded
    Legacy Controller Design-Time     oracle.controller.bm.dt     11.1.1.6.38.61.92     Loaded
    Legacy Preferences integration for BM     oracle.modeler.bm.prefs     11.1.1.6.38.61.92     Loaded
    Log Window     oracle.ide.log     11.1.1.6.38.61.92     Loaded
    MDS Extension     oracle.mds     11.1.1.6.38.61.92     Loaded
    MOF Ide Integration     oracle.mof.ide     11.1.1.6.38.61.92     Loaded
    MOF Modeler Integration     oracle.modeler.mof     11.1.1.6.38.61.92     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.6.38.61.92     Loaded
    Modeler Framework     oracle.modeler     11.1.1.6.38.61.92     Loaded
    Modeler Framework Common Layer     oracle.modeler.common     11.1.1.6.38.61.92     Loaded
    Modelling migration from BM     oracle.modeler.bm.migrate     11.1.1.6.38.61.92     Loaded
    Navigator     oracle.ide.navigator     11.1.1.6.38.61.92     Loaded
    Nightly Indexing support     oracle.ideimpl.indexing-rt     11.1.1.6.38.61.92     Loaded
    OAR/MAR/SAR Deployment Support Extension     oracle.deploy.orapp     11.1.1.6.38.61.92     Loaded
    OWSM Policy Manager Installer     oracle.jdeveloper.webservice.wsmpm.installer     11.1.1.6.38.61.92     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.6.38.61.92     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.64.48     Loaded
    Offline Database     oracle.jdeveloper.offlinedb     11.1.1.6.38.61.92     Loaded
    Offline Database Import/Generate     oracle.jdeveloper.offlinedb.transfer     11.1.1.6.38.61.92     Loaded
    Offline Database Reports Extension     oracle.jdeveloper.offlinedb.report     11.1.1.6.38.61.92     Loaded
    Offline Database SXML     oracle.jdeveloper.offlinedb.sxml     11.1.1.6.38.61.92     Loaded
    Offline Database User Properties     oracle.jdeveloper.offlinedb.userprops     11.1.1.6.38.61.92     Loaded
    Offline Database User Properties SXML     oracle.jdeveloper.offlinedb.userprops.sxml     11.1.1.6.38.61.92     Loaded
    Oracle Database Browser     oracle.sqldeveloper.thirdparty.browsers     11.1.1.64.48     Loaded
    Oracle Enterprise Repository Editor     oracle.jdeveloper.oereditor     11.1.1.6.38.61.92     Loaded
    Oracle IDE     oracle.ide     11.1.1.6.38.61.92     Loaded
    Oracle JDevloper Deployment Core Module     oracle.deploy.core     11.1.1.6.38.61.92     Loaded
    Oracle MDS Design time     oracle.mds.dt     11.1.1.6.38.61.92     Loaded
    Oracle Mobile ADF     oracle.wireless.dt     11.1.1.6.38.61.92     Loaded
    Oracle Page Templates     oracle.adf-page-template-samples     11.1.1.6.38.61.92     Loaded
    Oracle Public Cloud     oracle.jdeveloper.cloud     11.1.1.0.0     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.64.48     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.64.48     Loaded
    Oracle SQL Developer Worksheet     oracle.sqldeveloper.worksheet     11.1.1.64.48     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.64.48     Loaded
    PL/SQL Debugger     oracle.jdeveloper.db.debug.plsql     11.1.1.6.38.61.92     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.6.38.61.92     Loaded
    Peek     oracle.ide.peek     11.1.1.6.38.61.92     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.6.38.61.92     Loaded
    Profiler     oracle.jdeveloper.profiler     11.1.1.6.38.61.92     Loaded
    Properties File Support     oracle.jdeveloper.props     11.1.1.6.38.61.92     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.6.38.61.92     Loaded
    Quick Start Features for Web Applications     quickstart.webapp.dt     11.1.1.6.38.61.92     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.6.38.61.92     Loaded
    REST Web Services     oracle.jdeveloper.webservice.rest     11.1.1.6.38.61.92     Loaded
    Refactoring     oracle.jdeveloper.refactoring     11.1.1.6.38.61.92     Loaded
    Replace With     oracle.ide.replace     11.1.1.6.38.61.92     Loaded
    Reports Extension     oracle.javatools.report     11.1.1.6.38.61.92     Loaded
    Resource Bundle Support     oracle.ide.resourcebundle     11.1.1.6.38.61.92     Loaded
    Resource Bundle Support for Properties Files     oracle.jdeveloper.resourcebundle.props     11.1.1.6.38.61.92     Loaded
    Resource Catalog Application Server Adapter     oracle.jdeveloper.asadapter     11.1.1.6.38.61.92     Loaded
    Resource Catalog DB UI extension     oracle.jdeveloper.db.rcadapter.ui     11.1.1.6.38.61.92     Loaded
    Resource Catalog Database Adapter     oracle.jdeveloper.rcdbadapter     11.1.1.6.38.61.92     Loaded
    Resource Catalog WSIL Adapter     oracle.jdeveloper.rcwsiladapter     11.1.1.6.38.61.92     Loaded
    Resource Lookup     oracle.jdeveloper.rclookup     11.1.1.6.38.61.92     Loaded
    Runner     oracle.ide.runner     11.1.1.6.38.61.92     Loaded
    SQL*Plus Integration     oracle.jdeveloper.db.sqlplus     11.1.1.6.38.61.92     Loaded
    SQLJ     oracle.jdeveloper.sqlj     11.1.1.6.38.61.92     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    SearchBar Commands     oracle.ide.searchbar.commands     11.1.1.6.38.61.92     Loaded
    Searchbar Preferences     oracle.ide.searchbar.preferences     11.1.1.6.38.61.92     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.64.48     Loaded
    Struts Page Flow Modeler     oracle.struts     11.1.1.6.38.61.92     Loaded
    Studio     oracle.studio     11.1.1.6.38.61.92     Loaded
    Studio extension help     oracle.studio.help     11.1.1.0.0     Loaded
    Template     oracle.ide.ceditor-template     11.1.1.6.38.61.92     Loaded
    TopLink     oracle.toplink     11.1.1.6.38.61.92     Loaded
    Trinidad Databinding Design Time     oracle.trinidad-databinding-dt     11.1.1.6.38.61.92     Loaded
    Trinidad Design Time     oracle.trinidad-dt     11.1.1.6.38.61.92     Loaded
    UDDI Resource Catalogue Provider     oracle.jdevimpl.uddiadapter     11.1.1.6.38.61.92     Loaded
    UML XMI     oracle.uml.v2.xmi     11.1.1.6.38.61.92     Loaded
    UML v2     oracle.uml.v2     11.1.1.6.38.61.92     Loaded
    UML v2 Activity Modeler     oracle.uml.v2.activity     11.1.1.6.38.61.92     Loaded
    UML v2 Class Diagram     oracle.uml.v2.clazz     11.1.1.6.38.61.92     Loaded
    UML v2 Migration     oracle.uml.v2.migrate     11.1.1.6.38.61.92     Loaded
    UML v2 Sequence Diagram     oracle.uml.v2.sequence     11.1.1.6.38.61.92     Loaded
    UML v2 Transformation to Java     oracle.uml.v2.umljava     11.1.1.6.38.61.92     Loaded
    UML v2 Use Case Diagram     oracle.uml.v2.usecase     11.1.1.6.38.61.92     Loaded
    UML2 Modelers Common Classes     oracle.uml.v2.modeler     11.1.1.6.38.61.92     Loaded
    URL Connection Designtime     oracle.jdevimpl.urlconn     0     Loaded
    VHV     oracle.ide.vhv     11.1.1.6.38.61.92     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.6.38.61.92     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.6.38.61.92     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.6.38.61.92     Loaded
    WSDL Chooser     oracle.jdeveloper.wsdllookup     11.1.1.0.0     Loaded
    WSDL web services extension     oracle.jdevimpl.wsdl     11.1.1.6.38.61.92     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.6.38.61.92     Loaded
    Web Services     oracle.jdeveloper.webservice     11.1.1.6.38.61.92     Loaded
    WebDAV Connection Support     oracle.jdeveloper.webdav2     11.1.1.6.38.61.92     Loaded
    WebStart     oracle.j2ee.webstart     11.1.1.0.0     Loaded
    XML Compare     oracle.jdeveloper.xml-compare     11.1.1.6.38.61.92     Loaded
    XML Editing Framework IDE Extension     oracle.ide.xmlef     11.1.1.6.38.61.92     Loaded
    XML Editing Framework Java Integration     oracle.jdeveloper.xmlef     11.1.1.6.38.61.92     Loaded
    adf-deploy-dt     oracle.adfdt.common.deploy     11.1.1.6.38.61.92     Loaded
    adf-deploy-dt-mds     oracle.adfdt.common.deploy.mds     11.1.1.6.38.61.92     Loaded
    adf-installer-ide     adf.installer.dt     11.1.1.6.38.61.92     Loaded
    adf-logging-dt     oracle.adf.logging.dt     11.1.1.6.38.61.92     Loaded
    adf-model-debugger-dt     oracle.adf-model-debugger-dt     11.1.1.6.38.61.92     Loaded
    adf-model-sqldc-ide     oracle.adfm.sqldc     11.1.1.6.38.61.92     Loaded
    adf-model-tools     oracle.adf.model.tools     11.1.1.6.38.61.92     Loaded
    adf-security-policy-dt     oracle.adfdtinternal.adf-security-policy-dt     11.1.1.6.38.61.92     Loaded
    adf-share-audit     oracle.adf-share-audit     11.1.1.6.38.61.92     Loaded
    adf-share-deploy-dt     oracle.adf.share.deploy.dt     11.1.1.6.38.61.92     Loaded
    adf-share-dt     oracle.adf.share.dt     11.1.1.6.38.61.92     Loaded
    adfm-business-editor-deploy     oracle.adf.businesseditor.deploy     11.1.1.6.38.61.92     Loaded
    adfm-business-editor-ide     oracle.adf.model.businesseditor     11.1.1.6.38.61.92     Loaded
    adfm-business-editor-settings-ide     oracle.adfm.businesseditor.settings     11.1.1.6.38.61.92     Loaded
    adfmcoredt-xdf     oracle.adfm.xdf     11.1.1.6.38.61.92     Loaded
    adfquerylovdt     oracle.adf-faces-query-and-lov-dt     11.1.1.6.38.61.92     Loaded
    appoverview     oracle.ide.appoverview     11.1.1.6.38.61.92     Loaded
    asnav-cloud     oracle.jdeveloper.asnav.cloud     11.1.1.6.38.61.92     Loaded
    asnav-weblogic     oracle.jdeveloper.asnav.weblogic     11.1.1.6.38.61.92     Loaded
    audit     oracle.ide.audit     11.1.1.6.38.61.92     Loaded
    audit-core     oracle.ide.audit.core     11.1.1.6.38.61.92     Loaded
    bi-jdbc     oracle.bi.jdbc     11.1.1.6.38.61.92     Loaded
    classpath: protocol handler extension     oracle.jdeveloper.classpath     11.1.1.0.0     Loaded
    db-audit     oracle.ide.db.audit     11.1.1.6.38.61.92     Loaded
    db-modeler-transform     oracle.dbmodeler.transform     11.1.1.6.38.61.92     Loaded
    dcadapters-ide     oracle.adfm.dc-adapters     11.1.1.6.38.61.92     Loaded
    dependency-java     oracle.jdeveloper.java.dependency     11.1.1.6.38.61.92     Loaded
    dependency-refactor     oracle.jdeveloper.refactoring.dependency     11.1.1.6.38.61.92     Loaded
    deploy-ant     oracle.deploy.ant     11.1.1.6.38.61.92     Loaded
    deploy-rt     oracle.jdevimpl.deploy-rt     11.1.1.6.38.61.92     Loaded
    feedback-client2     oracle.ideimpl.feedback2.client     11.1.1.6.38.61.92     Loaded
    ide-diagnostics     oracle.ide.diagnostics     11.1.1.0.0     Loaded
    j2ee-adrsimpl     oracle.j2ee.adrsimpl     11.1.1.0.0     Loaded
    j2ee-cloud     oracle.j2ee.cloud     11.1.1.6.38.61.92     Loaded
    j2ee-facelets     oracle.j2ee.facelets     11.1.1.6.38.61.92     Loaded
    j2ee-jpsconfig     oracle.j2ee.jpsconfig     11.1.1.6.38.61.92     Loaded
    j2ee-security     oracle.j2ee.security     11.1.1.6.38.61.92     Loaded
    j2ee-server     oracle.j2ee.server     11.1.1.0.0     Loaded
    j2ee-server-dt     oracle.j2ee.server.dt     11.1.1.6.38.61.92     Loaded
    j2ee-serverimpl     oracle.j2ee.serverimpl     11.1.1.6.38.61.92     Loaded
    j2ee-weblogic     oracle.j2ee.weblogic     11.1.1.6.38.61.92     Loaded
    j2ee-weblogic-editors     oracle.j2ee.weblogic.editors     11.1.1.6.38.61.92     Loaded
    jdukshare     oracle.bm.jdukshare     11.1.1.6.38.61.92     Loaded
    library-dconfig-infra     oracle.jdeveloper.library.dconfig.infra     11.1.1.6.38.61.92     Loaded
    library-jee-api     oracle.jdeveloper.library.jee.api     11.1.1.6.38.61.92     Loaded
    library-jmx     oracle.jdeveloper.library.jmx     11.1.1.6.38.61.92     Loaded
    library-jps     oracle.jdeveloper.library.jps     11.1.1.6.38.61.92     Loaded
    library-weblogic-api     oracle.jdeveloper.library.weblogic.api     11.1.1.6.38.61.92     Loaded
    library-weblogic-client     oracle.jdeveloper.library.weblogic.client     11.1.1.6.38.61.92     Loaded
    mof     oracle.mof     11.1.1.6.38.61.92     Loaded
    mof-index     oracle.mof.index     11.1.1.6.38.61.92     Loaded
    mof-xmi     oracle.mof.xmi     11.1.1.6.38.61.92     Loaded
    oracle.adfm     oracle.adfm     11.1.1.6.38.61.92     Loaded
    oracle.adfm.contextual     oracle.adfm.contextual     11.1.1.6.38.61.92     Loaded
    oracle.dynamic-faces-dt     oracle.dynamic.faces     11.1.1.6.38.61.92     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.6.38.61.92     Loaded
    oracle.ide.filequery     oracle.ide.filequery     11.1.1.6.38.61.92     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.6.38.61.92     Loaded
    oracle.ide.usages-tracking     oracle.ide.usages-tracking     11.1.1.6.38.61.92     Loaded
    oracle.todo.tasks     oracle.todo.tasks     11.1.1.6.38.61.92     Loaded
    palette2     oracle.ide.palette2     11.1.1.6.38.61.92     Loaded
    placeholder-jsf-ui     oracle.placeholderjsf-ui     11.1.1.6.38.61.92     Loaded
    placeholderdc-dt     oracle.placeholderdc.dt     11.1.1.6.38.61.92     Loaded
    rcasadapter-cloud     oracle.jdeveloper.asadapter.cloud     11.1.1.6.38.61.92     Loaded
    rcasadapter-cloud-api     oracle.jdeveloper.asadapter.cloud.api     11.1.1.6.38.61.92     Loaded
    rcasadapter-dt     oracle.jdeveloper.asadapter.dt     11.1.1.6.38.61.92     Loaded
    rcasadapter-oc4j     oracle.jdeveloper.asadapter.oc4j     11.1.1.6.38.61.92     Loaded
    rcasadapter-rescat2     oracle.jdeveloper.asadapter.rescat2     11.1.1.6.38.61.92     Loaded
    rcasadapter-thirdparty     oracle.jdeveloper.asadapter.thirdparty     11.1.1.6.38.61.92     Loaded
    rcasadapter-weblogic     oracle.jdeveloper.asadapter.weblogic     11.1.1.6.38.61.92     Loaded
    rcasadapter-weblogic-api     oracle.jdeveloper.asadapter.weblogic.api     11.1.1.6.38.61.92     Loaded
    rescat2     oracle.jdevimpl.rescat2     11.1.1.6.38.61.92     Loaded
    resourcebundle-api-adfdeps     oracle.jdeveloper.resourcebundle.adfdeps     11.1.1.6.38.61.92     Loaded
    resourcebundle-api-xliff     oracle.resourcebundle.xliff     11.1.1.6.38.61.92     Loaded
    resourcebundle-customization     oracle.jdeveloper.resourcebundle.customization     11.1.1.6.38.61.92     Loaded
    searchbar-gallery     oracle.ide.searchbar.gallery     11.1.1.6.38.61.92     Loaded
    searchbar-help     oracle.ide.searchbar.help     11.1.1.6.38.61.92     Loaded
    searchbar-index     oracle.ide.searchbar.index     11.1.1.6.38.61.92     Loaded
    status     oracle.ide.status     11.1.1.6.38.61.92     Loaded
    xml-schema-dt     oracle.jdevimpl.xml.schema     11.1.1.6.38.61.92     Loaded
    xsl-dt     oracle.jdevimpl.xml.xsl     11.1.1.6.38.61.92     Loaded
    xsqldt-ide     oracle.xsqldt-ide     11.1.1.6.38.61.92     Loaded(ii) The beginning portion of my jar file as output by the hex editor
    504B0304140008080800844E7E41000000000000000000000000090004004D4554412D494E462FFECA00000300504B0708000000000200000000000000504B0304140008080800844E7E41000000000000000000000000140000004D4554412D494E462F4D414E49464553542E4D46F34DCCCB4C4B2D2ED10D4B2D2ACECCCFB35230D433E0E5722E4A4D2C494DD175AA040998EB192868F8172526E7A42A38E71715E417259600D56AF272F1720100504B07083F4283104000000041000000504B030414000808080010AF7D4100000000000000000000000010000000443030314170706C65742E636C6173739557097C1C6515FF7FD94D66773B39CB962ED096D256364DD26D5A48611B5ADA84D4D42454124AD35ACD6477924CBAD95D66274D8B0A1E8007E20188E00148C17880D052368170299EA878A2888A8A175A4F040FAC84FF9BDD5C6D5A607F3BDFF1EEF7BEF7DE37F3D84BF73F0460B5F206B01E5704A0E1CA00DE83F7CAEA7D1ADE1F4021AED2F001D95FA1E1EA00FC42E6C70765B8D2870F09F9877DF888ECAF11B26B65B84EB61F0DE07A7C4C861B647BA31F1FC72764F8A46C3F25C34D427C7300B7E03A0D9FD6706B000BB04FF6B7C970BB86CF04701A867DF8ACCC9FF3E1F3327F41863B64B8730E16E28B427B57007763BF860301D4E01E0D070388E05E19B21A460258855119EEF3E37E8CF9F08086070378080F6B782480B385F2167C49905F16A71F0D70F5150D5F5528CB98B66524B69A76C64A252F6C6E54509B158A1B52C98C63249DAD4662D02C44EEA7148AEAADA4E5AC53F0842BB72A781B527153A1B4C54A9A6D8303DDA6DD61742708A96849C528D6A070EEF340AFD36765144E6889AF5C596BA4D39146CE1BD2E984E9ACA5E8FEEE66CA56089CB72766A61DDA4362AFE5C214D9832DFDC66E23923092BD9149123216B73B466C57AB9176D5F060C9356058498579E11DD378DA1DDB4AF6AE75ED36EC5E0A9F3B0B9A8618AE490A853DB631608AC142B527921922416473934049A7E213A88831E4441AAD013399C999E47739DBAD4BC85DC840DA94E6CD38A9B4821637338E9DDAABE0B34D232E21A0288B4FB34241CC5658D2924A9BC99861C723B1946D467844BBAD98196920E402F3E241F253454126A6B0F818A4ED035429F424F4F61831FA5A35459A4A3B112B938AF464224D56C2DC108B99998C50B7E7D8457ABC4761E1AC2C42286CAE68CB3DD7B8E118E4D9B191437FAD0CAB08(iii) Contents of MANIFEST.MF
    Manifest-Version: 1.0
    Created-By: 1.7.0 (Oracle Corporation)(iv) The error message as it appears
    *ClassFormatError*
    Incompatible magic value 1013478509 in class file D001AppletI know that searching a stuff as the hex output is tedious; however, I did it and did not find the value 0xCAFEBABE, the magic value.
    Please let me know if this helped or if you need some further info.
    Thanks, regards,
    Miklos

Maybe you are looking for

  • PSE 12 does not crop after "updates" by windows 8.1 and/or chrome

    All was working fine on my new Asus zenbook running PSE 12 on 8.1.  Then the computer eves updated chrome and windows 8.1. Suddenly, the cursor grabs onto images and commands and twirls them around randomly.  I cannot get PSE to crop an image.  The c

  • Document Checkin

    Hi Guys, Am using BAPI  - >   "BAPI_DOCUMENT_CHECKIN2" to checkin a Document When i use this BAPI in R/3 Backend System, the document get"s checked in without any problem. All problem starts when i use this BAPI in External System to checkin Document

  • Adobe Indesign 3 Menu grayed out

    All the tools in the menu along the top are grayed out. They are unworkable. Also when I initially open Indesign 3, the title page opens but lacks the green and red button on the upper left corner and seems disabled. I reinstalled Indesign 3 and thou

  • Shuts down on its own

    Ive had this problem only happy twice but i didnt find no solution to itself and just stopped on its own. Now it has come back to haunt me, it happens every single time i try to open a folder, or when i insert a picture the folder will open and then

  • Ralink WLAN will not install

    I have tried every HP download to reinstall my wireless driver Ralink WLAN. I have even done a full restore of the computer. The WLAN does not show up under network adapters and I have even tried to download by recovery manager(hardware). The HP down