Classpath error: packages using packages

I'm getting an error while doing:
javac -classpath x.y.z x\y\z\*.java
---error message:
.\x\y\z\SubQueryHelper.java:159: cannot resolve symbol
symbol : variable ConvertSQL
location: class x.y.z.SubQueryHelper
java.sql.ResultSet resultSet = ConvertSQL.getResultSet(myTabResults);
^
---my classpath:
CLASSPATH=C:\;C:\WINNT;C:\WINNT\SYSTEM32;C:\j2sdk1.4.1_03;C;\j2sdk1.4.1_03;C:\j2sdk1.4.1_03\bin;C:\a\b\c;C:\a\b\c\easj2ee.jar;C:\a\b\c\x\y\z
I think I have the right dirs in the classpath, but I think I need to access other packages:
x\y\z uses x\y\a and x\y\b
Do I need to specify the other packages or does java look for them automatically? What am I missing?

Thanks limeybrit9 and jschell for the replies.
Thanks to both of you, I determined:
1. my classpath was okay
1b. I didn't need the C:\a\b\c\x\y\z (just C:\a\b\c).
1c. I could just use javac myFile.java (no -classpath)
Then I decided to look at import statements and make sure they were okay. Took a working package, added all import statements and got the same errors so the current import statements worked.
"When you have eliminated the impossible whatever remains, however improbable , must be the truth" -S.H.
Therefore;
'cannot resolve symbol' because I cut and pasted from another class and those variables weren't defined in the new class.

Similar Messages

  • How to prevent downgrading of the app in meta package using package versioning feature of package maker tool?

    Hi,
    Created  an installer i.e, meta package using package maker tool. I want  to prevent downgrading of the application or package on the target/installed volume. 
    Problem is, if there is a newer version of app and when I try to install any older version, then it does not throw any error message to the end user and replaces the existing newer version with the older version of app, which should not happen. But, if I check the package version using version comparison of Package  maker tool, that works fine with flat packages i.e, with the .pkg files. So, I need the solution for metapackages(.mpkg) and want to prevent downgrading of app for metapackages. I am not getting any solutions for this. Can someone guide me on this?
    Thanks for the help provided.
     

    Hi,
    Created  an installer i.e, meta package using package maker tool. I want  to prevent downgrading of the application or package on the target/installed volume. 
    Problem is, if there is a newer version of app and when I try to install any older version, then it does not throw any error message to the end user and replaces the existing newer version with the older version of app, which should not happen. But, if I check the package version using version comparison of Package  maker tool, that works fine with flat packages i.e, with the .pkg files. So, I need the solution for metapackages(.mpkg) and want to prevent downgrading of app for metapackages. I am not getting any solutions for this. Can someone guide me on this?
    Thanks for the help provided.
     

  • Error when using packages

    hi!
    I am new to java .... learning how to use packages. I have created dir on my harddrive c:\learning\java ... in which i have created com\tests.... added c:\learning\java to path env variable .... And have written two java programs.
    1. jmain.java
    adds two integers and puts in another integer
    public int sum()
    2. jtest.java
    main method ... and creates an object of jmain class ... and uses
    jmain jm = jmain();
    jm.sum();
    Both these classes are in the same package com.tests and both jmain.java uses package com.tests;
    and jtest.java uses package com.tests; import com.tests.*;
    3. jmain compiles alright
    but when compiling jtest.java compiler gives an error saying can't resolve symbol
    symbol : jmain.class
    path : com.tests.jtest
    What to do now ???????? when i went to check my directory structure ... i am doing everything right.... using case okay, path is okay, etc
    still running errors .... please suggest a solution.
    thanks.

    I tried this ... it's giving me same error.
    Please help.
    I am on winXp so i added at the end of my path env var .... c:\learning\com\tests
    //jmain.java
    package com.tests;
    public class jmain
    public int x=4;
    public int y=66;
    public int sum = x+ y;
    public printsum ()
    System.out.println(sum);
    //jtest.java
    package com.tests;
    import com.tests.*;
    public class jtest
    public static void main(String [] args)
    jmain jm = jmain();
    jm.printsum();
    Above is my program. Both java files are in C:\learning\com\tests
    And, is there a difference between CLASSPATH and setting environment variable or system variable ???? What is SOURCEPATH too ???
    Please help
    Thanks in advance.

  • Error running SSIS package to do with encrypting/decrypting password. Help needed.

    Getting this error. Can anyone shed some light? This is the first promote since 2009. Protection level of the package is 'EncryptSensitiveWithPassword' I'm new at SSIS so don't assume I know anything.
    10/30/2014 16:11:06,HPAddress_Export,Error,0,SSQLTST01\SSQLTST02,HPAddress_Export,(Job outcome),,The job failed. 
    The Job was invoked by User AHCCCS\Administrator.  The last step to run was step 1 (Step 1).,00:00:02,0,0,,,,0
    10/30/2014 16:11:06,HPAddress_Export,Error,1,SSQLTST01\SSQLTST02,HPAddress_Export,Step 1,,Executed as user: AHCCCS\svcssqltst01. ....00.5324.00 for 32-bit 
    Copyright (C) Microsoft Corp 1984-2005. All rights reserved.   
    Started:  4:11:06 PM  Error: 2014-10-30 16:11:07.05    
    Code: 0xC001405F     Source:      
    Description: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information. 
    End Error  Error: 2014-10-30 16:11:07.37    
    Code: 0xC001405F     Source:      
    Description: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information. 
    End Error  Error: 2014-10-30 16:11:07.79    
    Code: 0xC0202009     Source: HPAddress_ExportPackage Connection manager "SQL.HealthPlanAddressChanges.hpac"    
    Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E4D. 
    An OLE DB record is available.  Source: "Micros... 
    The package execution fa...  The step failed.,00:00:02,0,0,,,,0

    Hi,
    From the error message “Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.“, it seems that the error is caused by the password to decrypt
    an encrypted XML node was not specified or incorrect.
    Besides, the EncryptSensitiveWithPassword Protection level means user should use a password to encrypt only the values of sensitive properties in the package. To open the package in SSIS Designer, the user must provide the package password. If the password
    is not provided, the package opens without the sensitive data and the current user must provide new values for sensitive data. If the user tries to execute the package without providing the password, package execution fails.
    So in order to resolve this issue, we should provide the password when executing the package. When you execute a package with this setting using DTEXEC, you can specify the password on the command line using the /Decrypt password command line argument.
    Reference:
    Access Control for Sensitive Data in Packages
    Securing Your SSIS Packages Using Package Protection Level
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error while using utl_http package

    Hi Guys,
    I need some help with the utl_http package
    The problem that Iam facing is as follows :
    Iam trying to use the Oracle provided package utl_http
    package to send an http request to a particular
    website.However Iam getting the request_failed
    exception.
    I type in the foll.command in sqlplus:
    select utl_http.request('http://www.oracle.com') from
    dual
    and I get the foll.error---
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SYS.UTL_HTTP", line 174
    ORA-06512: at line 1
    If I try and trap the exception it shows
    request_failed exception.
    If any one has any clue on how to resolve this -- >please reply ASAP .
    Thanks

    Is it possible that your database sits behind a firewall? If so, you need to specify the proxy in utl_http.request.

  • Error while using UTL_FILE package

    I am getting error while using UTL_FILE package in apex 3.0 version
    Pls help me out.

    ok, how are you using UTL_FILE and what is the error?

  • Packages in separate Jars causes classpath error

    For the purposes of easy-updating and allowing developers to work on one part of a system without interfering with others, I have created separate Jar files for the main packages in my application. So;
    com.me.pack1 is in Pack1.jar
    com.me.pack2 is in Pack2.jar
    An ant build takes care of building and packaging these up. The Jar files have the correct directory structure i.e.;
    jar $ $JAVA_HOME/bin/jar tf /users/jmcparla/jar/Pack1.jar
    META-INF/
    META-INF/MANIFEST.MF
    com/
    com/me/
    com/me/pack1/
    com/me/pack1/MainClass.class
    jar $ $JAVA_HOME/bin/jar tf /users/jmcparla/jar/Pack2.jar
    META-INF/
    META-INF/MANIFEST.MF
    com/
    com/me/
    com/me/pack2/
    com/me/pack2/OtherClass.classHowever when I run it;
    jar $ $JAVA_HOME/bin/java -cp /users/jmcparla/jar/Pack2.jar -jar /users/jmcparla/jar/Pack1.jar
    Entered main
    Created MainClass instance
    Exception in thread "main" java.lang.NoClassDefFoundError: com/me/pack2/OtherClass
            at com.me.pack1.MainClass.main(MainClass.java:13)The classes are;
    MainClass.java
    package com.me.pack1;
    import com.me.pack2.OtherClass;
    public class MainClass
        public static void main(String[] args)
            System.out.println("Entered main");
            new MainClass();
            System.out.println("Created MainClass instance");
            new OtherClass();
            System.out.println("Created OtherClass instance");
    }OtherClass.java
    package com.me.pack2;
    public class OtherClass
    }and the build file is;
    build.xml
    <project name="JarProblem" default="buildJars" basedir=".">
      <property name="classdir" value="classes"/>
      <target name="compile" depends="clean" description="compile the code">
          <mkdir dir="${classdir}"/>
          <javac debug="on" debuglevel="vars,lines,source" srcdir="."
                 destdir="${classdir}" encoding="ISO-8859-1">
          </javac>
      </target>
      <target name="buildJars" depends="compile" description="build the jar files">
        <antcall target="buildPack2"/>
        <antcall target="buildPack1"/>
      </target>
      <target name="buildPack2" description="build the Pack2 jar">
        <tstamp>
          <format property="time" pattern="hh:mm aa dd/MM/yyyy"/>
        </tstamp>
        <jar destfile="Pack2.jar" update="false">
          <fileset dir="${classdir}">
            <!-- Only include the package we're building -->
            <include name="com/me/pack2/*"/>
          </fileset>
          <manifest>
            <attribute name="Built" value="${time}"/>
          </manifest>
        </jar>
      </target>
       <target name="buildPack1" description="build the Pack1 jar">
        <tstamp>
          <format property="time" pattern="hh:mm aa dd/MM/yyyy"/>
        </tstamp>
        <jar destfile="Pack1.jar" update="false">
          <fileset dir="${classdir}">
            <!-- Only include the package we're building -->
            <include name="com/me/pack1/*"/>
          </fileset>
          <manifest>
            <attribute name="Main-Class" value="com.me.pack1.MainClass"/>
            <attribute name="Built" value="${time}"/>
          </manifest>
        </jar>
      </target>
      <target name="clean" description="clean up the compiled source files">
        <delete verbose="false" failonerror="false">
          <fileset dir="${classdir}"/>
        </delete>
      </target>
    </project>The build completes with no problems. So why can't the java command see OtherClass?

    johnmcparlald wrote:
    However when I run it;
    jar $ $JAVA_HOME/bin/java -cp /users/jmcparla/jar/Pack2.jar -jar /users/jmcparla/jar/Pack1.jar
    Entered main
    Created MainClass instance
    Exception in thread "main" java.lang.NoClassDefFoundError: com/me/pack2/OtherClass
    at com.me.pack1.MainClass.main(MainClass.java:13)
    I can't help you with ant but I can tell you that the command you entered looks wrong. If you use the -jar option with the java command, the only classpath that is used is the one specified by the Class-Path entry in the manifest - other classpaths are ignored.
    So you either need to leave off the -jar, include the Pack1.jar file and specify the main class, or include the Class-Path: Pack2.jar entry in the manifest. (At least, it looks to me like there is no Class-Path in the manifest.)

  • Error while using Mail Package for dynamic email address - XMLScanException

    Hi All,
        i am trying to implement File_to_Mail Scanrio. Here i am using mail package stuff to make use the dynamic mail Id's. i am following the blog /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address. i have finished all the settings as per the blog but it throwing the following error
    failed to send mail: com.sap.aii.messaging.util.XMLScanException: expecting start tag: Mail, but found Mail at state 1
    Please help me to resolve this error.
    Thanks in advance
    -Siva
    Edited by: Siva Ram on Jan 18, 2008 7:43 AM
    Edited by: Siva Ram on Jan 18, 2008 7:43 AM
    Edited by: Siva Ram on Jan 18, 2008 7:44 AM
    Edited by: Siva Ram on Jan 18, 2008 7:44 AM
    Edited by: Siva Ram on Jan 21, 2008 5:59 AM

    Hi Siva
    check with these threads discuss the same XMLScanException
    Mail adapter fails when using Mail Package Format
    Error in E-mail Adapter - Message protocol XIALL
    Mapping Error with mail package
    Error in Mail Adapter
    See the below links also
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    Error in Mail Adapter
    Mapping Error with mail package
    Regards
    Abhishek

  • Running package programmactically from console causes error if package uses connection in Connection Manager.

    Hello my friends:
    I attempted to run a few packages programmatically using the code and solution on this page:
    http://msdn.microsoft.com/en-us/library/ms136090.aspx
    I observed that the script and process failed when I use the connection in SSIS/SSDT connection Manager in Visual Studio 2013. Meaning if I create a Connection for the Project in the Connection Manager and use it on tasks.
    However, the project and packages will run just fine if I simply add individual connection to each task where needed and do not use the Connection manager.
    If I use the Connection Manager, I get this error: This only happens when I run the package programmatically,
    if I run the package directly from Visual Studio, I get no errors.
    Error Message:
    Error in Microsoft.SqlServer.Dts.Runtime.Package/ : The connection "{0E6E938E-B0
    84-45E6-9110-0D532BD61787}" is not found. This error is thrown by Connections co
    llection when the specific connection element is not found.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : Cannot find th
    e connection manager with ID "{0E6E938E-B084-45E6-9110-0D532BD61787}" in the con
    nection manager collection due to error code 0xC0010009. That connection manager
     is needed by "SQL Server Destination.Connections[OleDbConnection]" in the conne
    ction manager collection of "SQL Server Destination". Verify that a connection m
    anager in the connection manager collection, Connections, has been created with
    that ID.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : SQL Server Des
    tination failed validation and returned error code 0xC004800B.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : One or more co
    mponent failed validation.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : There were errors during ta
    sk validation.
    Connection Manager Screenshot:
    I am using that connection in an SQL Server Destination Task:
    And here is the code:
    class Program
    class MyEventListener : DefaultEvents
    public override bool OnError(DtsObject source, int errorCode, string subComponent,
    string description, string helpFile, int helpContext, string idofInterfaceWithError)
    Console.WriteLine("Error in {0}/{1} : {2}", source, subComponent, description);
    return false;
    static void Main(string[] args)
    string pkgLocation;
    Package pkg;
    Application app;
    DTSExecResult pkgResults;
    MyEventListener eventListener = new MyEventListener();
    pkgLocation =
    @"C:\Users\Administrator\Desktop\ExampleConnectionMgr\DataExtractionB.dtsx";
    app = new Application();
    pkg = app.LoadPackage(pkgLocation, eventListener);
    pkgResults = pkg.Execute(null, null, eventListener, null, null);
    Console.WriteLine(pkgResults.ToString());
    Console.ReadKey();
    Thank you everyone!

    I have confirmed that this problem, at least on the surface is caused by the lack of reference to the Connection in the Connection Manager as indicated by the error message.
    The solution here will require that the Connection is set directly within each task.
    If I simply set the connection in each task then the page runs just fine programmatically:
    I am also able to convert the Connection in the Connection Manager to Package Connection as shown in the screen shot below. This will override all references to the Connection Manager and make the connection local within each package or package
    task.
    Is there any other solution out there?
    Thanks again!
    Synth.
    This is exactly what I asked for in my previous post. Sorry if it wasnt clear.
    I guess the problem is in your case you're creating connection manager from VS which is not adding any reference of it to packages which is why its complaining of the missing connection reference
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    Hi my friend:
    Do you know how I can include the connection programmatically in code?
    I found this article but it is not very clear to me:
    I do not want to create a package in code, just the connection so that the program can run.
    Here is the article:
    http://msdn.microsoft.com/en-us/library/ms136093.aspx
    Thank you so much.
    Patrick

  • Cant use packages/classpaths correctly _ never could too

    Hello,
    I have a directory C:\DIR
    In this directory I have a program. Two files both declare the package a.b package a.b;. Both files are in the directory C:\DIR\a\b.
    One of my files is KeyInput.java which implements KeyListener for obvious reasons.
    The second file is Main.java which has a Frame frame to which I want to add a KeyListener: frame.addKeyListener(new KeyInput()); Now, this works perfectly fine when I have KeyInput as an inner class, but using this (the above) architecture my compiler can't find KeyInput.
    I have not set a classpath (though I did try that in my compiling command "javac -classpath C:\ Main.java", but that did not work).
    I did check all sorts of documentation on this, so please don't answer that I should do just that. I can't get it running. Until now my remedy was not using packages, but I want to.
    Please tell me what I am doing wrong,
    Q
    thanks

    I now have another basic problem with these two classes, which concerns the concept "static".
    Here's the problem:
    When I add a KeyListener to frame as above I instantiate a KeyInput.
    In KeyInput I for instance want to use a key to quit the program. (I also want a lot of other things, but
    the same problem applies to them) To do this I create a method "public void kill( )" in Main. mainInst is
    an instance of Main (created in the public static void main (String[] args) method), but my instance of KeyInput does not know him.
    So now I have a problem. Because I either have to make my instance of KeyInput know mainInst so it
    can do "mainInst.kill( )", which I do not know how to do; or I have to use the Main class itself. However:
    Main.kill( ) does not work, because kill isn't static. I could make kill static, but then I have a static context
    where I don't want any, for know I have a boolean running which has to be declared static etc. etc., and
    then I'm not even talking about all the other things to do with the keys.
    Ok, one solution is simple... make KeyInput an inner class of Main. But I don't want that! It will wreck
    all the little beauty present in my programmature. So what do I do? How does a professional do this? It's such a basic problem I must know the answer.
    Many thanks,
    Q

  • Why did I get an error message; installer: Package name is Adobe reader XI (11.0.10) installer: Certificate used to sign package is not trusted. Use -allowUntrusted to override?

    why did I get an error message; installer: Package name is Adobe reader XI (11.0.10) installer: Certificate used to sign package is not trusted. Use -allowUntrusted to override?

    Hi sgtwalker1226,
    For Which operating system are you downloading the installer?
    Regards,
    Rahul

  • Running package using -classpath switch

    Hi,
    I have made a program and specified the package key word at the top of prog and then storing it in the package directory. I have created the class file but when I try to run the program from D:\> , I am getting errors.
    package MyPack;
    class Balance{
       String  name;
       double  bal;
       Balance  (String n, double b) {
          name=n;
          bal=b;
      void  show ( ) {
        if(bal < 0)
           System.out.println("--> ");
        System.out.println(name + ": $" + bal);
    class AccountBalance{
       public  static  void  main (String  args[ ]) {
       Balance  current [ ] = new Balance[3];
       current[0]=new Balance("K. J. Fielding", 123.23);
       current[1]=new Balance("Will Tell", 157.02);
       current[2]=new Balance("Tom jackson",-12.33);
      for (int i=0; i< 3; i++) current.show ( );
    class is stored in the following directory:
    D:\javaprogs\misc\Packages\MyPack
    D:\>java -classpath D:\javaprogs\misc\Packages AccountBalance
    Exception in thread "main" java.lang.NoClassDefFoundError: AccountBalance
    D:\>java -classpath D:\javaprogs\misc\Packages\ AccountBalance
    Exception in thread "main" java.lang.NoClassDefFoundError: AccountBalance
    D:\>
    What's the prob with the statements I have written for running the program?
    Zulfi

    java -classpath D:\javaprogs\misc\Packages MyPack.AccountBalance Also, it's customary in Java to name packages in all lowercase. So MyPack would be mypack.

  • Using packages breaks batch file

    Hi there, I wonder if anyone can help me here.
    I've been continuing work on somebody else's previous project, and everything is fine except for the batch file used to run the program from non development. I decided to use Eclipse to develop as opposed to the previous JCreator, and Eclipse gave an error unless I used packages, however this breaks the batch file
    Here's the orginal text from the batch file -
    java.exe -Xmx256m -classpath C:\InsTra\JARS\ant.jar;C:\InsTra\JARS\jaxen-core.jar;C:\InsTra\JARS\jaxen-jdom.jar;C:\InsTra\JARS\jdom.jar;C:\InsTra\JARS\saxpath.jar;C:\InsTra\JARS\xalan.jar;C:\InsTra\JARS\xerces.jar;C:\InsTra\JARS\xml-apis.jar;c:\InsTra\code_files InsTra
    The batch file is located in C:\InsTra, the external JARS are in a JARS subfolder, and the java and class files are in Code_files. The main class is InsTra. I get the error NoClassDefFoundError
    I've tried making the last bit Code_files.InsTra in case it needed to reference the package, but I'm new to this I'm afraid so have little experience of this sort of thing.
    Any help is welcome
    Thanks
    Daniel

    Then either your compiled class is not on the classpath, or you have not used the correct class name. Or both.
    The classpath must point to the root of the package hierarchy.
    The class name must include the package name (which is dictated by the package line at the top of your source file).
    The compiled class file must be in the correct directory.
    Given the information that you have provided, your class file should have the following path:
    c:\InsTra\code_files\Code_files\It should also have the following line at the top of the .java file:
    pacakge Code_files;Class names are case sensitive. Remember that the class path points to the root of the package hierarchy, NOT each of the directories containing class files. For example, if your classpath is thus:
    c:\fooYour class file is in:
    c:\foo\foo\Spong.classWith a package of:
    package foo;And you execute it with:
    java -classpath c:\foo foo.SpongThen it will work. The following will not:
    java -classpath c:\ foo.Spong
    java -classpath c:\foo\foo Spong
    java -classpath c:\foo\foo foo.Spong
    java -classpath c:\foo\foo Spong.class
    etc.

  • Package using problem

    Dear friends,
    I have tried to use package concept as pre this below link says,
    http://xahlee.org/java-a-day/package.html
    In this link under the "set of class in a directory" header, They have explained about the package using,
    According to that I have created the startMe.java file inside the /home/xxx/java/ directory.
    Then I have cretaed the packman directory in it. Inside this directory I have created the ladybug file.
    Then I have ran the stratMe.java file. It says this below error,
    startMe.java:3: package pacman does not exist
    pacman.ladybug lb = new pacman.ladybug();
    ^
    startMe.java:3: package pacman does not exist
    pacman.ladybug lb = new pacman.ladybug();
    Files:
    =====
    startMe.java
    class startMe {                                                                                                
    public static void main(String[] args) {
    pacman.ladybug lb = new pacman.ladybug();
    System.out.println("startMe done");
    ./packman/ladybug.java
    package pacman;
    public class ladybug {
    public ladybug () {System.out.println("ladybug initialize!");}
    My class path is:
    =============
    export CLASSPATH="/opt/JMF-2.1.1e/lib/jmf.jar:/opt/JMF-2.1.1e/lib/sound.jar:/opt/JMF-2.1.1e/:/opt/jdk1.5.0_10/jre/:.:"
    Please help me to solve this issue.

    Check the direcory name. you created it as ./*packman*/ladybug.java. And you are trying to access it as pacman.ladybug lb = new pacman.ladybug();
    ^.

  • Problem connecting to Oracle 8i (817) using Packaging Wizard of 9i Lite

    I am having a problem to connect to Oracle 8i database (817) from using Packaging Wizard. I am getting a error message when I tried to use Packaging Wizard -&gt; Snapshot -&gt; Import -&gt; Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@&lt;connect string&gt;" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

    I am having a very similar problem.
    It seems that the packaging wizard forces you to use a JDBC driver to connect to your DB.
    I'm getting the "No suitable driver" message also.
    I even made sure the classpath line they ask you to remove in the preinstallation tasks was there. It wasn't to start, so I added it, but that didn't fix the problem.

Maybe you are looking for

  • Hi ,Multiple SubReport parameter  in one main Report

    Hi, I using one main report in that five to six sub report and each sub report have two parameter fromdate and todate so please guide me how can i pass using coding. Regards Rajkumar Gupta

  • Mavericks upgrade -- USB 3.0 only at 480Mb

    On my early 2011 macbookpro, Mavericks upgrade from Mountain Lion  seems to have slowed my usb 3.0 speed. Though it says 3.0, speed is maxing out at 480Mb. Blackmagic speed test confirms.  I've tried this with two different Toshiba usb.3.0 drives. Th

  • APOC startup failure

    Hi there, I have a little problem with apocd startup, i've already set up the configuration agent following documentation on docs.sun.com but when i try to start up apocd daemon "/usr/lib/apoc/apocd start" I get this error (that's the output of apocd

  • Closing of Open Reservations

    Hi Gurus, Need to close all the open reservations that were created with in a given period ( Ex: All open reservations more than 25 days of the created date) Need to consider the reaservations which were created through PS ( Project Systems ) , PM (

  • BPM Linking of two receivers?

    I have a BPM process and I need to link the two receivers.  I have the first message coming into the Process through Asynch Adapter (JDBC) the second Receive is not kicking off.   Is there something I need to do to link the two Receive steps, using t