On 31 January 2012 07:16, Tanumeet Kaur Juneja <[email protected]> wrote: > Hi > The error i am getting is > "* Failed to load Main-Class manifest attribute from * > * C:\Users\TANUMEET > KAUR\Desktop\apache-jena-2.7.0-incubating\lib-src\jena-arq-2.9.0-incubating-sources.jar" > *
It seems you are trying to run the sources jar. That will not work for two reasons: one, it's the source jar, not the binary; two, while there are some applications you can directly use in Jena (most of them you can use from the command line), usually one uses it as a library, i.e., you should write code to do something with it rather than starting it up and using or installing it. You should be able to learn about how to write code that relies on Jena from the examples and tutorials - they are linked from the web site. HTH, I. > * > * > Please help.Thank You. > Tanumeet > > > > > On Tue, Jan 31, 2012 at 12:11 AM, Ian Dickinson <[email protected]> wrote: > >> Hi Tanumeet, >> >> On 30/01/12 18:31, Tanumeet Kaur Juneja wrote: >> >>> I am getting the error >>> Failed to load Main-Class manifest attribute while trying to install jena. >>> Please help >>> I am attaching the error herewith in a word document. >>> >> This list does not allow attachments, and anyway a Word document would be >> the wrong format to send the information in. Please either: >> >> * copy the text of the output into the email, or, if it's very long >> >> * copy the text of the output into a new pastebin (http://pastebin.com/) >> and include the URL of the pastebin in your message. >> >> Ian >> >> >> >>
