Error when compiling .java file

Hi all

Controller extension, we did it to our customer.

When I am trying to compile the code with this command: javac xxchOrderLineDetatilsCO.java

This is comping the java code and create the .class file but when I try to open this page before oracle then I get the error message below.

"This class has been compiled for a newer version of the JRE.". The version expected 50.0 51.0 found. to oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)... »

I did some research on google and found the syntax below to compile java code.

javac-source 1.4 - target 1.4 filename.java

I used this syntax and code compiled with warning but it created the .class file and I was able to view the changes on the page at the front end oracle.

I get the warning message when I use this syntax below.

«WARNING: [options] bootstrap class path not defined jointly with - source 1.4»

1 WARNING.

Also what syntax would be one that suits to compile files .java to create the .class and which does not have the warning message indicates.

Thank you.

You environmental source file before compiling the file in the server?

I think that if you the source of the file env before compiling, it should be fine if you just use javac .

Reference:

How to "Source in the environment file.

See you soon

AJ

Tags: Oracle Applications

Similar Questions

  • Error when parsing the file ' value of the 'src' attribute is not valid; must be a URI'.  ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10): error while parsing the file ' "ol" element not allowed here; wait for the end-tag of t

    The members of the Forum kan help you

    Validation by using version 3.0.1 EPUB rules.

    ()https://github.com/IDPF/epubcheck( )

    December 9, 2015 15:27:33 THIS

    ---------------------------------------------------

    WARNING (OPF-007) to 'Hetgeheimfietsen.epub/OEBPS/content.opf' (line 2, column 227):

    Re-declaration of prefix reserved "rendition."

    ERROR (RSC-005) to "Hetgeheimfietsen.epub/OEBPS/toc.xhtml" (line 10, col 10):

    Error when parsing the file ' "ol" element not allowed here; waiting for the end-tag of the element or element "li" '.

    WARNING (CSS-007) to "Hetgeheimfietsen.epub/OEBPS/css/idGeneratedStyles_0.css" (line 60, col 2):

    Police made OEBPS/font/CambriaMath.ttc refers to fonts not standard type application/x-police-FTT.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-1.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    WARNING (PKG-012) to "Hetgeheimfietsen.epub/OEBPS/De_Alpe_d'Huez-2.xhtml":

    File name contains following non ascii characters: '. You want to change the name of the file.

    Check the finish with warnings or errors!

    In the file Toc delete the second "ol", as well as closing like Epubcheck duplicate codes

        the one after the other (delete the other)

    1. Errors when compiling the package

      Dear members,

      IAM after the standard user manual and try to create a few pacakages. When Iam compile the package Iam getting some errors which are as follows:

      My Pacakage:_

      PACKAGE 'XXARUN_EMP_FETCHER' AS
      FUNCTION XXARUN_GET_EMP(EMP_NO IN NUMBER) RETURN SHEIKYERBOUTI.
      END;

      Errors when compiling the above package_


      Error (2.1): PL/SQL: statement ignored
      Error (2.50): PLS-00201: identifier 'SheikYerbouti' must be declared


      _ My Package body

      PACKAGE BODY 'XXARUN_EMP_FETCHER' AS
      FUNCTION XXARUN_GET_EMP (EMP_NO IN NUMBER) OF RETURN IS

      EMP_FOUND EMPLOYEES % ROWTYPE;
      EMP_RTN SHEIKYERBOUTI.
      BEGIN
      SELECT *.
      IN EMP_FOUND
      EMPLOYEES
      WHERE EMPLOYED. EMPLOYEE_ID = EMP_NO;
      EMP_RTN: = SHEIKYERBOUTI
      *(*
      EMP_FOUND. EMPLOYE_ID,
      EMP_FOUND. LAST_NAME,
      EMP_FOUND. JOB_ID,
      EMP_FOUND. MANAGER_ID,
      EMP_FOUND. HIRE_DATE,
      EMP_FOUND. SALARY,
      EMP_FOUND.COMMISSION_PCT,
      EMP_FOUND. DEPARTMENT_ID
      *);*


      RETURN EMP_RTN;


      END;

      END;


      Compilation of erros when the Package body above_

      Error: PL/SQL: analysis of completed Compilation unit
      Error (1.26): PLS-00905: object HTEST. XXARUN_EMP_FETCHER is not valid
      Error (1.26): PLS-00304: impossible to compile 'XXARUN_EMP_FETCHER' body without its specification

      Please help me to solve the above problems.

      Thanks in advance.

      Best regards
      Arun Reddy.

      Published by: A4S on July 20, 2009 10:10

      Hello

      in
      PACKAGE 'XXARUN_EMP_FETCHER' AS
      FUNCTION XXARUN_GET_EMP(EMP_NO IN NUMBER) RETURN SHEIKYERBOUTI.
      END;

      SheikYerbouti must be declared as a type

      Kind regards

      Branislav

    2. Error when compiling form 6i

      Hi all

      I get the error memory during the compilation of the form.
      I tried with two commands.

      I run these commands starting at $AU_TOP/forms/US

      Initially, I tried with

      f60gen $AU_TOP/forms/US/XXTEST.fmb apps/opopop123 output_file =$XXEEG_TOP/forms/US/XXTEST.fmx
      and I got following error

      Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production
      With partitioning, OLAP and Oracle Data Mining options
      Release 9.2.0.8.0 - Production jserver
      PL/SQL Version 8.0.6.3.0 (Production)
      Oracle V6.0.8.21.0 Build #0 - Production procedure generator
      Oracle virtual graphics system Version 6.0.5.39.0 (Production)
      Oracle Multimedia Version 6.0.8.25.0 (Production)
      Oracle tools integration Version 6.0.8.17.0 (Production)
      Common tools Oracle zone Version 6.0.5.32.0
      The basic Oracle 4.0.6.0.0 - Production version
      Compilation of specifications package APP_CUSTOM...
      No compilation errors.

      Compilation of the package APP_CUSTOM body...
      Fault memory
      --------------------------------------------------------------------------------------------

      Secondly, I tried with
      f60gen Module=/opt/egapmdev/ebmdappl/au/11.5.0/forms/US/XXTEST.fmb Userid = apps/opopop123 Module_Type = batch FORM = yes Output_File = XXTEST.fmx
      Now the error has come was only "for lack of memory" without any other messages.

      Please you all a peek inside.

      Do you get the same error when you use the following command?

      module f60gen $ =.

      . FMB userid = APPS / output_file =.FMX module_type = form batch = yes compile_all = special

      Do you get the same error when compiling any other form? If so, please repeat the links adadmin f60gen, make sure that it succeeds and then run the same command again.

    3. ICE30 errors when compiling a WiX project and including the mstudiocommon.2010.msm

      Hello

      I am trying to create an msi using WiX for a project using the mergw VISA modules that come with VISA 5.3, that I installed it under the IEEE 488.2 package. mstudiovisa.2010.msm requires mstudiocommon.2010.msm. When I include them in the project file (.wxs). the compiler produces errors such as below (partial list)...

      I only get errors when using MSM in a Visual Studio installed the project.

      Any suggestions for a fix would be greatly appreciated.

      Thank you

      David

      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.

      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 2.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB' and 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 2.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB' and 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 1.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__016BDF7D90874798B4BE0BDA0C05A49A.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 2.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 2.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__2E0318AAB2BF4B7189A8CF21FD7185BC.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 5.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 5.CON | NationalInstruments.NiLmClientDLL.config' is installed by two different components on a LFN system in "[TARGETDIR] \Visa Tester\ ': 'C__46B6CB4FBD354C73B7A67EE8D9DA4361.039160C5A7A24C49AD122694436A47BB' and 'C__63DA4DFA08B847EBBE9EA67DDFA881CD.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 6.CON | NationalInstruments.Common.config "is installed by two different components on a LFN system in" [TARGETDIR] \Visa Tester\ ': 'C__4DCFB2C5FC44400BA4B4CA245390C113.039160C5A7A24C49AD122694436A47BB' and 'C__78B0A59F2E584CB48B2993A61B055DC3.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 6.CON | NationalInstruments.Common.config "is installed by two different components on a LFN system in" [TARGETDIR] \Visa Tester\ ': 'C__4DCFB2C5FC44400BA4B4CA245390C113.039160C5A7A24C49AD122694436A47BB' and 'C__78B0A59F2E584CB48B2993A61B055DC3.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.
      Light.exe (0,0): LGHT0204 error: ICE30: the target file ' NATION ~ 6.CON | NationalInstruments.Common.config "is installed by two different components on a LFN system in" [TARGETDIR] \Visa Tester\ ': 'C__4DCFB2C5FC44400BA4B4CA245390C113.039160C5A7A24C49AD122694436A47BB' and 'C__84BBDA9D53784C71992935FBA4FA4021.039160C5A7A24C49AD122694436A47BB '. This breaks the reference of the component count.

      Hi David,

      The WiX project example that I'm talking about is installed by Measurement Studio to "C:\Users\Public\Documents\National Instruments\MStudioVS2012\DotNET\Examples\Application\Deployment\WiX\All Libraries". However, this example only supports Measurement Studio libraries. We are finalizing some examples that support the material libraries, 488.2 and VISA, DAQmx. I'll post a link these here when they are published. But in the meantime, I have attached the current version of the examples that are close to final.

      For the dependencies required for a distribution list, you can consult the help topic of Studio measure measure Studio Modules merger and deployment files.

    4. error when compiling with jre 5.0 auditor

      Hello

      I have an application that has been developed with the JDK 6.0. It works fine on the Simulator as well as on the device.

      I need to make it compatible 5.0.

      I went to the jre 5.0 (installed with the plug-in in eclipse) and corrected all the errors of compilation (a few)

      Now I get and error when trying to package the application:

      Cannot open the C:\Users\MyUserName\eclipse_workspaces\Blacberry\AppName\bin/com.company.mobile.appname.AppNameL.crb/ dir

      Error! : error: auditor failed: C:\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\bin\preverify.exe d C:\Users\...

      Any tips?

      Thank you

      Alex

      Thank you guys for all the kinks.

      I managed to solve the problem by replacing the preverify.exe of 5.0 to 6.0.

      Might want to check this thread as well:

      http://supportforums.BlackBerry.com/T5/Java-development/problem-with-resource/TD-p/332908

    5. Error when importing complete file with many newspapers

      Hello

      I came across an error when you try to import an entire folder containing 118 newspapers (total size 63 MB), created by and imported to Signal Express 2012 (version 6.0.0).

      After about 80 of them have been imported without any problem, error, indicated in the attached file, see.

      The journal other files can be opened one by one after will have been delivered to market there is apparently no problem with files.

      My path to the folder that contains the log files are 81 characters long. I also tried a shortest path with only 9 characters, but it did not help.

      Looks like it's a bug in SE. Is there a solution?

      Concerning

      Jocke

      It turned out to be a bug in SigX2012. SigX opened the TDMS file handle but could not close during the import. So when a loading 118 connects at some point, SigX reached the memory limit.

      As for SigX2012, we have a solution for you. Newspapers, by half and each folder contains 59 newspapers. Launch SigX and import logs folder, and then save the recording project and exit SigX. SigX to restart and load the project you just save and import the other journal folder. Let me know if it works on your side.

      Once again, thank you for reporting the bug to us.

    6. Fonts missing error when compiling.

      I use the Output Designer 5.7. For presentment targets I PDF more all HP PCL5 and PCL6 most all printers Xerox PCL5, except that I removed targets Asian presentment. When I compile I get messages on the fonts of various sizes of Arial to Arial 10 pt. These messages mean that the police has been changed for all targets of presentation or just one? Is there anyway to say what targets presentment has modified fonts?

      Here is an example of a compilation of JFBatch message. A similar problem appears when compiling the GUI.

      MSG #: 100 police passed: ' Arial (W1) 8.0 PT - Regular "to:" (W1) Arial PT. 10.0 - Regular'.

      In fact, I thought that this one myself. If you compile from the user interface dialog box indicates which printer does not support the policy in question. If these printers were removed the presentation targets then the error disappears.

      In my case, the question was HP 4 L, 5 L and 6 L printers.

    7. error when importing dump file

      Hi am error when you import the dump file
      C:\>impdp sms01/sms01
      
      Import: Release 11.2.0.1.0 - Production on Mon Jun 3 13:17:28 2013
      
      Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
      
      Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
      With the Partitioning, OLAP, Data Mining and Real Application Testing options
      ORA-39006: internal error
      ORA-39068: invalid master table data in row with PROCESS_ORDER=-4
      ORA-01950: no privileges on tablespace 'USERS'
      
      ORA-39097: Data Pump job encountered unexpected error -1950

      DUMPFILE also happens to be an option for impdp. Probably not the best name for a directory object. That said, get rid of the semicolon at the end; Impdp is a command of the OS, not a SQL * Plus command.

    8. Received the error when compiling my forms

      Hello.
      I use Oracle 10 g on windows 7.
      I created a simple login page
      While I tried to compile my file
      I am getting following error

      Error:
      FRM-30118: cannot create file MODULE1.err warning message

      Hello

      I think that u have no authorization in the same folder where you saved, you're the FMAS
      Please check the security permission, then try to compile.

      Sarah

    9. Error when opening dmg file down loaded

      I tried 4 times at different times of the day today and the .dmg file that I double click to load comes with an error box that follows couldnot open drive - not recognized DesignStandard CS6 (reason) images.

      Size of the files I have an ending with. dmg.part (3,79 GB) and an another .dmg (3.78 GB the two file I get the same error as above)

      Machines:

      Power Mac 10.6.8 16 GB 2 x 2.66 GHz (core 12)

      Power Book 10.6.8 16 GB 2.2 processor intel core

      Its the purshased full version I get no error when download I get the icon on the file loaded down as I do on all dmg on the web files (I could pay for the version of messages/box)

      I just tried again this morning and the sound worked!

    10. Error when importing WSDL file created in JDeveloper inside BS

      Hi all

      I am faced error when importing WSDL service DBAdapter created using JDeveloper inside my business service at the OSB.
      The error in OSB is "the mapped resource does not exist.

      What version of OSB are you using? Please download the schema (.xsd) files as well. WSDL has references to this pattern, but they are not downloaded from where this error. On sbconsole, if you click on a WSDL name to see a button comes with the name of "references Edit." Click on which points to the xsd, you downloaded.

      Kind regards
      Anuj

    11. Error when saving the file cannot click to replace an old file

      I have a ploblem when I save my file, when you use older versions of mac os (max os x) when I save file and you want to replace the old file I just click in the file I want to replace and save, but when I update to macOS Sierra I can't do when I click on file it does not change the name and I have to type.

      This is for me a great void in the Sierra of Macos, it drives me crazy

    12. Error when compiling AMImpl.java to the side Server

      Hello

      When I am trying to compile the .java alongside files server I get the following errors, can someone help me what is it?


      Note: Some input files use operations dangerous or not.
      Note: Recompile with - Xlint: unchecked for more details.
      Note: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/webui/XxafpEepRebateCreateCO.java uses or overrides a deprecated API.
      Note: Recompile with - Xlint: deprecation for more details.
      Note: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/server/PricelistrebateAMImpl.java uses operations dangerous or not.
      Note: Recompile with - Xlint: unchecked for more details.
      javac: invalid indicator: /econv2/app/oracle/econv2comn/java/xxafp/oracle/apps/qp/pricelistrebate/picklist/server/DivisionPicklistVOImpl.JAVA



      Thank you
      Mahesh

      Hi Manu

      check if it helps out...

      http://www.rgagnon.com/javadetails/Java-0521.html

      AJ

    13. loadjava error when opening the file:-fix java.io.FileNotFound of Exception

      Dear,
      I have Oracle 11 GR 2 on Windows 2008r2. I have a very strange question while trying to load ordinary Java source. I get the error that loadjava cannot open the file. I use the following command to load:
      %ORACLE_HOME%\dbhome_1\BIN\loadjava -thin -user ORAMQ/***@localhost:1521:DEVAR -verbose -fileout %C:\temp\loadjava-9-MQReasonCodeResolver.java.log C:\src\MQReasonCodeResolver.java –resolve
      -----

      I got the following error in the file details:
      arguments: '-user' 'ORAMQ/***@localhost:1521:DEVAR' '-thin' '-verbose' '-fileout' 'C:\temp\loadjava-9-MQReasonCodeResolver.java.log' 'C:\src\MQReasonCodeResolver.java' '–resolve' 
      creating : source MQReasonCodeResolver
      loading  : source MQReasonCodeResolver
      Error while opening file: –resolve
          Exception java.io.FileNotFoundException: –resolve (The system cannot find the file specified)
      creating :  –resolve
      The following operations failed
           –resolve: opening file
      -----
      The code is very simple and has no problem:
      import java.lang.reflect.Field;
      
      public class MQReasonCodeResolver
      {
          public MQReasonCodeResolver()
          {
          }
      
          public static final String MQ_EXCEPTION_CLASS = "com.ibm.mq.MQException";
      
          public static final String RC_FIELD_PREFIX = "MQRC_";
      
          public static final String RC_VALUE_FIELD = "reasonCode";
      
          public static String resolve( Exception mqex )
          {
              if ( !canResolve( mqex ) )
                  return mqex.getClass().toString() + mqex.getMessage();
      
              Class class1 = mqex.getClass();
              try
              {
                  Field field = class1.getField( RC_VALUE_FIELD );
                  Object key = field.get( mqex );
                  Field[] fields = class1.getFields();
                  for ( int i = 0; i < fields.length; i++ )
                  {
                      Field ff = fields;
      String name = ff.getName();
      if ( name.startsWith( RC_FIELD_PREFIX ) && ff.get( null ).equals( key ) )
      {
      return mqex.getMessage() + " " + name;
      }
      }
      }
      catch ( Exception ex )
      {
      }
      return "unknown";
      }

      public static boolean canResolve( Exception exx )
      {
      Class class1 = exx.getClass();
      while ( Exception.class.isAssignableFrom( class1 ) )
      {
      if ( MQ_EXCEPTION_CLASS.equals( class1.getName() ) )
      return true;
      class1 = class1.getSuperclass();
      }
      return false;
      }

      }
      I load other classes and no issue, even jar files, I don't know what is the problem with this file? Also, it is strange is creating class and loading it has no issue, but the issue comes when resolve.
      
      Can anyone help?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

      Hello:
      Put your - solve the flag at the beginning of the argument list.
      Last arguments should be files to download by loadjava.
      Best regards, Marcelo.

    Maybe you are looking for