From: <lo...@ou...> - 2006-10-02 17:12:02
|
Greetings All, I am new to using VTD-XML and it looks like it will be just what I need for a class project that we are working on. Additionally, I have only a minimal Java background but am fairly experienced with C/C++ & Fortran so I might ask a few stupid questions while trying to get started. In particular, I have also been looking at Eclipse and NetBeans as an IDE so that I can run some demos of the vtd-xml classes but cannot figure out how to get things to run. I read a really good article on vtd-xml at: http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html and in particular at: http://www.devx.com/xml/Article/22219/1954?pf=true but am not sure how to go about getting these demos to run since I will be adding them to an applet loader from JavaView in a project that will read some <XML> code being generated by another application that we have. http://www.javaview.de/vgp/tutor/loader/PaLoader.html I would greatly appreciate any help that someone might be able to give me in trying to get "devx.com" demo above to work. Thanks and have a good day, Lonnie C. |
From: Jimmy Z. <cra...@co...> - 2006-10-02 20:47:42
|
Are you just trying to get a demo? There is one at XimpleWare's web site http://vtd-xml.sf.net/demo/demo1.html if you just want to get the source code to the demo applet, there is one that can be emailed to you ... will this help? ----- Original Message ----- From: <lo...@ou...> To: <vtd...@li...> Sent: Monday, October 02, 2006 10:12 AM Subject: [Vtd-xml-users] newbie question > Greetings All, > > I am new to using VTD-XML and it looks like it will be just what I need > for a class project that we are working on. > > Additionally, I have only a minimal Java background but am fairly > experienced with C/C++ & Fortran so I might ask a few stupid questions > while trying to get started. > > In particular, I have also been looking at Eclipse and NetBeans as an IDE > so that I can run some demos of the vtd-xml classes but cannot figure out > how to get things to run. > > I read a really good article on vtd-xml at: > > http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html > > and in particular at: > > http://www.devx.com/xml/Article/22219/1954?pf=true > > but am not sure how to go about getting these demos to run since I will be > adding them to an applet loader from JavaView in a project that will read > some <XML> code being generated by another application that we have. > > http://www.javaview.de/vgp/tutor/loader/PaLoader.html > > I would greatly appreciate any help that someone might be able to give me > in trying to get "devx.com" demo above to work. > > Thanks and have a good day, > Lonnie C. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |
From: Olusola F. <olu...@gm...> - 2006-10-04 02:32:10
|
To install the VTD-XML jar (or any other external jar) into an eclipse project: 1. Right click on the project 2. select Build Path -> configure build path 3. click on "Add External Jars" button, locate the jar in your directory and click the "open" button 4. Click on "Ok" 5. Rebuild the entire project if it isn't done automatically. Unfortunately I can't remember the procedure for NetBeans Olusola On 02/10/06, lo...@ou... <lo...@ou...> wrote: > > Greetings All, > > I am new to using VTD-XML and it looks like it will be just what I need > for a class project that we are working on. > > Additionally, I have only a minimal Java background but am fairly > experienced with C/C++ & Fortran so I might ask a few stupid questions > while trying to get started. > > In particular, I have also been looking at Eclipse and NetBeans as an IDE > so that I can run some demos of the vtd-xml classes but cannot figure out > how to get things to run. > > I read a really good article on vtd-xml at: > > http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html > > and in particular at: > > http://www.devx.com/xml/Article/22219/1954?pf=true > > but am not sure how to go about getting these demos to run since I will be > adding them to an applet loader from JavaView in a project that will read > some <XML> code being generated by another application that we have. > > http://www.javaview.de/vgp/tutor/loader/PaLoader.html > > I would greatly appreciate any help that someone might be able to give me > in trying to get "devx.com" demo above to work. > > Thanks and have a good day, > Lonnie C. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Vtd-xml-users mailing list > Vtd...@li... > https://lists.sourceforge.net/lists/listinfo/vtd-xml-users > |
From: Jimmy Z. <cra...@co...> - 2006-10-04 03:29:45
|
I just use JDK and modify the classpath, works everytime? I never used Netbean, but I think there has to be something similar to=20 Eclipse... ----- Original Message -----=20 From: Olusola Fadero=20 To: lo...@ou...=20 Cc: vtd...@li...=20 Sent: Tuesday, October 03, 2006 1:58 AM Subject: Re: [Vtd-xml-users] newbie question To install the VTD-XML jar (or any other external jar) into an = eclipse project: 1. Right click on the project 2. select Build Path -> configure build path 3. click on "Add External Jars" button, locate the jar in your = directory and click the "open" button=20 4. Click on "Ok" 5. Rebuild the entire project if it isn't done automatically. Unfortunately I can't remember the procedure for NetBeans Olusola=20 On 02/10/06, lo...@ou... <lo...@ou...> wrote: Greetings All, I am new to using VTD-XML and it looks like it will be just what I = need for a class project that we are working on. Additionally, I have only a minimal Java background but am fairly experienced with C/C++ & Fortran so I might ask a few stupid = questions=20 while trying to get started. In particular, I have also been looking at Eclipse and NetBeans as = an IDE so that I can run some demos of the vtd-xml classes but cannot = figure out how to get things to run. I read a really good article on vtd-xml at: = http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html and in particular at:=20 http://www.devx.com/xml/Article/22219/1954?pf=3Dtrue but am not sure how to go about getting these demos to run since I = will be adding them to an applet loader from JavaView in a project that will = read=20 some <XML> code being generated by another application that we have. http://www.javaview.de/vgp/tutor/loader/PaLoader.html I would greatly appreciate any help that someone might be able to = give me=20 in trying to get "devx.com" demo above to work. Thanks and have a good day, Lonnie C. = -------------------------------------------------------------------------= =20 Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users -------------------------------------------------------------------------= ----- = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV -------------------------------------------------------------------------= ----- _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |
From: Jimmy Z. <cra...@co...> - 2006-10-10 19:53:08
|
I have been thinking about the XML creation features that you = mentioned... do you have a set of features that you have in mind ?? ----- Original Message -----=20 From: Olusola Fadero=20 To: lo...@ou...=20 Cc: vtd...@li...=20 Sent: Tuesday, October 03, 2006 1:58 AM Subject: Re: [Vtd-xml-users] newbie question To install the VTD-XML jar (or any other external jar) into an = eclipse project: 1. Right click on the project 2. select Build Path -> configure build path 3. click on "Add External Jars" button, locate the jar in your = directory and click the "open" button=20 4. Click on "Ok" 5. Rebuild the entire project if it isn't done automatically. Unfortunately I can't remember the procedure for NetBeans Olusola=20 On 02/10/06, lo...@ou... <lo...@ou...> wrote: Greetings All, I am new to using VTD-XML and it looks like it will be just what I = need for a class project that we are working on. Additionally, I have only a minimal Java background but am fairly experienced with C/C++ & Fortran so I might ask a few stupid = questions=20 while trying to get started. In particular, I have also been looking at Eclipse and NetBeans as = an IDE so that I can run some demos of the vtd-xml classes but cannot = figure out how to get things to run. I read a really good article on vtd-xml at: = http://www.javaworld.com/javaworld/jw-03-2006/jw-0327-simplify_p.html and in particular at:=20 http://www.devx.com/xml/Article/22219/1954?pf=3Dtrue but am not sure how to go about getting these demos to run since I = will be adding them to an applet loader from JavaView in a project that will = read=20 some <XML> code being generated by another application that we have. http://www.javaview.de/vgp/tutor/loader/PaLoader.html I would greatly appreciate any help that someone might be able to = give me=20 in trying to get "devx.com" demo above to work. Thanks and have a good day, Lonnie C. = -------------------------------------------------------------------------= =20 Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users -------------------------------------------------------------------------= ----- = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV -------------------------------------------------------------------------= ----- _______________________________________________ Vtd-xml-users mailing list Vtd...@li... https://lists.sourceforge.net/lists/listinfo/vtd-xml-users |