NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

compiler line?

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
smarkovik



Joined: 17 Oct 2009
Posts: 1

PostPosted: Sat Oct 17, 2009 11:22 pm    Post subject: compiler line? Reply with quote

Hello,

I have a project for which I choose to use itext for generating pdfs.
On a web page, which is pdf you select some data, press the generate button,
and the php calls a java application with some parameters which generates the pdf,
so since the pdf makes a system call the two parts are not explicitly linked,
I made the java project, and in my netbeans IDE and it works fine,
however when I run it in the console it crashes in a strange way...

here is the output..



root# java -classpath .:jars/commons-httpclient-3.1.jar:jars/geoIP.jar:jars/iText.jar:jars/jCharts-0.6.0.jar:jars/jFreeChart.jar:jars/nanoxml-lite-2.2.3.jar:jars/servlet.jar:jars/taskapi.jar com.secpoint.pdf.Main 3990.log 3991.log
[ModelConverter] Could not handle line: SecPoint(R) Penetrator Audit Engine: 7.1.3.1
[ModelConverter] Could not handle line: Checks:
[StreamConverter] Opening PDF file

Exception in thread "main" java.lang.NoSuchMethodError: com.lowagie.text.List.<init>(ZF)V
at com.xxx.pdf.reportpages.Vulnerabilities.addList(Vulnerabilities.java:174)
at com.xxx.pdf.reportpages.Vulnerabilities.addVulnerabilities(Vulnerabilities.java:165)
at com.xxx.pdf.reportpages.Vulnerabilities.addVulnerabilities(Vulnerabilities.java:149)
at com.xxx.pdf.reportpages.Vulnerabilities.<init>(Vulnerabilities.java:49)
at com.xxx.pdf.ReportDocument.writePages(ReportDocument.java:149)
at com.xxx.pdf.ReportDocument.write(ReportDocument.java:105)
at com.xxx.pdf.Main.main(Main.java:52)
root#


I was wondering if there is a way to get netbeans's compiler line?

Tancho
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo