How to prevent session getting  killed

Hi All,
I am trying to execute a procedure which contains a long running query .
The query takes so much time to execute that the session gets killed .
Can anybody please let me know what should I do to prevent my session being killed/
Is there any parameter to be set to do so?
Many thanks in advance.

try to avoid posting 2 questions for the same subject
Can I alter the default profile

Similar Messages

  • Systemd/user: tmux sessions get killed when stopping systemd session

    Following the wiki guide on systemd/user, I am now starting my X sessions using systemd unit files for my user.
    My problem: when I quit X or exit the systemd session (for example through $ systemctl --user exit), my tmux sessions get killed along with it. Note, I do not start tmux with unit files, but simply through invoking “tmux” in a virtual terminal. I have also tried detaching the tmux session before quitting the systemd session, but to no avail.
    How can I make my tmux sessions survive X closing?

    That is beacuse tmux becomes a child process of the systemd --user session.  So it gets caught up in the cgroup and everything.  What I have done is I start a system service of tmux as my user (I have creatively come up with the name "[email protected]").  Here is what I've got, that has been working for me:
    % cat /etc/systemd/system/[email protected]
    [Unit]
    Description=Start detached tmux session
    After=multi-user.target
    Before=shutdown.target
    [Service]
    Type=forking
    User=%I
    WorkingDirectory=%h
    ExecStart=/usr/bin/tmux new-session -d -s %u
    ExecStop=/usr/bin/tmux kill-session -t %u
    Restart=always
    [Install]
    WantedBy=multi-user.target
    Last edited by WonderWoofy (2013-04-27 22:35:27)

  • How to prevent session sharing ???

    I am getting a problem when i access my application with different logins from same machine ( same browsers ) ,
    then old login session is updating with new login session,
    how can i prevent this session sharing?
    thanks in advance

    What's probably happening is that you use file cookies (cookies are stored in your file system).
    1. You log in from browser 1 as User A. The server sets a session cookie on your file system.
    2. You continue to work from browser 1. The session cookie gets sent in every request and all is fine.
    3. Now you open another browser and log in as User B. The server sets a session cookie identifying you as User B on your file system.
    4. This overwrites the cookie that was set earlier that identified you as User A The concept is that you can have only one cookie from a server for a specific purpose (session identification in this case)
    5. When you go back to browser 1 now and access the site, the second cookie gets sent (the one that identifies you as User B) and you are logged in as User B now.
    ram.

  • Tuxonice suspends/resumes ok but my X session gets killed on resume

    The weirdest of problems... Up until yesterday my tuxonice setup used to suspend/resume flawlessly. Some very rare lockups occured but I didn't mind. Since 2 days ago, my laptop resumes but the saved X session (xfce4) is killed and I'm presented with the gdm login screen. The only thing I can remember that changed is a regular update of the system:
    [2010-02-14 16:21] installed beautiful-soup (3.1.0.1-1)
    [2010-02-14 16:21] upgraded anki (0.9.9.8.5-2 -> 0.9.9.8.6-2)
    [2010-02-14 16:21] upgraded bin32-wine (1.1.37-1 -> 1.1.38-1)
    [2010-02-14 16:21] upgraded diffutils (2.8.1-6 -> 2.9-1)
    [2010-02-14 16:21] upgraded zlib (1.2.3.7-2 -> 1.2.3.8-1)
    [2010-02-14 16:21] upgraded ffmpeg-svn (21736-1 -> 21817-1)
    [2010-02-14 16:21] upgraded filesystem (2010.02-1 -> 2010.02-2)
    [2010-02-14 16:21] upgraded flashplugin (10.0.42.34-1 -> 10.0.45.2-1)
    [2010-02-14 16:21] upgraded fuse (2.8.1-1 -> 2.8.3-1)
    [2010-02-14 16:21] upgraded ghostscript (8.70-4 -> 8.71-1)
    [2010-02-14 16:21] upgraded gnome-screensaver (2.28.1-1 -> 2.28.3-1)
    [2010-02-14 16:21] upgraded gqview (2.0.4-2 -> 2.0.4-3)
    [2010-02-14 16:21] upgraded gstreamer0.10 (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-base (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-base-plugins (0.10.25-1 -> 0.10.26-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-good (0.10.17-2 -> 0.10.18-1)
    [2010-02-14 16:21] upgraded gstreamer0.10-good-plugins (0.10.17-2 -> 0.10.18-1)
    [2010-02-14 16:21] upgraded kdebase-workspace (4.4.0-3 -> 4.4.0-4)
    [2010-02-14 16:21] upgraded kdelibs (4.4.0-3 -> 4.4.0-4)
    [2010-02-14 16:21] upgraded libidn (1.15-1 -> 1.16-1)
    [2010-02-14 16:21] upgraded libisofs (0.6.26-1 -> 0.6.28-1)
    [2010-02-14 16:21] upgraded mc (4.6.1-5 -> 4.7.0.2-3)
    [2010-02-14 16:21] upgraded mlt-git (20100208-1 -> 20100213-1)
    [2010-02-14 16:21] upgraded nano (2.2.2-1 -> 2.2.3-1)
    [2010-02-14 16:21] upgraded networkmanager (0.7.999-2 -> 0.7.999-3)
    [2010-02-14 16:21] upgraded ntfs-3g (2009.11.14-1 -> 2010.1.16-1)
    [2010-02-14 16:21] upgraded perl-cgi (3.48-1 -> 3.49-1)
    [2010-02-14 16:21] upgraded tzdata (2010a-1 -> 2010b-1)
    [2010-02-14 16:21] upgraded vlc (1.0.5-2 -> 1.0.5-3)
    [2010-02-14 16:21] upgraded xfburn (0.4.2-1 -> 0.4.3-1)
    [2010-02-14 16:21] upgraded youtube-dl (2010.01.06-1 -> 2010.02.13-1)
    [2010-02-15 04:03] upgraded filesystem (2010.02-2 -> 2010.02-3)
    [2010-02-15 04:03] upgraded mkinitcpio (0.6-1 -> 0.6.1-1)
    [2010-02-17 09:41] upgraded google-chrome-dev (4.0.249.11-1 -> 5.0.322.2-1)
    [2010-02-17 09:45] upgraded babl (0.1.0-1 -> 0.1.2-1)
    [2010-02-17 09:45] upgraded bluefish (1.0.7-4 -> 2.0.0-1)
    [2010-02-17 09:45] upgraded ffmpeg-svn (21817-1 -> 21859-1)
    [2010-02-17 09:45] upgraded geany (0.18-1 -> 0.18.1-1)
    [2010-02-17 09:45] upgraded gegl (0.1.0-2 -> 0.1.2-1)
    [2010-02-17 09:45] upgraded gimp (2.6.8-2 -> 2.6.8-3)
    [2010-02-17 09:45] upgraded git (1.6.6.1-1 -> 1.7.0-1)
    [2010-02-17 09:45] upgraded imagemagick (6.5.9.0-2 -> 6.5.9.5-1)
    [2010-02-17 09:45] upgraded lib32-curl (7.19.7-1 -> 7.20.0-1)
    [2010-02-17 09:45] upgraded lib32-glibc (2.11.1-1 -> 2.11.1-1.1)
    [2010-02-17 09:45] upgraded lib32-libdrm (2.4.17-2 -> 2.4.17-4)
    [2010-02-17 09:45] upgraded lib32-libjpeg (8-1 -> 8-2)
    [2010-02-17 09:45] upgraded lib32-libx11 (1.3.2-1 -> 1.3.3-1)
    [2010-02-17 09:45] upgraded lib32-sqlite3 (3.6.21-1 -> 3.6.22-1)
    [2010-02-17 09:45] upgraded lib32-qt (4.5.3-4 -> 4.6.1-1)
    [2010-02-17 09:45] upgraded libarchive (2.7.1-1 -> 2.8.0-1)
    [2010-02-17 09:45] upgraded libssh (0.4.0-1 -> 0.4.1-1)
    [2010-02-17 09:45] upgraded mkinitcpio (0.6.1-1 -> 0.6.2-1)
    [2010-02-17 09:45] upgraded mkvtoolnix (3.1.0-1 -> 3.2.0-1)
    [2010-02-17 09:45] upgraded qt (4.6.1-1 -> 4.6.2-1)
    [2010-02-17 09:45] upgraded sudo (1.7.2p2-1 -> 1.7.2p3-1)
    [2010-02-17 15:17] upgraded gstreamer0.10-ugly-plugins (0.10.13-3 -> 0.10.13-4)
    I run a tailored-to-laptop vanilla kernel with the tuxonice patch and nvidia-beta-all, but neither was touched in any way before the problem started. During my tests, I left a screen session running
    while sleep 1; do date >>/tmp/log ; ps ax >>/tmp/log ;echo ==================" >>/tmp/log; done
    in case it caught anything strange, but it didn't. One ps ax showed xfce4 up, the next nothing. I realize of course this would be a long shot, given the 1s interval, but since the logs and dmesg didn't show anything, I grew kind of desperate.
    Any ideas?

    I dug a little deeper and found some more info, in daemon.log:
    Feb 17 23:23:00 orion gdm-binary[2884]: WARNING: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
    And in Xorg.0.log.old:
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x45a848]
    1: /usr/bin/Xorg (0x400000+0x61989) [0x461989]
    2: /lib/libpthread.so.0 (0x7f405f7c1000+0xee80) [0x7f405f7cfe80]
    3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (_nv001465X+0x16) [0x7f405ae1c256]
    4: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0xa6d2) [0x7f405fe366d2]
    5: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x34a09) [0x7f405fe60a09]
    6: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x2f13b) [0x7f405fe5b13b]
    7: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x36e72) [0x7f405fe62e72]
    8: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x381e0) [0x7f405fe641e0]
    9: /usr/lib/libpixman-1.so.0 (0x7f405fe2c000+0x2ee4a) [0x7f405fe5ae4a]
    10: /usr/lib/libpixman-1.so.0 (pixman_image_composite+0x17c) [0x7f405fe5bc7c]
    11: /usr/lib/xorg/modules/libwfb.so (wfbComposite+0x1c0) [0x7f405a50eab0]
    12: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f405ad4b000+0x32b8a5) [0x7f405b0768a5]
    13: /usr/lib/xorg/modules/libxaa.so (0x7f405a0a2000+0x52a75) [0x7f405a0f4a75]
    14: /usr/bin/Xorg (0x400000+0xaa720) [0x4aa720]
    15: /usr/bin/Xorg (0x400000+0x11d7a9) [0x51d7a9]
    16: /usr/bin/Xorg (0x400000+0x11da75) [0x51da75]
    17: /usr/bin/Xorg (0x400000+0x11d276) [0x51d276]
    18: /usr/bin/Xorg (0x400000+0x2f656) [0x42f656]
    19: /usr/bin/Xorg (MapWindow+0x153) [0x4317c3]
    20: /usr/bin/Xorg (0x400000+0x452f6) [0x4452f6]
    21: /usr/bin/Xorg (0x400000+0x46024) [0x446024]
    22: /usr/bin/Xorg (0x400000+0x219ec) [0x4219ec]
    23: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f405ea6cb6d]
    24: /usr/bin/Xorg (0x400000+0x21599) [0x421599]
    Segmentation fault at address 0x2f0185
    Fatal server error:
    Caught signal 11 (Segmentation fault). Server aborting

  • How to prevent kids getting into all my apps and email?

    One flaw with the iPad is that its so cool the kids want to play with it. But there's no real - or practical - way for me to prevent them from opening my work emails, my shopping apps, etc. I think it's a usability issue for Apple to assume that the person picking it up is always the owner. The Restrictions option is a joke.
    It doesn't recognize all of my apps, so I can't adjust their settings. The first thing I did was install Chrome and my teenage son can do whatever he wants on it.
    Then the kids can open, browse and respond to emails in my Enterprise work account.
    My preference would have been the ability to create user accounts as with the PC to make sure they can't purchase $300 of stuff on Amazon when I'm not looking.
    Any ideas?

    You can prevent use of your email account by going to Settings>Mail>The mail account in question and turning that account off. The go to Settings>General>Restrictions and turn on the Restriction that prevents changing accounts. To acess the account yo will have to turn off that Restriction. Restrictions are passcode protected.
    iOS: Understanding Restrictions

  • How to redirect a JSP page after the session is killed

    Hello!
    I am quite new to JSP. I have a question about how to redirect a jsp page after the session is killed. Could anyone help?
    thanks a lot in advance!

    You can't, directly. There's no connection betweenthe server and browser.
    even after invalidating the session. we can do it
    directly using the statement
    response.sendRedirect("....");
    or we can use the meta refresh tag.if session is invalidated and if we try to do response.sendRedirect(".. ") it throws IllegalStateException

  • The app gets killed on navigating to one or two views without showing any crash logs. How to check the cause of crash?

    On launching the app, it works fine upto two or three pages and gets killed after some time. Currently not able to figure out what is the reason since its not showing any logs in device as well the project. In case there are memory issues , how can I fix them?
    logs:
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Bug: launchd_core_logic.c:3733 (25562):0
    Apr 28 03:56:30 SETLPERV-iPad UserEventAgent[12] <Notice>: jetsam: kernel termination snapshot being created
    Apr 28 03:56:30 SETLPERV-iPad com.apple.debugserver-64[2292] <Warning>: 1 [08f4/1303]: error: ::read ( 4, 0x2ff719d4, 1024 ) => -1 err = Bad file descriptor (0x00000009)
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Bug: launchd_core_logic.c:3732 (25562):3
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Notice>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Assuming job exited: <rdar://problem/5020256>: 10: No child processes
    Apr 28 03:56:30 SETLPERV-iPad com.apple.launchd[1] (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba][2294]) <Warning>: (UIKitApplication:9K7XF2E952.com.infosys.mconnect[0x34ba]) Job appears to have crashed: Segmentation fault: 11
    Apr 28 03:56:32 SETLPERV-iPad ReportCrash[2299] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
    Apr 28 03:56:32 SETLPERV-iPad ReportCrash[2299] <Notice>: Saved crashreport to /Library/Logs/CrashReporter/LowMemory-2014-04-28-035632.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0

    Use Instruments to Profile the app.
    You can use Heapshots to see where memory is being allocated but not released.

  • Dock application gets killed itself on Lion, how to debug this issue?

    Hi, Dock application gets killed itself and it dissappears and relaunches itself after for few seconds, This is happening for every 5 min or so. it is quite annoying problem. how to debug this issue? any help?

    When I look the system logs - there is an exception each time I try to run the application or open a window:
    9/5/09 10:33:12 PM Linear[23545] Cannot create BOOL from object <Regression: 0x1461f0> of class Regression

  • How safe is my iTunes account and how can I prevent it getting hacked?

    I just finished reading an article and was wondering how to prevent my account from being hacked ect.
    http://www.3news.co.nz/iTunes-accounts-hacked-money-stolen---reports/tabid/412/a rticleID/214432/Default.aspx#top

    Your account is very safe and it is very unlikly that it will get hacked because every time you change your password it requires you to re enter your security code on your credit card. Also, every time you close out itunes and then buy something, it asks for a password. I have been on itunes for about 7 years with 7 different accounts within my family and not one of them has ever been hacked. If you are still worried then I would agree with the comment above.

  • How to prevent iTunes for Windows from "Updating iTunes Library"? (Library is on a NAS and managed by iTunes for Mac. Now getting update wars between Mac and Windows versions of the player.

    How to prevent iTunes for Windows from "Updating iTunes Library"?
    My library is on a NAS and managed by iTunes on a Mac. I can connect from wife's Windows laptop using iTunes for Windows but every time I do, it Updates iTunes Library. Next time I log in from my Mac it Updates iTunes Library in return. It appears I'm experiencing "Update Wars" between the Mac and Windows versions of iTunes. I would like to allow my wife to stream iTunes songs to her new laptop but I don't want any updates from this source... prefer to manage the library from my Mac and not allow Windows to do any thing other than listen to existing playlists.
    Thanks for any help/suggestions.

    Connect the PC to the library on the NAS. Wait while "updated".
    Under Edit > Preferences > Advanced make sure the media folder is correctly pointed at the media folder on the NAS. If not correct, close iTunes, wait a few moments, then open iTunes again.
    Close iTunes on the PC. Do not open iTunes on the Mac.
    Copy the library files, iTunes Library.itl, iTunes Library Extras.itdb, iTunes Library Genius.itdb, sentinel and the folder Album Artwork into an empty iTunes folder on the PC, for example C:\iTunes.
    Click the icon to start iTunes and immediately press and hold down SHIFT. Keep holding until prompted to choose or create a library. Click choose and browse to the copied .itl file, e.g. C:\iTunes\iTunes Library.itl
    The library should now work properly on the PC, however check the setting for the media folder. If needs be correct, close iTunes and reopen.
    Open iTunes on the Mac. It will update again, but that should be last time.
    tt2

  • How to prevent packet forwarding over non-MPLS connection.

    I'm wondering if it is possible to configure Cisco ESR to not forward packet over non-MPLS connection(VPI/VCI=0/32) when an LSP for its destination has not been established, while allowing control packets(BGP, LDP, OSPF) to be sent over non-MPLS connection. The reason why I ask about is as follows.
    Referring to the following network configuration,
    R1 --- Cisco_ESR --- ATM_LSR --- LER --- R2
    <--> non-MPLS connection
    ----------------------->
    LSPs
    ----------------------->
    In the ordinary operation, when a packet arrives at Cisco_LER from R1, it gets forwarded over an LSP if available, while getting forwarded over non-MPLS connection(VPI/VCI=0/32) if the corresponding LSP is not available. In the configuration mentioned above,ATM_LSR does software-based packet processing for incoming packet through non-MPLS channel, while doing cell-switching for LSP traffic. Thus if ESR sends packet over non-MPLS connection, e.g, STM-1c, the ATM_LSR could get crashed or time-critical control traffic could be delayed or lost, thereby resulting in BGP/LDP session failure between ESR and ATM_LSR or LER.
    In summary, my question is how to prevent Cisco_ESR from forwarding packets over non-MPLS connection when LSPs for their destinations are not available due to LSP failures.
    Thanks.
    Yongjun.

    It already is, except for Aliens, they have access to everything on your phone(they always have had this access) .

  • How to prevent error message for material description in MDG material detail screen, when user click on check action

    Dear Experts,
    I have a requirement for making material description as non mandetory in change request view of mdg material screen.
    I have done that using field usage in get data method of feeder classes, but still message is displaying.
    This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.
    How to prevent error message for material description in MDG material detail screen, when user click on check action.
    Thanks
    Sukumar

    Hello Sukumar
    In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).
    You can also set the error severity of the checks from Error to Warning (per CR type, not per check).
    Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.
    Regards, Ingo Bruß

  • How to use SET & GET Parameters in Module Pool

    Hi Friends,
    Can anyone please tell how to use SET / GET parameters and PARAMETER ID for a text box (Input / Output field ) in module pool? What is the purpose and where do we need to do coding for it?
    Note : I will definitely give the marks for good responses.
    Thanks in advance,
    Pradeep

    Hi Pradeep,
    You can save values in the SAP memory using a parameter ID. These
    are user and terminal-session specific, but available to all internal and
    external sessions.
    SET Parameter copies the corresponding field contents into the SAP
    System memory in the PAI processing block.
    GET Parameter copies the corresponding field contents from the SAP
    memory at the end of the PBO processing block, after data has been
    transferred from the program, if the screen field still has its initial value
    You can link an input/output field to an area of the SAP memory in the
    ABAP Dictionary.
    When you use an input/output field that is defined in the ABAP
    Dictionary, its parameter ID is displayed in the Dictionary attribute
    Parameter ID in the Screen Painter.
    Usage
    SET PARAMETER ID: ’CAR’ FIELD space,
    ’CON’ FIELD space,
    ’DAY’ FIELD space.
    Here is the link that explains the usage of GET/SET in detail
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm">http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/db9e0435c111d1829f0000e829fbfe/content.htm</a>
    Regards,
    Sharadha

  • How to use session in webservice?

    In C#, can use session variable in a webservice object.
    How to use session in Java webservice?
    Who can give me a example?
    Thanks a lot

    Did I use session in a wrong way?No, you are using the session correctly. The code looks fine.
    Check
    - your spelling of the attribute names - obviously they must match
    - the ids of the sessions you get both times: session.getId(). If they have different ids, then most probably the session is being lost somewhere.
    There are a number of reasons to lose a session. If you close the browser, invalidate the session in code, or lose the cookie recording the id. This happens when you change from https to http, so a session can be lost that way.
    The session is normally maintained by session cookies. If you close your browser you lose the cookie. If you have disabled cookies on your machine then it also might not work.
    In cases such as that you should be using the method response.encodeURL() to maintain the session for you in any hyperlinks you produce. Struts normally handles that for you though if necessary.
    Hope this helps,
    evnafets

  • How to prevent JaxB creation of 2 Interfaces for each Element?

    hi,
    does any body know how to prevent JaxB creation of 2 Interfaces for each Element (The Content Interface and the element interface)?
    I want to configure JaxB to use only one Interface and only one implementation Class.
    Thank's,

    I am sorry I can not answer your question, I have got the same problem. Could you please email me to
    [email protected] when you know the answer, please.
    I have a question for you. When and complex type is validated, I get the object which contains the error. ( or objects ).
    However. How do know the position in the actual parent object. basically. Is there a way to know exactly the position of that attribute in that object. I need to store errors strings.
    The first problem derives from this one:
    It is not possible to execute validate function for a primitive attribute inside an structure.
    I would appreciate your help.
    Thanks.
    Gustavo.

Maybe you are looking for

  • What are the steps to using an external HD to save itunes library for ipod?

    I just got the new ipod(30GB) that plays videos,etc. I have the itunes/ipod installed to my IBM thinkpad, but I dont want to use all my internal space for downloading music. Is there a way to use an external hard drive that will recognize my ipod and

  • When I try to open a .pdf file it asks me to save the file instead of displaying it.

    When I try to open a .pdf file it asks me to save the file instead of displaying it?

  • Deployment adf application to internat

    hi am i able to deploy adf application to internat without the weblogic licence just for testing Edited by: Tshifhiwa on 2012/02/20 1:16 PM Edited by: Tshifhiwa on 2012/02/20 1:30 PM

  • HZ API Error

    I am getting the below error when trying to update customer account site using public api. This record in table hz_cust_acct_sites cannot be locked as it has been updated by another user I searched through metalink and could not find any solution. Ca

  • File DataTime and Size information

    Is is possible in java to get the datetime stamp and size information of any exsisting file in Windows? I have looked into the File, FileReader classes and have been unable to find any methods that do this.