Ciao a tutti!! Il mio problema è abbastanza comune da quello che ho visto su questo forum. Nonostante io abbia seguito tutte le istruzioni trovate ho ancora dei problemi. Devo lanciare un file java che si chiama Registrazione.java (che contiene la main class) nel quale con Eclipse ho importato alcune librerie. Vi posto il .classpath generato da Eclipse:
codice:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="xalan/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="D:/Andrea/Xerces/xerces-2_8_0/resolver.jar"/>
<classpathentry kind="lib" path="D:/Andrea/Xerces/xerces-2_8_0/xercesImpl.jar"/>
<classpathentry kind="lib" path="D:/Andrea/Xerces/xerces-2_8_0/xercesSamples.jar"/>
<classpathentry kind="lib" path="D:/Andrea/Xerces/xerces-2_8_0/xml-apis.jar"/>
<classpathentry kind="lib" path="D:/Andrea/Xalan/xalan-j_2_7_0/serializer.jar"/>
<classpathentry kind="lib" path="C:/Programmi/netbeans-5.0/platform6/modules/ext/swing-layout-1.0.jar"/>
<classpathentry kind="output" path=""/>
</classpath>
Il file Registrazione.java si trova in C:\Eclipse\workspace\Progetto
E' anche un'applicazione grafica e vorrei lanciarla con un file .bat. Qualcuno può aiutarmi scrivendo quello che devo mettere nel file bat visto che non ne sono molto esperto? Grazie a tutti!!