Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: need help with java API download from a website

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default need help with java API download from a website

    Hello there,

    I don't know if this is the right forum to post this thread but hope I get a solution for my problem.

    I am trying to download data from an open source project online. But the file is in java API and when I download it, it is a .txt file. The website is corpus(dot)quran(dot)com. I am not aware of java and its programming. I want to have the application available on this website as a program on my computer which can be run offline and give me prints. Is it possible? please say YES

    Your help will be highly appreciated.

    Thanks a ton.


  2. #2
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: need help with java API download from a website

    What's at that site is a linguistics API, based on a quran corpus maintained elsewhere (at tanzil.net). In tanzil's FAQs there is a "Can I download..." question which directs you to this site:
    Zekr - Quran Study Software for Windows

    Is that what you were looking for?
    Happy reading. Next time post a question about Java.

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: need help with java API download from a website

    Dear sean4u,

    Thanks a ton for replying to my query. It was so kind of you. The info you gave was really helpful. But what I am looking for is a corpus of Quran maintained at (corpus.quran.com)- a project by University of leeds. It is an annotated linguistic resource which shows the Arabic grammar, syntax and morphology for each word in the Holy Quran. If you could once go to this website and figure out how to download it as an executable program it would really be helpful.

    Thanks

  4. #4
    Super Moderator Sean4u's Avatar
    Join Date
    Jul 2011
    Location
    Tavistock, UK
    Posts
    637
    Thanks
    5
    Thanked 103 Times in 93 Posts

    Default Re: need help with java API download from a website

    how to download it as an executable program
    I don't think you can - not from corpus.quran.com. What's on offer there is data (not sure whether it's plain from tanzil.net or whether it has additional markup) and a couple of APIs. An API (in this case) is a collection of programming tools and their description with which you can write your own software. You'd have to be a pretty good Java programmer to construct a standalone executable from the data+APIs.

    That's just my reading of it, anyway. Get in touch with Kais Dukes - his email is on the site - and ask him why there's no page that directly addresses your question. I'm sure he'll give you a good explanation - even if it may not be the one you want. Let us know what the outcome is on this thread, just in case anybody else sees your question and wonders the same thing.

    Just out of interest - why was Zekr not what you wanted?

  5. #5
    Junior Member
    Join Date
    Aug 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: need help with java API download from a website

    Thanks Sean!!

    Data from corpus.quran is not from tanzil. They are actually dissecting every single verse of Quran and giving detailed grammar analysis of every single word which tanzil is not giving. I am interested in grammar which would make a big difference in inferring Quran on own and comparing it with other scholarly translations.

    As you said I guess I'd need some java programming specialist to make an executable file from the data and APIs from corpus. I'd already written to Kais Dukes but he has not replied me back. A lot depends on his reply.

    I hope I could get some thing out here or from him.

    Thanks for all your help dear

Similar Threads

  1. Login website using Java
    By cgeier in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 22nd, 2011, 11:41 AM
  2. Warning: Java component download site infected with malware
    By Darryl.Burke in forum AWT / Java Swing
    Replies: 1
    Last Post: January 27th, 2011, 04:19 AM
  3. Replies: 1
    Last Post: December 17th, 2010, 06:45 AM
  4. Download a file by Bluetooth in Java SE
    By danielpereira in forum Java Theory & Questions
    Replies: 0
    Last Post: October 6th, 2010, 02:37 PM
  5. [SOLVED] Problems setting up java files that I downloaded from a publisher's website
    By vendetta in forum Java Theory & Questions
    Replies: 1
    Last Post: February 10th, 2010, 03:43 PM

Tags for this Thread