Command line path problem...?

Ok, I am only after begining programing in java and hence im starting on HelloWorld. Its not the code that im stuck on though. Its the command line things afterwards. I know how to change the path and stuff and use DIR however this is what the tutorial says:
"The Java tool set consists of a set of command line programs located in the bin directory of your Java installation. For instance, if your Java installation is in C:\j2sdk1.4.2 then the programs you need will be located in C:\j2sdk1.4.2\bin. Make sure you have modified your PATH environment variable to include this bin directory. You can modify your PATH through the control panel or temporarily on the DOS command line (see your operating system help)."
When I try that but replace it with my current version its says this "System cannont find file path" Then if I put program files before that it still doesnt work and no matter what ive tried it doesnt seem to work. Another question also, does the HelloWorld.java file need to be saved in the \bin directory also?
I hope you get back to me, because its kinda hard without someone here to explain it all.
-ARA

When I try that but replace it with my current version its says this "System cannont find file path" Then if I put program files before that it still doesnt work and no matter what ive tried it doesnt seem to work.I'm not a Windows guy, but it sounds like you put the wrong path in the PATH variable. Maybe you installed the JVM in a different location?
Another question also, does the HelloWorld.java file need to be saved in the \bin directory also?NO! You shouldn't put anything in there, or anywhere the directory above it either (the JAVA_HOME directory). Create a separate directory for your own files. Maybe in your home directory, if Windows is supporting the "home directory" concept in any meaningful way.

Similar Messages

  • Adobe Reader XI does not open files with a command line "path" argument.

    Adobe Reader XI does not open files with a command line "path" argument. Version X and lower all worked fine. I have deleted and reinstalled the program with no success. Is this a bug?

    Hi Daniel,
    What is the make of the printer and is it using PCL or PS driver.?
    Do you have Acrobat installed on this machine as well?
    Please check if 'Print Spooler' service is running on the machine.
    Regards,
    Rave

  • Command line package problem

    Am using this exercise to create packages:
    http://java.sun.com/docs/books/tutorial/java/interpack/QandE/packages-answers.html
    I'm on Unix Solaris and have created /home/me/mygame directory as instructed. Then three subdirectories with their files:
    mygame/client/Client.java
    mygame/server/Server.java
    mygame/shared/Utilities.java
    Using their source code for each .java file, I sit in mygame directory and compile with
    javac shared/Utilities.java
    which works to produce Utilities.class
    But after that my compiles don't work. Two examples:
    javac -classpath . server/Server.java
    javac -classpath . client/Client.java
    returns in second case:
    client/Client.java:5: Class mygame.shared.Utilities not found in import.
    import mygame.shared.Utilities;
    1 error
    prompt% head client/Client.java
    package mygame.client;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import mygame.shared.Utilities;
    public class Client extends Thread {
    Socket clientSocket = null;
    public Client(Socket s) {
    Can you help? I'd really like to work in packages from the command line.
    By the way, the IDE JDeveloper 9i doesn't have any problem with packages, as you'd expect.
    More info:
    The error meaning it looked but it couldn't find Class mygame.shared.Utilities, I'm sure.
    java -version
    java version "1.2.2"
    Solaris VM (build Solaris_JDK_1.2.2_05a, native threads, sunwjit)
    path (. /home/me/mygame /home/me blah/blah/blah)
    Thanks,
    Chuck Williams

    Why don't you try everything from the directory above mygame?
    You'll have to adjust your commands accordingly, but I think your problems may go away.

  • Desktop command line parameter problem

    We have just completed an upgrade from Discoverer 4i to 10g. We use the desktop version installed on a windows 2000 terminal server to run a batch file nightly (using the windows task scheduler to call the batch file). This runs the reports, then exports them in xls format to a public directory. During my testing I installed the 10g desktop version on my win xp machine to test the command line capabilities - we have about 50 reports that run nightly, and everything ran fine. Now I have installed the 10g Desktop and Admin versions on the terminal server, and need to use this new version to run the reports nightly. I did the install as an admin, and I am running the scheduled task as an admin. The reports are failing, complaining about the parameter values. With the exception of the path to the dis51usr.exe file, I'm using the exact same command line on my pc as I'm using on the terminal server.
    Here's the command line I'm using on my pc, which runs fine:
    c:\oracle\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb "Order Shipments" /parameter "From Date" "01-APR-2006" /parameter "To Date" "30-APR-2006" /parameter "Sales Territory" "North America" /export xls "\\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls" /batch
    Here's the command line I'm using on the terminal server:
    d:\oracle10g\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb "Order Shipments" /parameter "From Date" "01-APR-2006" /parameter "To Date" "30-APR-2006" /parameter "Sales Territory" "North America" /export xls "\\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls" /batch
    This fails, with the following noted in the log file:
    4/25/2006 1:54:09 PM
    d:\oracle10g\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb Order Shipments /parameter From Date 01-APR-2006 /parameter To Date 30-APR-2006 /parameter Sales Territory North America /export xls \\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls /batch
    Invalid value "From Date" for parameter "01-APR-2006"
    Invalid value "To Date" for parameter "30-APR-2006"
    Invalid value "Sales Territory" for parameter "North America"
    4/25/2006 1:54:10 PM
    I've been trying to figure this out for a couple of days now. Just got my copy of the new Discoverer 10g Handbook in the mail today (great book, by the way!) - I was hoping it would shed some light on this problem, but I'm still stuck. I'm hoping I'm missing something really simple here, and appreciate any help I can get.
    Thanks
    Rhonda

    Hello Ott,
    Yes, I tried that, because that is what the error message indicates. I also tried using single quotes instead of double around the parameter names and/or parameter values, and using no quotes at all. The confusing thing is that the same command works on my pc installation. I have also looked at all the option settings between the 2 installations, and made sure they are the same. The only difference is the operating system - for the life of me I can't figure out why 10g would act any different than 4i installed on the same OS, or for that matter why 10g would act any different installed on XP vs Terminal Server. I've got to be missing something simple here.
    thanks
    Rhonda

  • Command line build problem

    We have a large help project I'm migrating to RoboHelp 6
    (nearly 3000 topics, 12 chms plus a master file). We generate using
    a script that calls the command-line option. One of the projects
    fails during command line processing, even though I can build it
    from within the GUI without fail. When I run the command line
    command, this is the message that is returned:
    "D:\quartus\robohelp\subs\reference>"d:\Adobe\RoboHelp
    6.0\RoboHTML\RHCL.exe" reference.xpj
    Adobe (R) RoboHelp Project Command Line Compiler version
    6.00.099
    Copyright (C) 2006 Adobe Macromedia Software LLC. All rights
    reserved.
    Project: D:\quartus\robohelp\subs\reference\reference.xpj
    Layout: Microsoft HTML Help.
    Output: D:\quartus\robohelp\reference.chm.
    Scanning project for compilation....
    Error: Failed to scan all the project files. Please use
    RoboHelp to recover the project.
    Unexpected Error: Failed to prepare single source data for
    RHCL. Please try to compile it in RoboHTML."
    If I open the project in the GUI and compile it, then compile
    from the command line, it works fine. But if I clear the directory,
    run the NGCMD.exe command and get the files out and run the
    RHCL.exe, I get the same error message.
    Thanks

    Finally I figured out this problem.
    It is because one .fpj file missing in the image folder.
    When I was using X5, there is no image.fpj in the image
    folder, but after upgrading to RH6, using the command line compiler
    will fail if there is no the .fpj file under the image folder.
    Checking in the image.fpj to the server, then check it out to
    your build machine, everything is OK now.
    AG2MM

  • Command-line paste problem

    Hi!
    I have a following problem: When I try to paste long input to my command-line app, only few first lines are pasted.
    I see, that I Can copy that to apps like TextWrangler, TextEdit.
    What Can I do?
    Regards.

    How long is "long"? Could there have been hard returns in your copied text?
    If you find you cannot paste it in the Terminal, can you still paste the same text into your text editor?

  • Command line Argument Problem - '*'

    Hi, Is there any problem in giving * as Command line argument.
    My student was trying to write a calculator program but stuck :
    Code Sample
    public class test
    public static void main(String[] args)
    System.out.println(args[1]);
    java test 2 + 2
    No Problem
    java test 2 * 2
    gives Problem

    It's not relevant to the programming language. The shell is what expands the *.
    OTOH, I heard that MS-DOS filename expansion is spotty (that's been my experience actually) and that Java has a workaround built into it to make it make sense.
    I'd encourage you to change the assignment (or however this is working out) to allow your student to submit the entire expression as a single argument:
    java Calculator '2 * (3 + 2)'

  • Command line codegen problems

    hello,
    I try to build using commandline codegen tool. I am using the sample project from eGate Tutorial (Project 1: This Project addresses a very simple business challenge where an input TimeCard File is read and a workfile is output).
    I have had experience doing some build using Ant, but apparently it's not as straightforward as I would've expected with this one.
    I have updated the "build.properties" file to match the project as specified on the documentation. The build seems to go okay for a while until it spits the following errors (in logy.log):
    2006-08-07 20:19:23,328 ERROR [main] [com.stc.codegen.anttaskImpl.CodeGen] [] java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.stc.codegen.anttaskImpl.CodeGen.execute(CodeGen.java:218)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    Caused by: com.stc.codegen.framework.model.CodeGenException: C:\JavaCAPS51\commandlinecodegen\temp\1154945927859\Project1dpProject1\CMap1_Service1_ejb\Project1\Collaboration_1.java:15: package dtd.s1_input_420537843 does not exist
        public void receive( com.stc.connector.appconn.file.FileTextMessage input, com.stc.connector.appconn.file.FileApplication FileClient_1, dtd.s1_input_420537843.Employees s1_input_Employees_1, xsd.s1_output_133304065.Employees s1_output_Employees_1 )
                                                                                                                                                                      ^
    C:\JavaCAPS51\commandlinecodegen\temp\1154945927859\Project1dpProject1\CMap1_Service1_ejb\Project1\Collaboration_1.java:15: package xsd.s1_output_133304065 does not exist
        public void receive( com.stc.connector.appconn.file.FileTextMessage input, com.stc.connector.appconn.file.FileApplication FileClient_1, dtd.s1_input_420537843.Employees s1_input_Employees_1, xsd.s1_output_133304065.Employees s1_output_Employees_1 )
                                                                                                                                                                                                                              ^
    C:\JavaCAPS51\commandlinecodegen\temp\1154945927859\Project1dpProject1\CMap1_Service1_ejb\Project1\CMap1_Service1\Collaboration_1_Runtime_Handler.java:372: package dtd.s1_input_420537843 does not exist
                                                                           (dtd.s1_input_420537843.Employees) params.get("s1_input_Employees_1")
                                                                                                       ^
    C:\JavaCAPS51\commandlinecodegen\temp\1154945927859\Project1dpProject1\CMap1_Service1_ejb\Project1\CMap1_Service1\Collaboration_1_Runtime_Handler.java:374: package xsd.s1_output_133304065 does not exist
                                                                           (xsd.s1_output_133304065.Employees) params.get("s1_output_Employees_1")
                                                                                                        ^
    Note: C:\JavaCAPS51\commandlinecodegen\temp\1154945927859\Project1dpProject1\CMap1_Service1_ejb\Project1\CMap1_Service1\Collaboration_1_Runtime_Handler.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    4 errors
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.compileCodegen(CodeGenFrameworkImpl.java:802)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkAntImpl.doPostProcess(CodeGenFrameworkAntImpl.java:452)
         at com.stc.codegen.anttaskImpl.driver.BuildProject.doPostProcess(BuildProject.java:560)
         ... 25 more
    Caused by: Compile failed; see the compiler error output for details.
         at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:933)
         at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:757)
         at com.stc.codegen.frameworkImpl.model.util.AntTasksWrapperImpl.javac(AntTasksWrapperImpl.java:285)
         at com.stc.codegen.frameworkImpl.model.CodeGenFrameworkImpl.compileCodegen(CodeGenFrameworkImpl.java:795)
         ... 27 moreAs can be seen, it failed on the receive() method of the Collaboration, cannot find the package dtd.s1_input_420537843.Employees and xsd.s1_output_133304065.Employees.
    Also, there were some errors to do with velocity:
    2006-08-07 20:18:51,734 ERROR [main] [com.stc.codegen.frameworkImpl.model.util.AntVelocityHelperImpl] [] ResourceManager : unable to find resource 'velocity-templates/VM_global_library.vm' in any resource loader.Within eDesigner, it builds sucessfully indeed. No issues whatsoever.
    As, we have many deployment profiles, building it one by one in eDesigner is very tedious. So, I'd like to get the command line build tool to do the job so we can have unattended build process and possibly use the deploycli tool in combination.
    Any idea on the errors? Has anyone sucessfully used the command line codegen?
    Thanks in advance
    Ari

    Hello Ari,
    I am able to successfully build the project using codegen , command line tool. I tested the same timecard project from the sample projects
    It works fine for me.
    I think the error you are getting is related to OTDs.
    When u created the JCDs did u include all the 3 OTD , file , S1_input_employees , s1_output_employees.
    Right click the collab and in properties check if all the three OTDs are listed
    Let me know if they are listed and still u r getting the error

  • Servertool command line usage problem

    I'm trying to use the servertool in 1.4 /solaris2.6 from the command line eg:
    servertool -ORBInitialPort <port> list
    which should(I would have thought) started servertool, listed the servers and returned.
    Instead if displays the servertool command line prompt.
    what is going on? thanks
    PS: i've previously started orbd on with -ORBInitialPort <port>

    Hi,
    actually it's not a real bug. I would say it's documentation inaccuracy. The right syntax is:
    servertool -ORBInitialPort <port> -cmd <command>
    Try
    servertool -ORBInitialPort <port> -cmd help <command>
    for detailed help.
    regards,
    Todor

  • Command Line echo problem

    Hi there,
    So i have a little problem. I have a short code that i want to log, but the logfile must have redirection characters
    like these : < and >
    wmic qfe list brief /format:texttablewsys > "c:\wmic.txt"
    So i added this:
    echo ^<log^> >>c:\wmic.txt ^</log^>
    But then the output doenst come with the redirection characters. Anyone out here who knows how to help me?
    Many thanks in advance!

    Sorry, but I don't understand what you really want.
    wmic qfe list brief /format:texttablewsys > c:\wmic.txt works fine.
    Give a better sample of that what you want to get.
    WMIC is also able to write the output in special formats, like html or xml - try wmic /?If you only want to begin the logfile with <log> and end with </log> do it with three lines of batch:
    echo ^<log^> > c:\wmic.txt
    wmic qfe list brief /format:texttablewsys >> c:\wmic.txt
    echo ^</log^> >> c:\wmic.txt

  • Command lines & cpu problem

    Hi
    i have a cpu problem , lightroom keep my cpu busy @ 100%
    and i have a dual core
    i have to use task manager to assign only 1 cpu , and so runs great
    is there a command list?

    What system? Haw much RAM, More info. And do the forum search suggested!
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.10 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Getting command line parameters

    Hi there,
    I developed an application that reads args from the command line.
    Problem is that when I read a windows path like this:
    <DIR>\<DIR>\
    the last backslash is skipped... (from args[0])
    why?
    Thanks in advance,
    Davide

    ok, I'll try it.
    At his moment, I solved using this:
    "C:\Program Files\\"
    so I guess is something about escape sequences.
    In fact, in the above path I'm using \\ to specify the "\" character.
    But is stil a strange behaviour.
    In "C:Program Files\" It seems JVM is using the last
    "\" as an escape sequence but in a path like this
    "C:\Develop\" (without spaces) it recognizes correctly
    the last backslash.
    Bye,
    Davide

  • Running java class in command line

    Hi.. i have a java class i want to run from the command line. the problem is that when i do, i get this exception:
    Exception in thread "main" java.lang.NoClassDefFoundError: (class name)
    The class uses some jars, so i used the -classpath option, and seperated the jars with ":".
    I read in a previous topic that the solution can be to add the JRE1.5.0 to the path.
    Can anyone tell me the syntax to do that? And if anyone has a different solution can they tell me? Im running it on linux debian.
    Thx.

    It sounds like you only have the jars in the -classpath option. If that's right, then java will only look in those jars for classes. You probably need for example .:jar1.jar:jar2.jar if you want java to look in the current directory as well as the jar files for classes.

  • Command line parameters and path problem

    hello ....
    I have to execute an application from my java program. My application called "AIMSS" takes 2 command line parameters. Now, when i mention those parameters with complete path to my executeable, windows reports that "unable to open the shortcut". Below is what i am trying:
    private static final String WIN_PATH = "rundll32";
    private static final String WIN_FLAG  "url.dll,FileProtocolHandler";
    private String cmd = null;
    private String url = null;
    public void runMyFileWithMessage(String msg)
        try
    url = "C:\\Program Files\\Raytheon\\AIMSS 4.0\\Runtime\\Standard\\aimss40.exe" + " AAAVIETM 3457";
                 cmd = WIN_PATH + " " + WIN_FLAG + " " + url;
                 System.out.println(url);
                 Runtime.getRuntime().exec(cmd);
            catch(IOException io)
                System.out.println("AIMSS problem. Below is the Stack Trace.");
                io.printStackTrace();
        }Although, when i tried to run the executeable from Start->Run, by giving it same complete path and 2 arguments, it runs fine. Any help would be greatly appreciated.
    Raheel.

    Passing multiple paramters in a String to exec() doesn't work. Use the exec method that takes a String array instead and pass the call and each parameter in as a separate String.
    Off the top of my head (check the api) it will be something like
    String[] cmd = {"C:\\Program Files\\Raytheon\\AIMSS 4.0\\Runtime\\Standard\\aimss40.exe","AAAVIETM", "3457"};
    Runtime.getRuntime().exec(cmd);

  • Problem using extension manager CS5 with command line

    Hi All,
    I had posted my question here : http://forums.adobe.com/message/4695419#4695419, but was advised to do so here as well..
    I have a requirement to get the path of all the installed Extension Managers on any Windows system for the purpose of installing an extension.. I thought, there would be no problem in getting the path from the registry. There was no problem in Win XP, but the same does not work for Win 7.. I googled, and found alternate ways to get the path.
    Here is the link : http://forums.adobe.com/thread/851359. I followed the instructions in this post, but failed to get this working for CS5 as mentioned in my previous thread... No problem for CS5.1 and CS6.. Why is that?
    I want to get this working for CS5, CS5.1, CS6... How can I get the path of all the Extension Manager versions installed on a Windows system?
    Please refer to the following screenshots to get a better understanding of my problem,
    I created a jsx file named "Result.jsx", which I saved in my D drive, with the following code,
    resultFile = new File("D:/result.log");
    resultFile.open("w");
    resultFile.write(BridgeTalk.__diagnostics__);
    resultFile.close();
    If I run this directly from ESTK CS5, there is no problem, and I get the result.log file. I tried to execute this script via command line as shown in the screenshot,
    On executing the above, I got the following error,
    What is going wrong?
    Please help!

    I am sorry for the poor documentation of Extension Manager which causes you so much trouble.
    1. You can use BridgeTalk API to ask specific version of Extension Manager to do something. There is sample in packaging_extension.pdf about this. You don't need to know the installation path of Extension Manager. One thing to note is that the value of bt.target is version specific, i.e. "exman-5.0", "exman-5.5" send this message to different version of Extension Manager, so you can change this value to install/enable/disable/remove extensions using different version of Extension Manager. More detailed documentation of BridgeTalk can be found by clicking "Help" menu then clicking "Javascript Tools Guide CS5" in "Adobe ExtendScript Toolkit CS5".
    2. Specific version of Extension Manager only manage extensions for corresponding version of product. You should use Extension Manager CS5 to install extensions for Photoshop CS5. The reason that the extension you installed for Photoshop CS5.1 using Extension Manager CS5.5 is displayed for Photoshop CS5 in Extension Manager CS5 is that two versions of Photoshop specified the same directory for Extension Manager to manage extensions. This is a defect and will cause some problems if multiple versions of Photoshop co-existed in one machine. But "to find  previous (CS5) extension manager and to enable it" should work for you, I guess you use command line to enable it and specify wrong product name (see #3) so that it doesn't work.
    3. When using command line, you should specify "product" attribute with the name displayed at the left panel of Extension Manager. So "Photoshop CS5 32" is correct. Remember to enclose it with double quote because of existence of space character.
    4. As above mentioned, use display name of Photoshop, and call proper version of Extension Manager by BridgeTalk.

Maybe you are looking for

  • Sending/Reading custom Strings in HTTP Header

    Hey people, I'm developing a J2ME application in which I'm trying to send a Message object (a few Strings such as Content, Nickname etc) to a Servlet. Serialization would be nice but since J2ME doesn't support it, I would have to come up with a custo

  • UI: Toolbar - (F?)AQ about toolbar button activation and usage

    <b>Q:</b> How can I add functionality of the two SAP toolbar buttons shown on the screenshot? <b>Reply:</b> Please note that the clicks on the toolbar buttons are translated into MenuEvents! I.e. if the button is active at the time you want to use it

  • Playing an audio file in a certain location

    Hi Everyone... I would like to play an audio file (edc.caf) that is located in this directory.... /DCIM/TONY/IOW/AUDIO When i run it through the NSURL processor.... [code] NSURL *soundFileURL = [NSURL fileURLWithPath:soundFilePath]; [code] the result

  • Problem with Timestamp

    Hi I am using Oracle 10.1.0.4. When I am storing events with the received timestamps, it stores in GMT. But I am calling the stored procedure with timestamp in IST. Similarly when I search for that using IST, It returns the results matching the corre

  • Problem in Reducing the root file system space

    Hi All , The root file system is reached 86%. We have cleared 1 GB data in /var file system. But the root file system still showing 86%. Please note that the /var file is not seprate file system. I have furnished the df -h output for your reference.