hi my error gets resolved when i used jena distribution 2.10.0... thank you...rdfcat is running while i run rdfcat.bat Now am having two owl files to merge... i converted them to .n3 file using rdfcat... now i want to merge them i gave the command >rdfcat -out n3 mysqldb.n3 accdb.n3 > merged.n3 merged file is created...
On Tue, Apr 16, 2013 at 6:57 PM, chris dollin <[email protected]>wrote: > If you use the command-line tools from \bat, instead of using `java > jena.rdfcat` > you should just be able to do > > rdfcat.bat ...argumentsforrdfcat... > > > On 16 April 2013 10:58, suganya <[email protected]> wrote: > >> hi, >> Am using windows ultimate operating system >> i mentioned how i set classpath for jena >> >> C:\users\SUGANYA>SET JENAROOT=C:\jena >> C:\users\SUGANYA>SET PATH=%PATH%;%JENAROOT%\bat >> then >> C:\users\SUGANYA>java rdfcat.jena >> Error:could not find or load main class rdfcat.jena >> >> >> can anyone help me to resolve this error... >> >> >> >> On Tue, Apr 16, 2013 at 10:46 AM, chris dollin <[email protected] >> > wrote: >> >>> >>> Show us exactly how you set the class path and exactly how you >>> invoked java and the exact text of the error report and any >>> stacktrace. >>> >>> What operating system are you using? >>> >>> >>> >>> On 16 April 2013 03:43, suganya <[email protected]> wrote: >>> >>>> Hi >>>> After setting up classpath for jena i executed the below line >>>> >java jena.rdfcat >>>> >but am getting could not find or load main class jena.rdfcat >>>> >is there any wrong? >>>> >>>> -- >>>> with regards..... >>>> sugan,... >>>> >>> >>> >>> >>> -- >>> Chris "allusive" Dollin >>> >> >> >> >> -- >> with regards..... >> sugan,... >> > > > > -- > Chris "allusive" Dollin > -- with regards..... sugan,...
