Re: Error in Jena code, when switch to another computer

2018-05-27 Thread Lorenz Buehmann
* code quality w.r.t. variable naming -> poor, but ok. you have to work on it and know what jComboBox1, jTextArea1, etc. are used for * (small part of the) data -> still not shown, although mentioned at least twice that this is needed * reproducability -> impossible given that data not shown and

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread Andy Seaborne
On 27/05/18 17:07, javed khan wrote: I want to replace Jena 2 with Jena 3. When I import it in netbeans, I include "lib" folder in classpath, lib-src folder in Sources tab but what to include as Javadoc because there is no doc folder installed with Jena 3 version. https://jena.apache.org/docum

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread John A. Fereira
Sent from TypeApp On May 27, 2018, at 12:07 PM, javed khan mailto:javedbtk...@gmail.com>> wrote: I want to replace Jena 2 with Jena 3. When I import it in netbeans, I include "lib" folder in classpath, lib-src folder in Sources tab but what to include as Javado

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread javed khan
I want to replace Jena 2 with Jena 3. When I import it in netbeans, I include "lib" folder in classpath, lib-src folder in Sources tab but what to include as Javadoc because there is no doc folder installed with Jena 3 version. I installed Jena 3 and imported in the project but still give error U

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread Andy Seaborne
No data. On 27/05/18 15:39, javed khan wrote: String str2=subj.asResource().getLocalName(); //HERE THE ERROR IS MENTIONED The code does not match the report. You said the error was "Content is not allowed in prolog." and that line does not cause that. and "file:///C:/Users/Utente/Downlo

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread javed khan
og. > >>> > >>> On Sun, May 27, 2018 at 2:05 AM, Bruno P. Kinoshita < > >>> brunodepau...@yahoo.com.br.invalid> wrote: > >>> > >>>> Very likely something in your environment, especially given it's > working > >

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread ajs6f
it won't be easy for others to spot what's wrong, without >> looking >>>> at the code, and without knowing more about your environment. >>>> Might be easier for yourself to compare the two environments and try to >>>> isolate what's different, espe

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread javed khan
it won't be easy for others to spot what's wrong, without > looking > >> at the code, and without knowing more about your environment. > >> Might be easier for yourself to compare the two environments and try to > >> isolate what's different, especially Jav

Re: Error in Jena code, when switch to another computer

2018-05-27 Thread Lorenz Buehmann
hout looking >> at the code, and without knowing more about your environment. >> Might be easier for yourself to compare the two environments and try to >> isolate what's different, especially Java version, and IDE configuration. >> CheersBruno >> >> Fr

Re: Error in Jena code, when switch to another computer

2018-05-26 Thread Chris Tomlinson
wo environments and try to >> isolate what's different, especially Java version, and IDE configuration. >> CheersBruno >> >> From: javed khan >> To: users@jena.apache.org >> Sent: Sunday, 27 May 2018 11:12 AM >> Subject: Error in Jena code, w

Re: Error in Jena code, when switch to another computer

2018-05-26 Thread javed khan
ronments and try to > isolate what's different, especially Java version, and IDE configuration. > CheersBruno > > From: javed khan > To: users@jena.apache.org > Sent: Sunday, 27 May 2018 11:12 AM > Subject: Error in Jena code, when switch to another computer > &

Re: Error in Jena code, when switch to another computer

2018-05-26 Thread Bruno P. Kinoshita
nvironments and try to isolate what's different, especially Java version, and IDE configuration. CheersBruno From: javed khan To: users@jena.apache.org Sent: Sunday, 27 May 2018 11:12 AM Subject: Error in Jena code, when switch to another computer Hello I have created an applic

Error in Jena code, when switch to another computer

2018-05-26 Thread javed khan
Hello I have created an application using Jena and Java swings. It was working fine. I switched to another laptop and opened the same file on new laptop (I re-installed Netbeans), but it gives me error everywhere asLiteral() and asResource() are used. The asLiteral() and asResource() are used in