Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | "Dr.UgoGagliardelli" <do.not.spam@me.please> |
| Newsgroups | it.comp.java |
| Subject | Re: Accessing a PDF Document with the Acrobat Viewer JavaBean |
| Date | Tue, 10 Nov 2015 10:40:23 +0100 |
| Organization | Aioe.org NNTP Server |
| Lines | 41 |
| Message-ID | <n1se2k$kaj$1@speranza.aioe.org> (permalink) |
| References | <n1n8ti$9c3$1@speranza.aioe.org> <n1pq4g$urs$1@speranza.aioe.org> <n1qbg3$ajn$1@speranza.aioe.org> <n1qhr0$qm1$1@speranza.aioe.org> <n1reqk$si2$1@speranza.aioe.org> |
| NNTP-Posting-Host | d9WOdCrSZmPMy6sTla8HeA.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-15; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Complaints-To | abuse@aioe.org |
| User-Agent | Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| Xref | csiph.com it.comp.java:8776 |
Show key headers only | View raw
Il 10.11.2015 01.44, Gulp® ha scritto: > Il 09/11/15 17:32, Dr.UgoGagliardelli ha scritto: >> ci deve essere il manifest, ovvero il file: >> META-INF/MANIFEST.MF > > Tieni presente che, al momento, non ho ancora compilato l'applicazione > la lancio da Netbeans. > L'unico file MANIFEST.MF che ho trovato si trova dentro alla directory > dell'applicazione (MiaApp) ed ha solo questo testo: In tal caso il manifest c'entra poco, ovvero serve solo per il build. Putroppo non utilizzo NetBeans e non so come si fa', ma ci dev'essere un modo per aggiungere dei jar all'applicazione. In eclipse, che uso io, c'e' una voce nel menu contestuale del progetto (che si ottiene clikkando destro sulla cartella del progetto) che permette di modificare il "Build Path", che determina il classpath risultante dopo il build. Immagino che anche in NetBeans ci sia qualcosa di analogo. Ti segnalo inoltre, che mi sembra che acrobat.jar sia un componente a pagamento di Adobe, per cui potrebbe essere che ci sia un qualche limite di utilizzo, ad esempio un funzionamento a tempo, oppure un limite sulle pagine visualizzabili, informati. Comunque c'e' un open source gratuito molto flessibile, quello che uso io, che si chiama ICE PDF Viewer lo trovi qui: http://www.icesoft.org/java/projects/ICEpdf/overview.jsf > > Manifest-Version: 1.0 > X-COMMENT: Main-Class will be added automatically by build > > che seguendo il tuo suggerimento ho cambiato così: > > Manifest-Version: 1.0 > X-COMMENT: Main-Class will be added automatically by build > Class-Path: MiaApp\acrobat.jar > > Ma continua a presentarsi l'errore: > java.lang.NoClassDefFoundError: com/apple/mrj/MRJAboutHandler > > Il riferimento di riga mi rimanda a: > Viewer viewer= new Viewer(); > >
Back to it.comp.java | Previous | Next — Previous in thread | Next in thread | Find similar
Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-08 11:39 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-09 10:47 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-09 15:40 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-09 17:32 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-10 01:44 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-10 10:40 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Gulp®" <Adebval@email.it> - 2015-11-11 09:06 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-12 00:02 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-12 10:08 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-12 10:16 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-12 16:24 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-13 21:01 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-12 17:43 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-13 20:58 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Gulp®" <Adebval@email.it> - 2015-11-16 10:04 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-12 18:39 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-13 20:59 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "CarMas" <carmas@jpknet.com> - 2015-11-10 17:13 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean Gulp® <gulp@hotmail.it> - 2015-11-10 17:54 +0100
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean 4ndre4 <a.laforgia@gmail.com> - 2015-11-10 15:14 -0800
Re: Accessing a PDF Document with the Acrobat Viewer JavaBean "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2015-11-11 17:09 +0100
csiph-web