Very Basic Package and Import question

Thanks in advance ...
- I read/tried all tutorials and documents on the matter
- the programs are from "Java 2 from scratch" book (Steven Haines)
- I suspect the problems result from using new SDK 1.4.2 version versus SDK 1.2.1 (that the book uses)
OK, here we go :
package Stock1.PortfolioTotalsPanel;
- first line in PortfolioTotalsPanels.java file
package Stock1.StockTablePanel;
- first line in StockTablePanel.java file
package Stock1.StockTableTabPanel;
- first line in StockTableTabPanel.java file
--- then:
Import Stock1.PortfolioTotalsPanel ;
Import Stock1.StockTablePanel ;
NOW : I guess I have to compile 'PortfolioTotalsPanels' and 'StockTablePanel' on their own - which I did successfully and kept the '.class' in the same directory (folder) - Stock1
When trying to compile 'StockTableTabPanel.java' file...
StockTableTabPanel.java : cannot resolve symbol
Symbol : class StockTablePanel
Location: class Stock1.StockTableTabPanel.StockTableTabPanel
StockTablePanel stockTablePanel = new StockTablePanel();
...and the same error message for 'StockTablePanel' class.
- I noticed the last line has 'stockTablePanel' instead of 'StockTablePanel' ...not sure if it makes a difference..same with the 'portfolioTotalsPanel'
I'm out of ideas...HELP !!

package Stock1.PortfolioTotalsPanel;
- first line in PortfolioTotalsPanels.java file
package Stock1.StockTablePanel;
- first line in StockTablePanel.java file
package Stock1.StockTableTabPanel;
- first line in StockTableTabPanel.java file
--- then:
Import Stock1.PortfolioTotalsPanel ;
Import Stock1.StockTablePanel ;
NOW : I guess I have to compile
'PortfolioTotalsPanels' and 'StockTablePanel' on their
own - which I did successfully and kept the '.class'
in the same directory (folder) - Stock1Both of your source files are in a directory named Stock1, right? Change directory so that you are in the directory above Stock1:
c:\javastuff\Stock1> cd ..
c:\javastuff> javac Stock1/StockTablePanel.java Stock1/PortfoloiTotalsPanels.java
to run them, run them from this root directory:
c:\javastuff> java Stock1.StockTablePanel
assuming that that class has a main() method.

Similar Messages

  • Very beginner POI and import question

    I am reasearching/playing around with the Jakarta POI. My boss would like to load word docs/xls into the database in binary form - he then wants to display them Read Only to the end users. He suggested that I look into using the POI.
    I've been reasearching the forums here and google but I havent found a great example implementing this. Everything I have found is way way over my head. Could someone point me to a very simple example of doing this? Or give me a very basic skeleton of what I would need to do to just open a word doc - I am trying to use this time to teach myself how to use/read the API(poi) - if that makes any sense...
    Secondly - while I was reading on POI I ran across this: import java.io.*; // don't ever do this...done to save space I know it says it is to save space but is that because it imports all the classes under IO? I know its a stupid question but I have seen it in other examples and use it in other jsp's... I just copied and pasted so I didnt really know why or what I was doing...
    Source of comment: http://www.onjava.com/pub/a/onjava/2003/01/22/poi.html - Appendix 1/ Example 1

    Also wanted to add that my boss would like to store
    the file as binary into database, extract the file
    from database, change it back to native format in a
    temporary directory and then use the POI to present it
    as read only??
    Is there any easier way? This still just seems like a
    straight forward process being made harder then it
    is...I thought i just told you how to do all of that?! You can only really store documents and files etc. as binary in a database column, unless the file is plain text (which these are not) and even then you would lose all of the formatting. So, don't worry about the binary aspect of it, as you will prob be storing the file as a BLOB anyway. You don't have to change the file back to its native format either, as if you have stored a file as binary, and you know the name (most importantly the extension), then when you write the binary to a file of that name, it IS in the original format. You can write a java webDAV client easily with the tools and libraries available in such packages as Jakarta Slide. In the past this API has been... lets just say, hard to grasp... due to documentation problems, delayed features etc. However, the traffic around the project seems to have increased dramatically since I last used it properly. Plus, you can extend this store to manage any kind of document or file.
    Oh and by the way, I would suggest you try to do this on the web... basically because IE (as prob with other browsers) can view MS office docs in the browser window itself. Very helpful thing that!
    Is this helping you or not?

  • Robohelp 8 HTML - VERY basic layout and naming question.

    OK, I'm sure this must be obvious to everyone else because I can't seem to find it in the places I've searched. My personal experience with Help files isn't helping (yeah, I know, bad pun).
    I'm creating a RoboHelp HTML file from a PDF file.
    While importing the file I'm given the option to create a new topic based on a style. Great so far. Having done so as an experiment and looked at the output I'm of the feeling that a 'topic' is "an HTML document that would, in theory, cover an area of interest, hence the term topic".
    Then I open IE's help file I see the contents like "Finding the Web Pages You Want" and "Browsing the Web Offline". Neither of them can be selected to show information in the right pane, but both open to show what I'll call 'sub-topics', each of which DOES open what appears to be an html document in the right pane.
    Adobe's help files are a bit easier to deal with, I just navigate to the Help folder and there are all the HTML files.
    So I'm confused and I've got a major mental block that's making it difficult to proceed without getting a layout/hierarchy. And if this information is in Robohelp's help or available someplace online, just smack me in the back of the head and point me in the right direction because I'm not seeing it.
    In the Internet Explorer help, what do I call the links in the left pane on which I can click to bring up a page in the right pane? What do I call the items I can highlight that, when clicked, show a list of the clickable links? And is it accurate that if I ask RoboHelp to create a topic out of each of a given style, then I'll have a separate HTML document for each instance of that style?
    Thanks,
    Solon

    Hi there and welcome to the wonderful wild and wacky world of Help Authoring!
    The area on the left side is typically called a "Navigation Pane". The Navigation Pane usually has different views. Table of Contents (TOC), Index, Glossary and of course, Search.
    The Table of Contents view has a Books and Pages metaphor. Each Book contains Pages inside. Each Page links directly to an individual HTML file (Topic).
    Indeed if you are sucking content in from PDF, RoboHelp has to be told what the criteria is to break the long PDF document into individual HTML topic pages.
    Hopefully this helps a smidge... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to create package and import from jar file?

    Hi all,
    I am writing a software and I am not sure how to create a package for the classes.
    Say I have two classes in the same directory as follows:
    testA.java
    ==========
    package AB;
    public class testA
    public static void main(String[] args){
         testB myB = new testB();
         System.out.println("A test");
    testB.java
    ===========
    package AB;
    public class testB
    public testB(){
         System.out.println("B constructor");
    both file compile without the package heading;
    both file compile using: javac -classpath .\ *.java
    Question 1:
    I cannot run testA by: java -classpath .\ testA
    I think it is a syntax error. What is the correct one?
    If I run testA by: java testA
    The only output I get is: A test
    But I am expecting: B constructor /n A test
    What went wrong?
    Question 2:
    I need to use APIs of another software. I have downloaded a .jar file (xxx.jar) with all the classes in it. And I have put "import xxx.*;" in my source file. But the compiler complains about the importing. What is the right way to copmile it?
    I have read a couple of tutorials but they don't answer my question.
    (I am using windows2000 and don't have the classpath variable.)
    Hope some one can help.
    Thanks a lot

    Try moving testA out of the package and importing 'AB.*;'
    If you have:
    ./testA.class
    ./AB/testb.class
    Then to execute testA from ./ type: java -cp . testA

  • Package and import

    I have a problem about the syntax package and import . If i create a class file that call "Play.java" and keep it at directory call "test".
    Now , i create the main file that call the "Play" class and this current file keep at directory that call "demo". That is mean the "demo" directory includes the main file and "test" subdirectory. So , what should i do ?
    Thanks.

    I would assume that you have two files and want one of them to belong to a package. If the main directory you are working out of is c:\demo\ (/demo/ on a *nix system) you would have the following in that directory.
    c:\demo\MainProgramClass.java
    c:\demo\test\
    The c:\demo\test subdirectory would then contain a class called Play.java (c:\demo\test\Play.java)
    Right?
    That means the Play.java class belongs to the package 'test', so you would include the following at the start of the Play.java file:
    package test;
    Your MainProgramClass.java file (or whatever you named it) should contain the following import statement:
    import test.*;
    This will import all of the files in the test package (basically everything in the test directory). You could also use 'import test.Play;' if you only want to import the Play class.
    Hope this is what you wanted,
    Ryan

  • Keyword package and import

    helo,
    someone, pls tell me the difference between using package and import? wat are the difference things that they include in our source file?
    in simple terms pls.
    thanks

    http://java.sun.com/docs/books/tutorial/java/interpack/packages.html

  • Basic customs and import cess flowing in MIGO

    Hello ,
    At present basic customs and import cess are flowing in the MIGO document,. The requirement is not to display the basic customs and import cess to flow.
    Please let us know the config related to it
    thanks

    Hi,
    In import business process we have 8 component.
    Basic Price
    Custom duty                  -
    > none- CENVATABLE
    Ed cess on custom duty -
    > none - CENVATABLE
    High Ed on Custom duty  -
    >  none - CENVATABLE
    CVD                 -
    > CENVATABLE
    Ed cess on CVD -
    > CENVATABLE
    High Ed on CVD -
    >  CENVATABLE
    Additional Custom duty -
    > CENVATABLE/none -CENVATABLE
    when ever you will create GR for import PO, entire cost occuring at custom office will be loaded to material cost out of which CVD, Ed cess on CVD, High Ed on CVD CENVATABLE and Additional Custom duty exception for which some company take credit for Additional Custom duty and some company they dont take credit for Additional Custom duty.
    at GR level system will generate document.
    Stock account
    GR/IR acct.
    friegt acct.
    this the way any standard system is configured.
    you have to decide whether marial is CENVATABLE or not, if it is CENVATABLE then CVD posting will take plane if it is not then only custom duty posting will only take place.
    hope this info. will helps you to post your GR.
    manoj singh

  • Graphics card needed to replace GeForce6800 Ultra on a G5 2.5Gz dual core mac, I always found it loud before it started displaying very basic colours and blocky graphics, could you suggest a quiet and cheap alternative compatible replacement card?

    Graphics card needed to replace GeForce6800 Ultra on a G5 2.5Gz dual core mac, I always found it loud before it started displaying very basic colours and blocky graphics, could you suggest a quiet and cheap alternative compatible replacement card?

    Hi Pete,
    See japamacs page here on the best AGP cards for G4s & G5s...
    http://www.jcsenterprises.com/Japamacs_Page/Blog/4B4B7BA2-7ABB-47F1-87AC-B03D379 42BEE.html
    Rated slowest on top, fastest on bottom.
    G5 PCIe options are listed here:
    http://www.jcsenterprises.com/Japamacs_Page/Blog/71BBF3EF-9713-4C53-8B80-26771F8 A4087.html

  • How to make a package and import it later

    Hi folks,
    this is a very basic question but it is not working to me so i will appreciate your comments.
    I had programmed many classes that are going to be used in many projects so they must be part of a library. Tell me whether or not this procedure is correct ?
    Compile those classes into .class files. Create a package with the jar application putting the .class files into a single file called my_utils ( .jar or .zip ?). Import the package from other projects using the import directive and storing the my_utils file in the project's library directory. Is this correct ?
    Many thanks in advance
    Marla.

    If you want to create a package and then put the package into a jar file, first compile into .class files (in appropriate package directories), then jar all of the .class files.
    Here's a link for a tutorial on packages. http://java.sun.com/docs/books/tutorial/java/interpack/packages.html
    Here's a link for a jar file tutorial. http://java.sun.com/docs/books/tutorial/jar/index.html
    You do not have put the .class files into a jar. Java packages are used for organizing classes, managing class name space, and controlling access to classes. Java jar files are a way to put multiple classes into a single file while compressing the content. Jar files can contain multiple packages and packages do not have to be inside of jar files.

  • Transporter - Basic installation and connection questions

    We have never used or installed the Transporter before.  We are currently using Tidal 5.3x and are upgrading a sandbox environment to 6.2.  I have looked at all the transporter documentation I can find and am still missing some very basic questions - plus I cannot get the "help" option in transporter to work.
    WHERE do you install the Transporter and why?  CM Server?  Master Server?  Desktop?  If it is on a server, then does the user that runs it need to remote the server in order to user transporter?
    I have attempted to install on each of the above, but cannot establish a connection.  When I click "test" I get error "Failed to Connect [Login failure with responseCode [404]]What should I be entering in each of the following Connections fields?  My comments indicate what I have assumed/attempted to enter and received the error above.
    Connection name  - just a given name to a connection? aka TESSandboxMaster
    Server Name  - what server?  master?  Is there a specific format this needs to be in?
    DSP/Plug in name - I found a dsp file on my CM Server named TES-6.0.dsp - should I put TES-6.0 here?
    User - network user that is a Super user in Tidal?  aka networkname\superuser?
    pwd - windows pwd for that user?
    Thank you for any help you can provide.

    Hi Patricia,
    1. The Transporter is installed on the Client Manager - the CM is essentially a web server to handle client requests, perform sacmd commands, and utility for transporting jobs from one environment to another. A Tidal user would have to be granted rights to Move Jobs to Production, and I believe Tidal user has to be able to sign on to the CM as well.
    2. I've reviewed an older copy of the transporter user guide 6.1 provides instructions on how to complete those fields:
    To create a connection: (on page 32)
     In the Connection Name field, enter the name for the connection file.
    In the Server Name field, enter the name of the Client Manager machine.
    In the DSP/Plugin Name field, enter the master instance name.
    The master instance name is the TES DSP or Plugin name. This is displayed from the Web UI in the Master Status pane.
    In the Server Port field, enter the listening Web Service port used by the Tidal Web Client. The default is 8080 for non-secured connections and 8443 for secured connections.
    In the User and Password fields, enter a valid Enterprise Scheduler user name and password.
    Select the Secure HTTP option if you want to connect securely through the HTTPS protocol.
    This option is enabled only if Transporter has been configured for secure
    connections. Figure 8 is an example of Transporter not configured for secure
    connections.
    BR,
    Derrick Au

  • Split Directory Packaging and Deployment Question

    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split directory structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put in myEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versus myEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are classes depended
    on by, say, the servlets in a web app, but not depended on anywhere else in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use local interfaces
    on my session beans. Let's say I have a domain object class returned from a session
    bean method and depended on by the web app. If I put that domain object class
    under myEnterpriseApp/myEjbModule, then the web app can see it by virtue of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff to build/APP-INF/classes.
    What stuff? How does it decide? I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials. Is it
    looking for java source files under src/myEnterpriseApp but not under myWebApp
    or myEjbModule? In general, does BEA have any recommendations in this area?
    Thanks,
    Randy

    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi Mark,
    Thanks for the reply. I don't have 8.1 installed yet, so I can'tempirically
    observe the example's behavior. But I downloaded the example andinspected the
    code. It answers some, but not all, of my questions.Where to start.
    In 8.1 we have made optimizations to J2EE packaging. Mostly this is about
    not having to use manifest classpath's to do sharing of of common classes.
    MF Cp's are a pain to configure. You put your classes in one location in
    the ear and then EVERY module has to have a MF CP entry pointing to that
    location, and then you actually have N number of classes loaded per module.
    The mechanism to share classes across all modules is APP-INF/lib and
    APP-INF/classes. The benefit is that APP-INF is shared across all modules.
    So to your question below you could just put it in the EJB module, BUT if
    you have mutliple EJBs that you split into seperate modules your back tot
    the same issue. So APP-INF is just the simplist solution over-all.
    Split-dir is a specified way to lay out disk your src files
    Split-dir
    From code inspection, it looks like the JSP and EJB (therefore the web appmodule
    and EJB module) both depend on the AppUtils class, which is not inAPP-INF, but
    rather in a directory under the enterprise app directory that does notrepresent
    a web app module or EJB module. In the build file's compile target, is itthe
    wlcompile task invocation that causes compilation of AppUtils.java? Or isit
    the ant task invocation (with "build.appStartup" as the value of thetarget attribute)
    that causes compilation of AppUtils.java due to the dependency ofApplicationStartup
    on AppUtils? And what subdirectory of the build directory doesAppUtils.class
    end up in?
    Why not just put AppUtils.java in the EJB module? Both dependent moduleswould
    still be able to see it by virtue of the classloader arrangement. Doesputting
    it in outside of all dependent modules represent a convention that BEArecommends?
    >
    Finally, why not put applicationresource.properties in the same place asits user
    AppUtils.java?
    Thanks,
    Randy
    "Mark Griffith" <[email protected]> wrote:
    Randy:
    (Rob may post later, but here is my take)
    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split
    directory
    structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put inmyEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versusmyEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are
    classes
    depended
    on by, say, the servlets in a web app, but not depended on anywhereelse
    in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use localinterfaces
    on my session beans. Let's say I have a domain object class returnedfrom
    a session
    bean method and depended on by the web app. If I put that domain
    object
    class
    under myEnterpriseApp/myEjbModule, then the web app can see it by
    virtue
    of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff tobuild/APP-INF/classes.
    What stuff? How does it decide?wlcompile has a module factory. If a directory is claimed by a module
    factory then it is compiled by that specific module compiler. The rules
    for
    module definition follow the same J2EE formatting rules.
    So:
    /myejb/
    would be identified as a ebj module by:
    */myejb/meta-inf/ejb-jar.xml
    */myejb/myejb.ejb (EJBGen file)
    then src files (*.java) will be compiled to
    $BUILD_DIR/myejb/
    /myweb/
    would be identifid as a web module by:
    */myweb/WEB-INF/web.xml
    Also for webapps
    /myweb/WEB-INF/src/*.java
    will be compiled ot
    $BUILD_DIR/myweb/WEB-INF/classes
    We choose WEB-INF/src following the struts precedence.
    So a plain old module that has noting but .java files in it will go to
    $BUILD_DIR/APP-INF/classes
    If you have a jar of classes that you need to share across the entire
    ear,
    you would check it into your src tree at:
    $SRC_DIR/APP-INF/lib/mycommon.jar
    You can check out an example at:
    $BEA_HOME/weblogic81/samples/server/examples/src/examples/splitdir/helloWorl
    dEar
    Hope this helps.
    cheers
    mbg
    I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials.Is it
    looking for java source files under src/myEnterpriseApp but not undermyWebApp
    or myEjbModule? In general, does BEA have any recommendations in thisarea?
    Thanks,
    Randy

  • Newbie export and import question

    Here's the next part. I have a system with roughly 3+ billion records.
    My design is to convert the data in the company's db to ours. The db is still in production so my thinking was to export a day's worth of data using Oracle's exprt functionality. Export takes parameters so I can give it psuedo code like export... where date = yyyy/mm/dd.
    On the oracle export faq it says it may not work well with large data sets. On daily average could Oracle export 3M records and import it into another table?
    It's on this table I'd put the sequence - from thread Sequence question, need to prefix the sequence with a 4 digit incrementing
    Thanks
    Message was edited by:
    user618862

    Sounds like the worst possible solution but then you provided no information as to version numbers, latency, number of tables, transaction size, partitioning, or number of tablespaces.
    Assuming a currently supported version of the product why not?
    1. Transportable tablespaces
    2. Streams
    3. DataPump
    4. External tables
    Export/Import is deprecated technology. It should be the option of last resort.

  • Broken clips from CF card and import question

    I'm new to recording on a CF card and importing it into fcp. I shot an hour yoga session without stopping the camera the entire time. I recorded it in DV format. I'm using a Sony Z5 with a HVR-MRC1 card recorder. When I open the folder on the CF card I have 3 clips for that entire time of recording... each taking off from where the previous ended. Shouldn't it be just one clip since I didn't stop the camera from recording? they are avi files also.
    Importing. I'm seeing discussions about using a free download from sony. Is this just for HD? or will this download help with my DV clip breakage problem I discussed above. Here's the link I followed...
    http://pro.sony.com/bbsc/ssr/cat-broadcastcameras/resource.solutions.bbsccms-ass ets-cat-cambroprod-solutions-HDVfinalcutproTC.shtml.
    When I import DV I have been just copying the file from the CF card to a folder on my Raid Array and then importing it into fcp. BUT why do I need to render it? I get the red line when I drop it in the timeline.
    SO slightly confused on if I need the download... and why I need to render. Any help appreciated.

    It depends on your cam's specs. The Canon 7D I have for instance only records 12 minutes at a time. (it is CF card as well) I couldn't find the specs for your cam.
    Usually a plug-in for importing into FC for example lets you convert the video to something more 'editable' and not compressed. If you drop something into your timeline and the redline appears, it means your timeline settings differ from the dropped in clip and that is why it needs to be rendered.

  • Basic jsp and servlet question (JSP Model 2)

    Hi
    I want to make an website where i use JSP Model 2 architecture. However I got a basic question
    1. I need to separate business logic from presentation with the use of jsp and servlets. Meaning I want no html code in the servlet. Can you give a simple example of how this can be done? If I map my implementation of httpServlet to a jsp page in web.xml and override doPost() and doGet(). The calls to the jsp page comes to the servlet as it should. I want to process some methods (calling sessionbeans or similar which in turn calls entitybeans) and then show the jsp page.
    How do I show the jsp page without mixing html in the servlet as I've done below:
    doGet(HttpServletRequest req, HttpServletResponse res)
    PrintWriter p = response.getWriter();
    p.print("<html><body>Hello world</body></html>"); //I dont want to do //this, I want to display the JSP site
    doPost(HttpServletRequest req, HttpServletResponse res)
    //doSomething
    }Message was edited by:
    CbbLe

    You should treat your servlet class much like a controller, where you can then use JSP as the view. The way you achieve this is to use the forward() method in RequestDispatcher.
    Say you've got a servlet class org.yoursite.controller.YourController:
    public void doGet(HttpServletRequest req, HttpServletResponse resp)
      throws ServletException, IOException {
      //Set some value for use in the JSP file associated wth me
      req.setAttribute("greeting", "Hello world!");
      //Done with our business logic, off we go to the JSP file
      ServletContext app = getServletContext();
        RequestDispatcher disp;
        disp = app.getRequestDispatcher("/some/jsp/file.jsp);
        disp.forward(req, resp);
    }Now in your JSP file:
    <h1>Example</h1>
    <div>
      I just want to say <%= request.getAttribute("greeting") %>
    </div>Going to that servlet now executes business logic and then points to the JSP file for the view. You can forward from servlet to servlet too if needs be. The string you pass to forward() is whatever would be in the URI of the request so any <servlet-mapping> configurations in web.xml are used ;)
    There is some pretty in-depth documentation on the J2EE blueprints website, namely service-to-worker and front-controller patterns. I dare say if you're looking for this sort of code you'll want to look at the composite view pattern too (also on blueprints).

  • Portal content Transport Packages Export/Import Question.

    Hi,everyone:
      I have a problem when Export packages of portal content,the epa-file is correct on the server however become error after download from the server to localhost.
      The bug is Function of Download itself,if anyone have meet this case and help me. I need your help!
    Regard!
    Fish

    Hi Ree,
    As I mentioned in my previous reply it is working perfectly for me. The import is creating the required files in the PCD.
    Let me explain how it is done.
    Create a TP
    Create a folder and add the required files(Workset,pages, iviews etc) to the the folder.
    add the folder with all the contents(select 'Add all objects to transport package' from the content menu) to the TP.
    Export the TP. give a name of your choice(removing the numbers)
    Download it to the local machine using the dowmload link.
    the file will be saved as a <i>TPName</i>.epa in your local drive.
    in import, select 'client' for Source for Package Files.
    brose and select the <i>TPName</i>.epa file.
    upload the file, and you can see the contents.
    then import it to the new environment. Now the complete folder stucture will be created in the PCD exactly as you created it for the TP.
    I hope you are doing like this. It should work
    Are yo able to open the downloaded file with WinZip?
    cheers
    Kiran

Maybe you are looking for