Jpa haven't any .jar file is in need?

I have jpa delete class , work fine on sun glassfish, but when load the class to sun Java system , and when I dod the actually delete I get the Jpa haven’t any .jar file is in need? what can I deal this problem??
Thank You
I mean the application work on glassfish but not on Sun Java system Web Server
Edited by: Hjava on May 29, 2011 6:41 PM

Sorry, I'm not sure I understand the question. Can you post a bit more about what you are doing and what you are having problems with. Please also include any exception you may get, with the stack trace. Are you saying that your application works in a server but not outside of one?
Best Regards,
Chris

Similar Messages

  • Why will my MBP not allow me to load any .jar files?

    Recently after the Mountain Lion update came out, my java launcher (well I supposed that is the problem) will not let me open any .jar files. If you have any clue, please respond. I have been stuck with this problem and trying to find solutions, but I have found none.  Thanks in advance!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Click the Clear Display icon in the toolbar. Try the action that you're having trouble with again. Post any messages that appear in the Console window – the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • BiPub 10.1.3.4 upgrade:What jar files do I need to include in a chart proj?

    JDev 10.1.3.4
    BIPub 10.1.3.4 Build 129 desktop
    I have a series of reports with graphs which work by calling the xdo engine from a JDev designed web app. Worked fine with the previous version 562.
    I just upgraded the desktop tool and rebuilt an old graph. The tables work, but the graphs/charts do not. I assume it is a jar / lib compatibility issue.
    What jar files do I need to include in the project? What precedence do they need?
    Also, what is the difference between setting a library reference and putting the jar files in the Web INF directory?
    Thanks.
    Steve

    Just wanted to add to this ... I loaded BIPub Server 10.1.3.4 where I extracted the xdocore.jar from to put in my project. The report previews fine in there, both graphs and tables. Also works in Word.
    When I use the following code (which worked fine in previous version) the pdf opens with the table and an empty chart.
    Any ideas??
    Steve
    public String getPDF(java.sql.Connection jdbcConnection, String sqlOrDataXMLpath,
    Hashtable parameters,String templateXMLpath,OutputStream streamOut,
    String flgType)
    // create PDF and save in output path
    // flgType SQL or DD for sql or datadef
    // return error string if error
    try //convert rtf template to xsl
    // First store the xsl in a byte array input stream
    ByteArrayOutputStream xslOut = new ByteArrayOutputStream();
    RTFProcessor rtfProcessor = new RTFProcessor(templateXMLpath);
    rtfProcessor.setOutput(xslOut);
    rtfProcessor.process();
    byte[] b = xslOut.toByteArray();
    bais_xsl = new ByteArrayInputStream(b);
    // Next store the data in a byte array input stream
    ByteArrayOutputStream dataOut = new ByteArrayOutputStream();
    DataProcessor dataProcessor = new DataProcessor();
    dataProcessor.setConnection(jdbcConnection);
    if (flgType.equals("SQL"))
    { dataProcessor.setSql(sqlOrDataXMLpath); }
    else
    { dataProcessor.setDataTemplate(sqlOrDataXMLpath); }
    dataProcessor.setParameters(parameters);
    dataProcessor.setOutput("c:\\\\temp\\\\Test.xml");
    dataProcessor.processData(); //data is now in a file for debug
    if (flgType.equals("SQL"))
    { dataProcessor.setSql(sqlOrDataXMLpath); }
    else
    { dataProcessor.setDataTemplate(sqlOrDataXMLpath); }
    dataProcessor.setParameters(parameters);
    dataProcessor.setOutput(dataOut);
    dataProcessor.processData(); //data is now in dataOut stream
    b = dataOut.toByteArray();
    bais_data = new ByteArrayInputStream(b);
    // now do document merge
    FOProcessor processor = new FOProcessor();
    processor.setData(bais_data);
    processor.setTemplate(bais_xsl);
    processor.setOutput(streamOut);
    processor.setOutputFormat(FOProcessor.FORMAT_PDF);
    processor.generate();
    catch (IOException e)
    System.out.println("IOException:getPDF " + e.getMessage());
    catch (XDOException e)
    System.out.println("XDOException:getPDF: " + e.getMessage()) ;
    catch (SQLException e)
    System.out.println("SQLException:getPDF: " + e.getMessage()) ;
    return("Success");
    Edited by: user6357416 on Oct 24, 2008 11:55 AM

  • I can't extract any .jar files?

    Hey,
    I think I have all the runtimes installed. Trying to install the ajax blueprints package. If I double click the jar file nothing happens. If I do a "java -jar package.jar" I get this
    C:\java>java -jar bpcatalog-1.0.1_02-installer.jar
    Exception in thread "main" java.lang.UnsupportedClassVersionError: bpcatalog (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    I also get something similar trying to install glassfish :(
    Thanks
    Craig

    This error
    Exception in thread "main" java.lang.UnsupportedClassVersionError: bpcatalog (Unsupported major.minor version 49.0)
    means you're trying to use a Java version earlier than 1.5.0 to manipulate Java classes that were compiled with 1.5 - the older version can't understand the newer class files.
    You'll probably need to change to the current Java version.

  • How to Sign jar file?? (Needed to access a File Outside of JAR)

    Hi
    We had a program that acces a txt file in the nokia's memory card but we need to sign the program because if doesn't do that we can't access to the file.
    Thank you

    Hi!!
    I tryed and my N70 says "Imposible install the application".
    and this is my jad code:
    MIDlet-1: VA2, , VA2
    MIDlet-Jar-Size: 2030
    MIDlet-Jar-URL: VA2.jar
    MIDlet-Name: VA2
    MIDlet-Vendor: Vendor
    MIDlet-Version: 1.0
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0
    MIDlet-Permissions:javax.microedition.io.Connector.http, com.qualcomm.qjae.gps.Gps
    MIDlet-Permissions-Opt:javax.microedition.io.Connector.socket,javax.microedition.io.Connector.file.read,javax.microedition.pim.ContactList.read,javax.microedition.io.Connector.sms,javax.wireless.messaging.sms.send,javax.wireless.messaging.sms.receive,javax.microedition.io.PushRegistry
    Thank you

  • Can't open java control panel or any other .jar file

    Unable to load any .jar file(like jdownloader) or the java control panel .The javaw.exe loads,but the window never open.Maybe it has to do with windows gui?I also got this error:(I don't know if this has to do anything about this-I am a regular user)
    ERROR --- from---log
    sorry, i falsely posted this message
    Edited by: Agosto1990 on Jun 6, 2010 11:13 AM

    Unable to load any .jar file(like jdownloader) or the java control panel .The javaw.exe loads,but the window never open.Maybe it has to do with windows gui?I also got this error:(I don't know if this has to do anything about this-I am a regular user)
    ERROR --- from---log
    sorry, i falsely posted this message
    Edited by: Agosto1990 on Jun 6, 2010 11:13 AM

  • Jar file is not being creating

    Dear Members,
    My problem is that: I am using a serialized class in my project.( i.e. I created another project, I made up a serialized class in this this project And I compiled this project. Later I added this project to my actual/first project' s library folder for using this seralized class.) After I disposed my actual project. I builded it for creating a jar file. But any jar file is not falling out (I am using NetBeans) Could you help me please to solve this problem?
    Thank you for taking the time...
    Regards,

    Dear Members,
    My problem is that: I am using a serialized class in my project.( i.e. I created another project, I made up a serialized class in this this project And I compiled this project. Later I added this project to my actual/first project' s library folder for using this seralized class.) After I disposed my actual project. I builded it for creating a jar file. But any jar file is not falling out (I am using NetBeans) Could you help me please to solve this problem?
    Thank you for taking the time...
    Regards,

  • URLClassLoader + dynamically loading signed jar files

    I have an applet that does not know all of the jar files it will need to load at startup.
    I would like to dynamically load these signed jar files using the URLClassLoader, however it does not recognize these jar files as being signed and I get java.security.AccessControlException: access denied errors.
    Any suggestions?
    Thanks!

    Try this classloader for loading the jars, it should to the trick:
    import java.net.URL;
    import java.net.URLClassLoader;
    import java.net.URLStreamHandlerFactory;
    import java.security.AllPermission;
    import java.security.CodeSource;
    import java.security.PermissionCollection;
    import java.security.Permissions;
    public class AllPermissionsClassLoader extends URLClassLoader {
        public AllPermissionsClassLoader (URL[] urls) {
            super(urls);
        public AllPermissionsClassLoader (URL[] urls, ClassLoader parent) {
            super(urls, parent);
            System.out.println(parent);
        public AllPermissionsClassLoader (URL[] urls, ClassLoader parent, URLStreamHandlerFactory factory) {
            super(urls, parent, factory);
        protected PermissionCollection getPermissions (CodeSource codesource) {
            Permissions permissions = new Permissions();
            permissions.add(new AllPermission());
            return permissions;
    }

  • What are the basic .jar files to be set in web dynpro project classpath

    Hi,
    I am having a problem while customizing the ESS. I used DTR, DC and imported configuration. After that, I created project from one of the DC(say ess/jp/addr). Later when I open an iView from any Web Dynpro component, I am getting lot of errors without even making any modifications.
    I closed the project and reopened it and reload & rebuilt, but it doesn't solved my problem. In my classpath settings I couldn't find any jar files except the jre_lib. Could you please let me know what are the basic jar files we have to set in classpath and where to get them from. We are using NWDS 7.0.06 version.
    Can you please let me know how to solve this or any other way to work around this.
    It's an urgent to be fixed as early as possible, plz help me out.
    Thanks & Regards,
    Raj

    Hi Julien,
    Thanks for your reply.
    We imported the the specified SCAs in our track.
    we are getting the following errors.
    Kind Status Priority Description Resource In Folder Location
    Error The import com.sap.xss.per cannot be resolved CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 18
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument fpm of the method loadConfiguration CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 113
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument currentPerspective of the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument perspective of the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    we manually set below .jar files in classpath settings.
    pcuixssfpm.jar
    pcuixssutils.jar
    logging.jar
    essper.jar
    Is there any alternative to work around.
    Thanks & Regards,
    Raj

  • Locating a JAR file

    Has this happened to you? You search the internet for some concept in Java and find a nice piece of code that illustrates perfectly what you want to do. So you do a little cut-n-pasting and off you go. But then you're suddenly stopped in your tracks due to an error in an import statement. Scratching your head, you stare at the import statement wondering where that particular package is located. You've got 6 million JAR files to search containg that illusive package. With nothing more to go on, you go looking for any JAR file on your system that might come even the slightest bit close to containing that package you desire - without luck. So there you sit, still sratching a bald spot on your head wondering how the heck you're going to find that JAR file. And here I sit too, slightly balder, and still searching.
    This happens all too often I'm affraid. Where oh where is the JAR to package cross reference search engine web site tool thingy I so desire? Being president of the "procrastinators society for ..", I have no desire to take on such a dubious project. I'm hoping someone out there with a bit more energy than I to taken on such a task and someone else to have researched and found that gem of a utility web site I spoke of and would kindly educate me on such web site.
    Thanks a bunch!

    You've got 6 million JAR files to search containg that illusive package.
    Load them all into your IDE's classpath. Then do a Java type search. Most IDE's will take you directly to the relevant JAR(s).
    - Saish

  • How to load Jar Files on demand

    Hi all.
    As must of you probably know, JAR files are downloaded on the initial phase when the first form is requested from the URL. This is done through the archive parameter.
    Although i recognized the advantage of such technique, there may be times, when one would wish to download certain JAR files when really needed.
    For example, the FormsGraph.jar may be needed only with certain form modules, but probably not for most. So my question is, apart from doing a web.show_document and calling the desired form with the appropiate config section, is it possible to download specific JAR files on demand???
    Thanks in advance ...!

    This is not really an "Oracle Forms" question. This is more of a java applet question that can be discussed in the Java forums.
    https://forums.oracle.com/forums/category.jspa?categoryID=285
    However, as far as I know, jar files are pulled on demand. You can easily test this with a simple form. For example, add any jar file to the ARCHIVE parameter in formsweb.cfg. Then open the JRE Control Panel and clear the cache. Now run the provided test form (test.fmx):
    http://server/forms/frmservlet?form=test
    Once the form has successfully started, open the JRE Control Panel again and open the Cache Viewer (General tab > View). Notice that the only files downloaded and cached are frmall.jar and Registry.dat. You may see a reference to your additional jar in the console, but the file was not brought down to the client. If you are seeing that a jar is being brought to the client with your own form, this is likely because your form is coded such that some code in that jar is being called and therefore is needed.

  • Including a .jad and a .jar file in presentations

    Hi:
    I did an application using the last version of the Sun Java Wirelless Toolkit 2.5. And now I have a .jad file and a .jar file. I need to include both in a power point presentation to be able to show the application. I dont want to do a link because I'm not gonna use my computer to do the presentation. Do I need to do something special in the deployment step to be able to do this ?
    I have tried to include the program this;
    Insert --> Object
    But it doesn't work.

    Hey listen what you want to do is possible but not in the way you want to do...
    if you want to demonstrate the functionality of your application or how it works then you can use use
    any screen recording software such as: Screen Recorder Gold, Qarbon's Viewlet Builder or ViewletCam
    such software help you to record the activity of screen then you can export the recorded screen shots to multiple formats and include them to your PP presentation...

  • How to load .jar files when not specified in the .jnlp file

    Hello,
    We are deploying an application with JWS but due to the nature of this app, we need to download additional jar file only when the user has been authenticated. The jar file(s) we need to download can hardly be predicted (in term of name) and thus cannot be all listed as lazzy resource in the .jnlp file.
    However, we would like to take advantage of the various JWS features relateed to .jar download and cache and would prefer not to reinvent the wheel by implementing our on stuff (i.e. URLClassLoader with caching etc.).
    Any idea, suggestion?
    Thanks in advance.
    Fred.

    How about writing a second jnlp file with the optional jar listed in it and running it only if your user is authenticated?

  • Is there a way to add jar file in my program

    sorry to botter you, but i really need help for this, i really dont know how to do it. i have my prog taht i want to put in jar file, that cause no problem, but my program isnt fully functionnal because he use a jar file (my driver to acces my database) taht i had mount in forte. but i cant put in in my class file, because i want my jar to be able to run everuwhere on any computer taht have the jre installed. so in resume, i want to add jar file in my program... can i have to add it in my jar file, or decomrpesse it and put the folder like org.postgre.mfileshere... ????? i really dont know
    thx to help me

    ok If I understood, you need to add a third part Jar
    file to your own Jar File App so...
    Yes, you can decompress it in a directory tree and
    merge it with your application (i.e) if you have a jar
    file like this:
    br.com.yourApp.util
    and a third part jar file like this:
    br.com.thirdPart.tools
    br.com.thirdPart.util
    you will have these directory trees:
    br/com/yourApp/util/
    br/com/thirdPart/tools/
    br/com/thirdPart/util/
    then you can marge it in a unique tree:
    br/com/yourApp/util/
    ....../thirdPart/tools/
    ................/util/
    then you can make a new jar file with it...
    .....OR YOU CAN ADD THE PATH where your JDBCDrive is
    placed to the classpath of your application just using
    the -classpath option execution string of you
    application, like this:
    C:\jreHome\bin\java.exe -jar -classpath
    .;C:\someDir\thirdPart.jar yourApp.jar
    That's the better way to do it and then everything
    will work! :-)
    []'s Igor
    Brazil * * * * *k thx, ill give a try, and give you result later. but can you answer me another question, why when i double click on any jar file executable, sometimes javawa start but do nothing, sometimes they start and said no main class find, sometimes dotn start anymore, and sometimes work perfectly...?? is the jdk taht is not good? i use the last one
    or problem with my instalation, or the prog i try to run?
    thx

  • Versions of ESS MSS business packs n about JCO jar file

    Hi Frndz..
    1)I want to know the versions of ESS n MSS busines pack
    2)Is there any jar file required while configuring JCO, if yes tell the name n use of that jar file
    Regards
    Rajesh
    09985516859

    Hello Rajesh,
    The versions are:
    ESS Business Pack 1.0 (Portal Content)
    ESS Business Pack 600 SP11 (Webdynpro Code)
    MSS Business Pack 1.0 (Portal Content)
    MSS Business Pack 600 SP11 (Webdynpro Code)
    There is no Jar file required in configuring jco's
    Regards,
    Shikhil

Maybe you are looking for

  • No privilages to restore file from time machine

    After selecting a file to restore from time machine. it comes back with an error stating "You don't have privilages to access this file." I am the only user and setup Time Machine under my user. Any suggestions would be appreciated. Thanks

  • Excise base Value

    Hi all, Currently system calculating "Base Value" of Excise Invoice based on exchange rate maintained in OB08 in case of Import PO. Our requirement is "Base Value" should be calculated on the basis of exchange rate in PO. Thanks in advanc

  • Where is APPDATA\roaming... on my imac

    I am trying to put presets into one of my programs and my insturctions say to copy the presets to C:\Users\myusername\AppData\Roaming\HDRsoft\PhotomatixPro\Presets I can not figure out how to do this- I went to the finder clicked on the mac hd- users

  • Can't close apps is07

    Can't close apps in IS07.02 - swipe up just doesn't work

  • Settings being reset upon shuttdown

    Recently (as of today) my MacBook Pro has been having issues "remembering" my settings/preferences for various applications/tools. Several miscellaneous things are being forgotten regardless of my continuous efforts to reapply them: View options for