Having Problem With Importing Another Package

Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
Can anybody give me a clue? Thank you.

user537770 wrote:
Hi, I work in a team. We have a division of labor arrangement. Under our project, each developer is assigned a sub-task. Each sub-task receives some input parameters from its upstream sub-task and generates some outputs for the downstream sub-task.
All developers first work independently. Each of us has our own folder/pacakge in the Repository. Each of us makes an assumption on the values of the input parameters received. (We later on integrate all sub-tasks.)
I generate my Java classes under a folder called "Orchestrator", and I access some classes under the folder/package called "common". Things go smoothly.
Thereafter, I start accessing other folders/packages. I first retrieve other folders/packages from the Repository and then in the Eclipse Package Explorer View --> import --> Import Existing Maven Projects ... No problem. I have all other folders/packages in the Package Explorer View.
However, when I start adding the import statements in my Java classes to access classes in other folder/package; for example,
import company_name.overall_project_name.project_name.folder_name.subfolder_name.class_name;I have the compilation error: The import company_name.overall_project_name.project_name.folder_name cannot be resolvedFirst, I have no problem to access the "common" folder/package. The code I have below does not have compilation error and I am able to use the class that is imported:
import company_name.overall_project_name.project_name.common.util.ParamsDictionary;Second, I have checked the consistency of path and folder name.
Can anybody give me a clue? Thank you.Well, seems like your classpath doesn't include those folders you are trying to access.

Similar Messages

  • I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR

    I just stared having problems with importing files from nikon D810 into LR 5.7 it pop a window saying it can not read files on working on a imac 27" running yosemite on my mac pro after a few times it finally was able to read files and import them into LR I never had this problem before was there some kind of update that could of cause this?

  • Problem with importing jsp packages

    Hi guys. I'm having a problem compiling a class that imports jsp packages.
    I'm getting errors along the lines of:
    C:\>javac HelloTag.java
    HelloTag.java:4: package javax.servlet.jsp does not exist
    import javax.servlet.jsp.*;
    ^
    HelloTag.java:5: package javax.servlet.jsp.tagext does not exist
    import javax.servlet.jsp.tagext.*;
    - I've copied jsp-api.jar and servlet-api.jar to a folder that's in my path: C:\Program Files\Java\jre1.5.0_03\lib\ext
    Any suggestion?
    Thanks.

    U have to add the path into the classpath
    set CLASSPATH=%CLASSPATH%;jsp-api.jar ....
    the compile in the same cmd window
    Do not use the CLASSPATH environment variable. Use the -classpath option while compiling and specify the path to your jar file.
    javac -classpath <path to jar file> filename.javacheers,
    ram.

  • Having problem with import via dblink

    this is the import command:
    impdp schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    here are the error messages that I am getting:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SYS"."SYS_IMPORT_SCHEMA_06":  /******** AS SYSDBA schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1504 - see DBWR trace file
    ORA-01110: data file 1504: '/data/oracle/oradata/hs4/temp02_01.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    4303272b0         2  anonymous block
    Job "SYS"."SYS_IMPORT_SCHEMA_06" stopped due to fatal error at 14:34:40
    can someone please help me with this thanks

    I have tried with the g2log user I still get the same error
    I also added 30gb to the temp tablespace as well
    impdp g2log/****** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Import: Release 10.2.0.3.0 - 64bit Production on Friday, 11 October, 2013 6:50:12
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Starting "G2LOG"."SYS_IMPORT_SCHEMA_02":  g2log/******** schemas=g2log network_link=HS5 directory=DATA_PUMP_DIR logfile=g2loggblink.log CONTENT=data_only
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_LOB.CREATETEMPORARY []
    ORA-01157: cannot identify/lock data file 1513 - see DBWR trace file
    ORA-01110: data file 1513: '/data/oracle/oradata/hs4/temp02_10.dbf'
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    43045e5d0     14916  package body SYS.KUPW$WORKER
    43045e5d0      6293  package body SYS.KUPW$WORKER
    43045e5d0      9108  package body SYS.KUPW$WORKER
    43045e5d0      3870  package body SYS.KUPW$WORKER
    43045e5d0      6910  package body SYS.KUPW$WORKER
    43045e5d0      1259  package body SYS.KUPW$WORKER
    429e4fd80         2  anonymous block
    Job "G2LOG"."SYS_IMPORT_SCHEMA_02" stopped due to fatal error at 06:50:16

  • Having problems with importing a class

    I'm getting this error:
    Main.java:14: Class Queue not found in import.
    import Queue;
    ^
    1 error
    The two files are Queue.java and Main.java. Queue.java compiles fine. I get this error when i try to compile Main.java. I have no idea why it is doing it. This is Queue.java:
    import java.io.*;
    public class Queue{
    private int MAX=0;
    private String[] projectlist;
    // Constructors
         public Queue() {
              projectlist = new String[MAX];
         public Queue (int size) {
              MAX = size;
              projectlist = new String[MAX];
         public void Print() {
              System.out.println(MAX + "\n");
    And this is Main.java:
    import java.io.*;
    import Queue;
    public class Main {
    public static void main(String[] args)     {
         Queue high = new Queue(2);
         Queue highwait = new Queue();
         Queue medium = new Queue(5);
         Queue low = new Queue(8);
         Queue lowwait = new Queue();
         high.Print();
         highwait.Print();
         medium.Print();
         low.Print();
         lowwait.Print();
    I sent the files to a friend, and he got the same error, so is it something to do with the actual file? Any help would be greatly appreciated, because if I can't get this working, I gotta do the project in C++, which i don't want to do :)This is on Linux, BTW. Thanks!

    Ok lets go through this step by step.
    First, somewhere in your path you have a directory called 'queue' and in it is a java file 'Queue.java'. On my computer, I have this directory in
    '/home/joshua/development/java/test'. From the directory 'queue' the command
    $javac Queue.java
    should compile.
    Does that compile?
    In '/home/joshua/development/java/test' I also have the java file 'Main.java', which compiles, without error, with the command
    javac Main.java
    Does that compile?
    Queue.java needs the statement
    package queue;
    And Main.java needs the statement
    import queue.Queue;
    I will post my modified code or help you adjust your Classpath if this does not work, because it is working fine on my comp.

  • Having problem with importing images to a java applet in web broswer

    I'm creating a mini 2d game just for fun and I am running it as a applet with the JApplet class.
    This is my html file.
    <html>
    <body>
    <applet code=ambiDexApplet.class name=ambiDexApplett archive=ambiDexApplet.jar
         width=640 height=480>
         <param name="Player" value="Player.class">
         <param name="Actor" value="Actor.class">
         <param name="Tail_Bead" value="Tail_Bead.class">
         <param name="Block" value="Block.class">
         <param name="Morphable" value="Morphable.class">
         <param name="Item" value="Item.class">
         <param name="GameObject" value="GameObject.class">
         <param name="leftImg" value="Player_Left3.gif">
         <param name="rightImg" value="Player_Right3.gif">
         <param name="img1" value="bgImgFinal.jpg">
         <param name="img2" value="Block_Tower2.gif">
    </applet>
    </body>
    </html>However every time i try to run the program i get the following error when i open the java console.
    java.security.AccessControlException: access denied (java.io.FilePermission Images\Player_Left3.gif read)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    Obviously, the applet is not letting me read the image files. By the way, the .class files and the image files are all in same directory. So can anyone help me please?

    Unfortunately, yes--I've tried it that way over and over, and every other way I could think of.  The files are all in one folder, and I've converted the raw files to both tiffs and jpegs.  I even tried converting them to jpegs at the final pixel dimensions.  Each folder that I have used only contains one type of file, and they are all part of the same sequence and sequentially numbered.  I have even tried renumbering the files with numbers first, numbers last, numbers only, moving underscores.  I moved the files from my external hard-drive to the desktop ... I have a lot less hair than I had only a few days ago!
    I've looked at a few other tutorials that outline the same sequence of steps, and tried them over and over, and then changing one step at a time to make sure that it was not a single step that caused the problem.
    The thing that is really bugging me is that it works fine if I use the different approach of using the place command instead. 
    Anyway, thanks for all of your time.  It's going to be a lot simpler to just stick with 'place' command and I will likely do that, but I tend take things like this as a challenge.  I like to know WHY it won't work for me.  Sometimes it seems that there is just no logical explanation!
    Stuart

  • Problem with importing my package in JSP

    This is the code for creating a package dbconnection:
    package dbconnection;
    import java.sql.*;
    public class DBConnection
         java.sql.Connection con=null;
         public void DBConnection(){ }
         public java.sql.Connection getDBConnection()
    try{
              Class.forName("com.mysql.jdbc.Driver").newInstance();
              con=DriverManager.getConnection("jdbc:mysql://localhost/empdetails?user=root&password=harish");
              }//try in DBConnection
         catch(Exception e)
                   e.printStackTrace();
         }//catch in DBConnection
         finally{
              return con;
              }//finally in DBConnection
         }//getDBConnection
         // Closing Connection to Database
    public void closeConnection()
         try{
              con.close();
              //System.out.println("Connection closed");
         } //try in closeConnection
         catch(Exception e)
              e.printStackTrace();
         } // catch in closeConnection
    } // closeConnection
    This is the code for testing the above package to know whether the package getsimported or not:
    import dbconnection.*;
    import java.sql.*;
    import java.util.*;
    public class Testing1 {
         dbconnection.DBConnection dbc = new dbconnection.DBConnection();
         Statement st=null;
         Connection con=null;
         ResultSet rs = null;
         ResultSetMetaData rsmd= null;
         public Testing1() { }
         public void getDBConnection(){
              con = dbc.getDBConnection();
              System.out.println("Connection created");
                   try
                   st = con.createStatement();
                   System.out.println("Statement Created");
                   } // try
                   catch(Exception e)
                   e.printStackTrace();
                   } // catch
    public Vector getDetails()
         Vector v = new Vector();
         String s = null;
         int size = 0;
    rs = null;
    try
         getDBConnection(); // Get DB Connection
         rs=st.executeQuery("select * from dept");
    rsmd = rs.getMetaData();
    size = rsmd.getColumnCount();
    System.out.println("Column Count is "+size);
              while(rs.next())
    for(int i=1;i<=size;i++)
    s = rs.getString(i);
    // System.out.println(s);
                   v.addElement(s);
         catch(Exception e)
              e.printStackTrace();
         finally
              // closeConnection(); // Close DB Connection
         return v;
    } // close getAddressDetails
    public static void main(String a[])
         Testing1 mo = new Testing1();
         Vector vx = mo.getDetails();
         Enumeration ex = vx.elements();
         String str;int i=0;
         while(ex.hasMoreElements())
              str = (String) ex.nextElement();
              System.out.println("value :"+str);
    Now this is working fine when we run it normally. I am able to get the query done.
    When I simply call the class in a small JSP file to test its not working.
    I want the solution very urgently...
    I also want to tell u that i am using Tomcat server for which the classpath is also set correctly.
    Thankx,
    harish..

    The path in which I placed my DBConnection.class file is:
    C:\Tomcat\jakarta-tomcat-4.0.6\webapps\examples\WEB-INF\classes\testYou are suppose to place your class file in the package 'dbconnection'.
    So, puit your DBConnection.class in,
    C:\Tomcat\jakarta-tomcat-4.0.6\webapps\examples\WEB-INF\classes\dbconnection.
    Sudha

  • Having problems with IMPORT...

    SOURCE DB = HP UX running 10.2.0.2
    TARGET DB = Linux running same.
    I ran a full export on my source db, and everything went fine. I pulled the dmp file across to my target db and validated that the file sizes were the same.
    When i run the import, it rips through the script and it says that it imports some and says that it skips some... Says that it completes successfully though. Makes no sense.
    However, NONE of the data is imported.
    Also, on the source DB, the dbfiles are in /ora1 - /ora10/oradata/REPORT respectively. How do I force the tablespaces to the correct mount point so that I can manage my space the same as on my source?
    I've read through many many docs, and can't seem to find the answers to the above.
    Thanks!
    export script run...
    exp system/<XXXXX> FILE=/oraarch/exp/full.dmp FULL=Y
    import script run....
    imp_full.par script:
    USERID = system/<XXXXX> FILE = /exp/full.dmp
    LOG = /exp/full_log.dmp
    FULL = Y
    SHOW = Y
    command run for import:
    imp parfile=/exp/import_full.par
    Edited by: WillyB on Oct 13, 2008 7:51 PM

    Here you go...
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    . importing SYSTEM's objects into SYSTEM
    "CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 8192 DATAFILE '/ora8/oradata/p"
    "eregrine/undotbs1.dbf' SIZE 1724M AUTOEXTEND ON NEXT 104857600 MAXSI"
    "ZE 5120M, '/ora8/oradata/peregrine/undotbs2.dbf' SIZE 1724M AUTOEXTEN"
    "D ON NEXT 104857600 MAXSIZE 5120M, '/ora8/oradata/peregrine/undotbs1_1.dbf"
    "' SIZE 1624M AUTOEXTEND ON NEXT 104857600 MAXSIZE 5120M EXTENT MANAG"
    "EMENT LOCAL "
    "CREATE TABLESPACE "SYSAUX" BLOCKSIZE 8192 DATAFILE '/ora1/oradata/peregrin"
    "e/sysaux.dbf' SIZE 1048576000 AUTOEXTEND ON NEXT 524288000 MAXSIZE 3"
    "2767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPAC"
    "E MANAGEMENT AUTO"
    "CREATE TEMPORARY TABLESPACE "TEMP" BLOCKSIZE 8192 TEMPFILE '/ora9/oradata/"
    "peregrine/temp01.dbf' SIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZ"
    "E 1048576"
    "CREATE TABLESPACE "USERS" BLOCKSIZE 8192 DATAFILE '/ora3/oradata/peregrine"
    "/users01.dbf' SIZE 419430400 AUTOEXTEND ON NEXT 209715200 MAXSIZE 32"
    "767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE"
    " MANAGEMENT AUTO"
    "CREATE TABLESPACE "SCTEST" BLOCKSIZE 8192 DATAFILE '/ora5/oradata/peregrin"
    "e/sctest.dbf' SIZE 10240M AUTOEXTEND ON NEXT 1024M MAXSIZE 20480M, '/"
    "ora4/oradata/peregrine/sctest2.dbf' SIZE 10240M AUTOEXTEND ON NEXT 10"
    "24M MAXSIZE 20480M, '/ora5/oradata/peregrine/sctest3.dbf' SIZE 10240M "
    " AUTOEXTEND ON NEXT 1024M MAXSIZE 20480M EXTENT MANAGEMENT LOCAL AUTOALLOC"
    "ATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "SCINDEX" BLOCKSIZE 8192 DATAFILE '/ora6/oradata/peregri"
    "ne/scindex.dbf' SIZE 10240M , '/ora9/oradata/peregrine/scindex2.dbf' S"
    "IZE 10240M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT S"
    "EGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "SCTBCLOD" BLOCKSIZE 8192 DATAFILE '/ora7/oradata/peregr"
    "ine/sctbclod.dbf' SIZE 5120M EXTENT MANAGEMENT LOCAL AUTOALLOCATE O"
    "NLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "SCINCLOD" BLOCKSIZE 8192 DATAFILE '/ora8/oradata/peregr"
    "ine/scinclod.dbf' SIZE 5120M EXTENT MANAGEMENT LOCAL AUTOALLOCATE O"
    "NLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "SCLOB" BLOCKSIZE 8192 DATAFILE '/ora1/oradata/peregrine"
    "/SCLOB.dbf' SIZE 10000M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE"
    " PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "TS_STATSPACK" BLOCKSIZE 8192 DATAFILE '/ora2/oradata/pe"
    "regrine/TS_STATSPACK.dbf' SIZE 1048576000 EXTENT MANAGEMENT LOCAL AU"
    "TOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    "CREATE TABLESPACE "CUSTOM_REPORTS" BLOCKSIZE 8192 DATAFILE '/ora3/oradata/"
    "peregrine/CUSTOM_REPORTS.dbf' SIZE 29696M AUTOEXTEND ON NEXT 1024M MA"
    "XSIZE 32767M, '/ora3/oradata/peregrine/CUSTOM_REPORTS2.dbf' SIZE 209715200 "
    " AUTOEXTEND ON NEXT 1024M MAXSIZE 32767M, '/ora7/oradata/peregrine/CUS"
    "TOM_REPORTS3.dbf' SIZE 20480M AUTOEXTEND ON NEXT 1024M MAXSIZE 32767M"
    " EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MAN"
    "AGEMENT AUTO"
    "CREATE TABLESPACE "CUSTOM_REPORTS_IDX" BLOCKSIZE 8192 DATAFILE '/ora2/orad"
    "ata/peregrine/CUSTOM_REPORTS_IDX.dbf' SIZE 1048576000 EXTENT MANAGEME"
    "NT LOCAL AUTOALLOCATE ONLINE PERMANENT SEGMENT SPACE MANAGEMENT AUTO"
    <user creation area here...example>
    "CREATE USER "RUDDWI1" IDENTIFIED BY VALUES '7AD7B30AA12CA57E' DEFAULT TABLE"
    <then all the grants..example>
    "GRANT ALTER SESSION TO "MSP_SC""
    "GRANT CREATE TABLE TO "MSP_SC""
    "GRANT CREATE VIEW TO "MSP_SC""
    "GRANT CREATE PROCEDURE TO "MSP_SC""
    "GRANT ALTER SESSION TO "SCHAUPE""
    "GRANT CREATE TABLE TO "SCHAUPE""
    <then stuff like this...example>
    "CREATE SEQUENCE "P_MESSAGE_RECID" MINVALUE 0 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 14 NOCACHE NOORDER NOCYCLE"
    "CREATE PUBLIC SYNONYM "UTL_NLA_ARRAY_INT" FOR "SYS"."UTL_NLA_ARRAY_INT""
    Not sure what you need/want to see. Let me know. It's 64K lines long, don't think they want the whole thing published here....

  • Problems with importing in FCPX

    I am having problems with importing my recent holiday video intoFCPX  I have copied all the files from my Panasonic camera into my separate hard drive and they all appear there correctly.
    When I connect the camera to the computer it automatically opens in iPhoto which is a nuisance as I have to stop it from doing so.
    Now comes the problem when I ask to import media into a new project FPCX simply freezes and stops responding.
    If I ask FPCX to import direct from the camera it says it can't re-import because all the material is already in the second hard drive where I store my projects.
    So in a nutshell the programme simply does not respond to importing.
    Any help please or is this a technical problem I have with my Mac.
    Thanks
    A new iMac version 10.9.2
    OS Mavericks
    FPC up dates are all installed

    First, what specific camera are you using?
    Next, create a folder on your hard drive, give it a name you'll recognize, then copy the entire contents of your camera card into it, keeping the full file/folder heirchy in tact.  Disconnect the camera.  Then import from that folder.
    What do you mean specifically when you say "the programme simply does not respond to importing"?  That is sort of a vauge statement.
    Finally, go into the Preferences of iPhoto, you can set it to NOT open when you plug your camera in, and never have that happen any longer.

  • Problem with importing images into time lapse

    Hi
    I am having problems with importing still images into a time lapse sequence in photoshop and would appreciate any suggestions!
    I want to create a time lapse using a sequence of still photographs.  All file names are sequentially name/numbered. 
    I am using the Motion workspace, and have followed all of the instructions available. 
    Create correct sized new document (film & video).
    Create video timeline.
    Set frame rate.
    Choose 'create new video layer from file'.
    Point to first image in the folder where the images are stored.
    At this point, no matter what I have tried, I receive this error:
    I have tried different sized new documents; tried jpegs and tiffs; tried different frame rates, tried different qualities and sizes of images; tried selecting the last image instead of the first (one recommendation).
    If I use the 'Place' command from the file menu (and check the 'image sequence' box) instead of selecting 'Create new video layer' from the layers panel, it loads fine and I can still render the video.
    It took me most of a day to discover this workaround, but every other reasonable 'how-to' that I can find says that I should be able to do it by opening files into a new video layer and it seems as though the new video layer option may give me more alternatives.
    Anyone have any idea why I could be having these problems?
    I have reset Photoshop, deleted the settings file, even reinstalled it.  I use 64-bit on windows 7 and even installed the 32-bit to try that, but all with the same result.
    Stuart

    Unfortunately, yes--I've tried it that way over and over, and every other way I could think of.  The files are all in one folder, and I've converted the raw files to both tiffs and jpegs.  I even tried converting them to jpegs at the final pixel dimensions.  Each folder that I have used only contains one type of file, and they are all part of the same sequence and sequentially numbered.  I have even tried renumbering the files with numbers first, numbers last, numbers only, moving underscores.  I moved the files from my external hard-drive to the desktop ... I have a lot less hair than I had only a few days ago!
    I've looked at a few other tutorials that outline the same sequence of steps, and tried them over and over, and then changing one step at a time to make sure that it was not a single step that caused the problem.
    The thing that is really bugging me is that it works fine if I use the different approach of using the place command instead. 
    Anyway, thanks for all of your time.  It's going to be a lot simpler to just stick with 'place' command and I will likely do that, but I tend take things like this as a challenge.  I like to know WHY it won't work for me.  Sometimes it seems that there is just no logical explanation!
    Stuart

  • Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    Anyone having problems with Elements organiser 13 when try to import photos from Mac photos which was an upgrade from Iphotos on 9th April 2015. Before when I was using Iphotos all was ok...

    hi I have been trying to do this, but PE13 comes up with a fail message saying that file types are not supported, am only trying to import jpeg files so can't understand this.  So far have been unable to use PE13 at all, any ideas anyone please!

  • Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Managed to get the installation sorted. Go to Control Panel, and where you have a list of all installed programs, repair all the Apple/Itunes related programs. Installation worked fine after that. Hopefully it helps you out too!

  • I am having a problem with importing cd's

    hi, I am having a problem with importing my music cd's into iTunes when I put a cd into my cd drive. The wrong information about the music cd comes up iTunes thinks that I still have the cd in the drive that I imported before. all my other cd's import fine it is just a problem with this one disc. Has this happened to anyone else? Does anyone have any suggestions on how I can fix this ?
    Thanks,
    lizabler
    Fifth Generation iPod 30 GB   Windows XP  

    I am having the same problems on multiple CD...i import 1...goes ok...then when I import the new CD it say "Would you like to import "name of CD I just imported"...can't get it to read the cd title correctly..just keeps throwing up the last CD. Reboot has no effect on this problem.
    Thanks.

  • I was having problems with my iPhone 5s. Was able to get another 5s. In the process of setting it up, but it is taking forever ... and it seems to be frozen at one particular place.

    I was having problems with my iPhone 5s (couldn't receive iMessages or emails). Cell company tried "fixing it" but to no avail. They ordered me a repacement 5s. Trying to set up, but it is taking forever. Seems to be stuck in one particular spot. It's at the stage with a black screen, white apple icon and a bar underneath. The bar is is just a fraction complete, and it has been stuck in this spot for almost an hour. Tried to restart it but it went to the same spot and froze again.

    BOB we need you urgently
    Perhaps Bob will see this thread, he is the professor in these cases.
    You do not use a WEP password but wpa/wpa2 on router and equipment.
    All equipment connects to WiFi, but for your iPad.
    Even with all other equipment WiFi off, you cannot connect your iPad.
    Your iPad connects to other WiFi nets correctly.
    All resets etc done on iPad and Router.
    Still I am not sure it is your router for sure, frustrating...
    I want to test 2 other things:
    1. in your iPad, set everything OFF in Settings/Cellular, turn off/then/on your WiFi, and see whether it will still not connect...
    2. If that does not do it: disconnect the router as well as the modem from the power, for 15 seconds, then reconnect the modem, let it fully start, then reconnect the routet let it fully start, turn of your WiFi in iPad, then on, and see whether it will connect.

  • For users having problems with Mail functionality...

    Hello! I have been having problems with Mail functionality as well, so, I took a few steps to see if I could solve the problem on my own.
    My problems were:
    Mail would freeze when sending mail, or, when I pressed quit, it would freeze.
    If I toggled between inboxes too much it would freeze up.
    Even after trying the many techniques others offered on this board, Mail still froze up. So.. here's what I did:
    1.) Turn off the auto-retrieve mail function in the preferences/general menu. Set it to a manual check. Just check it yourself every once in awhile. It may not be as convenient, but it works, trust me.
    2.) Under the fonts and colors menu, set all three fonts to the SAME font (mines Century Schoolbook, but anything works) and turn off fixed-width font. Sometimes mail has a tough time decoding and working with texts, and causes it to freeze.
    3.) Clean our your main inbox! Place the emails that you want to keep, but don't need to be in your inbox in a new folder on your inbox bar (mines aptly named 'Saved Messages.' That way, when you open up Mail to your default account, it doesn't have 1,000+ messages to index. Also, try to keep the inboxes from having more than 100-200 messages per. It seems to frown on any more than that.
    After trying these three easy, steps, restart mail and see if things run smoother. I have had no problems since these changes, and mail runs a ton better. Plus you don't have to worry about deleting your library/mail folder anymore. Let me know if things work out so I can see if my theory is a universally proven thing. Thanks and good luck!
    iMac G5 20"   Mac OS X (10.4.5)  

    Good question. I have worked very little with IMAP other than as a testing device, so, on a daily routine I cannot say how it would function. However, I can only expect that by having the option to download all emails for offline viewing selected, you are right in it being a lag creator. Another suggestion would be, if you are running a single-computer setup, to have the account delete emails from the server after recieving them on your computer. Thus, you reduce the risk of repeat downloads or unnecessary build-up on the server end. DO NOT select this option if you run multiple computer set ups on one AppleMail account system or you will cause some discrepancies and/or data loss from system to system. Or, if you have emails redirected from a seperate server to Mail (i.e. I redirect mail from my university email account into Mail so that I don't have to go to the web-mail site to check it--> just like Gmail or Yahoo etc etc) you won't be able to check them from the web-based email system if you have the system delete them. Ok that sounded confusing. Solution: have the system remove emails from the server after a week (or any period of time, just not immediately) so that, in the off-chance you need to use the online system, you will have access, and will give you a chance to check the emails on other systems without a threat of data corruption (by corruption i mean that frustrating feeling you get when you can't find that super important email that was in your inbox just 10 seconds ago on your desktop etc.)
    I will see if I can learn anything more about IMAP Ernie. Its definitley the biggest problem source for Mail, POP and .Mac being simple and functional as long as you don't play with the settings too much. As far as the issue of Offline viewing goes, try turning it off and seeing how Mail functions.
    BEFORE you turn it off, however, I recommend saving all of your emails in your inbox as a text file or something so, in case the server burps and has a brain flatuence, you don't lose anything. Been there, done that, thrown the books against the wall in a frustrated rage.
    My only reserve about the Offline Viewing is whether or not Mail will, when you click "recieve mail," have to re-download the emails from the server each time. If so, then it may end up taking longer and lagging more. The issue here is obviously minimizing the amount of activity between Mail and the email server without jeapordizing information on the server or multiple Mail programs on the same account. When we can find that balance, I think Mail's potential will be realized. Keep the questions coming.

Maybe you are looking for

  • Showing an image that is not on disc..

    Hi, I'm having the following problem: I have some images in a database, when client connects i have to show him a determinate set of pictures for that client. The problem is that first I must extract images from the database and put it on a file in t

  • PS CS6 keeps opening Adobe Help in browser & crashes

    Photoshop CS6 keeps opening Adobe Help in browser - crashes and takes OS with it. Bug frequently reappears in Layer Options and in Color Picker. I keep getting this bug (and many others) for years. I did report it about a year ago. It's incredibly ir

  • How to unblock and ipad 2

    my ipad is showing that ipad is deactivated connect to itunes, but try different options can get activate

  • Does the Cisco3745 Support TBCT on E1's ?

    Hi, The Cisco 3745 Product documentation states that TBCT supports the National ISDN-2 (NI-2)standard for T1 only. It is unclear whether E1 interfaces are supported. I would like to know what the case is. i.e. Does Cisco now support TBCT on E1's on t

  • Early AM disconnect with no notice

    at 4AM on July 11th, Verizon apparently shut off my phone(s), 4 days after the bill due date with a balance of $309+cents...At 10 AM the same morning while my droid was still on the charger, and the other phones still inactive for the day, I paid $25