How to extract .sit files(in MAC)  using java program

Hi,
please help me , i want to simple program for
" how to extract .sit files(in MAC) using java program"
that sit files same as zip files in windows..[                                                                                                                                                                                                                                                                                                                                   

Thanks for reply...
but i search in the google about this topic...there is no results will appear..
the problem is "i have to run program in the MacOS like extract all the
.sit(StuffIt) extension files. These sit files same as zip files in the windows... we have one tool called StuffIt Expander but it is 3rd party tool. but here requirement is i have to write my own program to extract all the files same as zip file program...
please do the needful..i am waiting for ur reply,,,

Similar Messages

  • How to extract .bin file on mac?

    Dear Team,
                     How to extract .bin file on mac os ? please help me
    regards,
    kalai

    Although the link posted by the other responder shows .bin files to be a copy of RAW CD or DVD data in my experience most .bin files are some type of configuration file mainly used with internet routers and other pieces of PC/Networking equipment.
    Just where did this .bin file come from and what is it associated with that you are trying to open on your Mac?
    If it is a router configuration file that you downloaded you don't open it on the Mac. You log into your router and go to the update firmware section and browse to that file stored on your Mac hard drive and let the router handle opening and updated the routers firmware.

  • Unable to locate existing  file from unix using java program

    Hi
    I have created a file in unix using java program, file.createNewFile();
    And when i try to search for the same file using file.exists() it is returning false. Paths are correct. Can anybody help me out.
    Thanks & Regards,
    Prasanth

    In Linux FC5 using JDK1.6, this code         File temp = new File(System.getProperty("user.home") + "/abcdefghijklmn");
            System.out.println(temp.createNewFile());prints 'true' and the file is created with length zero.

  • How to create a directory or Folder  using java program?

    Hi all,
    Can any one know, how to create a directory(new folder) in java.
    can any give me some idea, on creating a directory using java program dynamically.
    thanx in advance

    hi thanks for your answer,
    sorry, actual i know this technique(its my fault i didnt mentioned it)
    i am looking for some what different technique.
    bye
    ram

  • How to conversion .wmf files for Mac use?

    We have Broderbund's ClickArt package from the days when the user used Windows.  Now, on the Mac, the .wmf files won't open in Preview, Pages, etc.  (We don't have MS Office.)  How can we either use these .wmf files with Mac or find a good conversion program?
    Thanks in advance

    Wow!  How brilliant! 
    I never would have thought of searching the Internet for an answer  before asking people what worked for them.
    Your answer is useless. 
    I can and did google my question before posting. 
    I am looking for people with experience which isn't included in the results of a google search.
    I see you post non-answers all the time.  It would be nice if your answers were helpful.  In other forums, you are a Troll.
    Please don't try to "help" me if I post questions again.

  • How to extract the number from image using java

    Hello every one
    i want to develope a project which can extract the number from image
    that i can use as inter or String or char.
    Is there any API in java which provide this type of facility.
    right now i m using java 5
    thanks in Advance
    Jignesh

    In my project i have a image in that i have a
    co-ordinate (x,y) I am still puzzled as to what you seek. It sounds to me like you have a point (x, y) represented by p. in java it's just p.getX() p.getY()
    i want to convert that cordinate to numeric form,
    i mena i want to use that cordinate in somewhere else
    in project.point.getX() point.getY()
    So need to convert it into numeric form u can called
    it OCR also.OCR is optical character recognition. If I want out and took a picture of the US Declaration of Independence and then wanted the words on the parchement in the picture in text form, then I would run the picture through a software program and it would try to optically recognise what lettering and number were present in the picture. In the end, I would have a text of what is written on the US Declaration of Independence.
    Is that what you want?

  • How to convert xml file to xsl using java

    Hi all,
    I have an XML file with which i need to convert(transform) it to an xsl file using java.
    I am new to converting xml file to xslt.Please send me if u have code .
    Thanks in advance
    regards
    Ram

    You seem to be asking the wrong question. An XSL file can be used to transform an XML file, but transforming an XML into an XSL does not make sense. The API for running XSL transforms on the Java platform is described here:
    http://java.sun.com/javase/6/docs/api/javax/xml/transform/package-summary.html

  • How do you query Oracle RDF database using Java program?

    Does anyone know how to get data out of the oracle RDF database using Java?
    I'm running the following java code and it returns basically null values. My guess is that the get_triple() function returns a dataset other than resultset. I've tried searching the Oracle web site. Am I supposed to be using CLOB object? Any help would be appreciated. Thanks
    sql = "SELECT a.triple.GET_TRIPLE() AS triple FROM family_rdf_data a";
    ResultSet rs = stmt.executeQuery( sql ) ;
    while ( rs.next() )
    System.out.println( rs.getString(1) ) ;
    rs.close() ;

    get_triple() returns an object, and the code would be different from the code of retrieving a string. Some sample code for retrieving objects is at http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/advanced/advanced.html
    get_subject(), get_property() return strings so the code below should work. get_object() returns a CLOB so different handling would be required and there is some sample code at the link above.
    Melli

  • How to access database file on CDROM from Java Programe??

    Hello friends,
    I am making online exam application.
    I want my question database to be reside on CDROM.
    but i am not getting any idea how to make DSN or static path that resolute the path that i have mentioned for CDROM.
    basically i want to know how to access CDROM from Java Programe????
    Thanks in advance
    Navik Pathak

    Once you mounted the CDROM (something maybe as /media/cdrom) as a file system (or assigned a drive letter to it like D: or F: or whatever), the files are accessible normally.

  • Getting the log files from client using java program

    hi
    this is lalita...and i am doing a project in networking.... i am new to socket programming....i have established the socket connection between the client and server...with this site members' help....now i have to get the log files of the client system from the server.... via the created socket....i need it by tomorrow...i.e apr 12th ....as i have to show it to my guide...
    i just need a core java program that will get the log information of the client from the server......
    Can anybody please help me in this regard..... it would be of great help to me and my group....
    Anxiously awaiting for the replies....
    Thanking you and regards...
    Lalita.

    Simple.
    Server is listening on a specific port for the connection from the clients.
    Connect the client with the server on the above mentioned port.
    Open the streams on both side for the connection and run in separate thread.
    Define a protocol for communication between client and server.
    e.g after connection with the server the server send a text message to the client (send log) now the client first should the log file name and size to the sever and then send the file. the server should save the file.
    then disconnect the client or want to get another file or for other tasks define the other commands

  • How do I transfer files between mac using Thunderbolt cable?

    I don't want to migrate the whole content from one mac to another.  I don't want the hassle of setting on one mac as a target disk.  I just want to be able to transfer the occasional file from my iMac to my MacBook Pro using the Thunderbolt cable. 
    I heard that Thuderbolt was superfast so I shelled out crazy money to buy a 2 meter piece of cable in the hope of making my life more productive. But it seems to be far from super straightforward!
    Both Macs have Thunderbolt ports and are running Mavericks so it should not be too complicated.  What am I missing?
    I read a blog that you can connect the two Macs through the Network Preferences.  Thunderbolt Bridge appears on both Macs - some times both status lights are red, sometimes one is yellow and one is red, sometimes both are yellow.  Do both lights have to be at least yellow before data can be transferred?  Or should they glow green?
    Do I need to change the settings?

    Be sure Ethernet is listed first in System Prefs > Network.
    If it isn't, click the "gear" icon and select Set Service Order.

  • Open a file dialog box using java

    Duncan & Frank or anyone
    Can you please tell, or give me a link, which explains how to open a file dialog box using java, and not webutil.
    I'm trying to read a file on the desktop and update a database table.
    Thanks

    See Open File Dialog on the WEB... If you can get me the full version numbers I can tell you your supported position.
    Regards
    Grant

  • Extract TIFF from Multi-Tiff using Java API

    Please teach me how to extract TIFF from Multi-Tiff using Java API.

    I'm fairly sure one of the JAI examples show just this.

  • To get JRE or JDK version using Java Programs

    How do get JRE or JDK version using Java Programs?.
    Kindly Reply...
    By
    Mani

    If you're talking about current program's runtime environment (as opposed to all installed JDK/JRE) : System properties

  • How to extract .sit mac icon archives??

    I need some help I´m configuring my fvwm at the moment. and therefore i´m looking to get some nice icons. So I downloaded somenice collections. But this files are mostly archives for mac os. How can i handle/extract this ones or how can i convert it.
    volker@LegBox:~$file 0519_appbubbles.sit
    0519_appbubbles.sit: StuffIt Archive
    Thanks so far[/code]

    Since Aladdin Systems controls the source code for StuffIt, your only choice when you receive an .sit file is to use the Aladdin Expander for Linux, which is currently in beta (but quite usable). Aladdin Systems has made the beta available to the public as freeware: you do not have to pay cash for it, but you do not get access to the source code either. Currently there are no tools for Linux that will create .sit archives.
    To decompress an .sit archive, type unstuff archive.sit. The extracted files will go into the present working directory unless you use the -d option, which lets you specify the destination directory: unstuff -d=/home/james/oldmacfiles archive.sit If the file you unpack was protected with a password, use the -p option: unstuff -p=secret archive.sit. The text file translation filer option takes care of translating end-of-line characters from LF to CRLF and back again: unstuff -text=auto -eol=unix archive.sit.
    http://www.stuffit.com/unix/stuffit/index.html
    Thanks Google.

Maybe you are looking for

  • Error opening PDF files on the network

    I have documents in PDF format on my internal network, but when I open them directly from the network using the Adobe Reader, I get the following message: "There was an error opening this document. The network path was not found". But this occurs in

  • Dyanmic SELECT clause

    Hi, I need to have a dynamic selsction of fields in a select query. I am using the same trick used in the where clause for te SELECT clause as follows:   concatenate 'RBUKRS' 'RACCT' 'RZZRCNTR' v_field            into v_sel separated by space .   sel

  • Generate PDF format from ABAP List using 'RSPO_SR_OPEN'

    Hi All, I need some help on the following code. I have 2 cases. First case: I am using the function Module 'RSPO_SR_OPEN' to create spool from the List Output. Once I get the Spool number from Above function Module I will submit it through report RST

  • Error Handler Returning 200 Status Code

    Greetings, I have a section of my site assigned to be an "Error Handler" however when a user is brought to this page, the status code is a 200. As you can imagine, this has the potential to cause a lot of problems for processes that rely on status co

  • I'm a bit worried about my early 2011 MBP.... See screenshot...

    This was from October 21. This morning I got the same screen (MBP was on all night) but it was more 'graphic'. More little squares. What's going on?