Re: [javaCompiler-users] Can't find default package 'xxxx'. Check the CLASSPATH environment variabl
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2006-09-01 17:09:37
|
Actually, I wouldn't expect too much if it's more than a "hello world" swing application. AWT and Swing is not very advanced in gnu classpath and swingWT... Anyway, this seems to be another problem. Can you create a simple failing class? Maybee the "0" in the package name is the problem... Have you tried to compile from the class files? Ah, and by the way: Directories are recursively searched. So adding "dir=D:\Eigene_Dateien\cica0\src" is enough... Marco Ewald Peiszer wrote: > Hi, > > I tried JavaCompiler today first with a HelloWorld-Example (it worked) > then with a more complicated Swing-application I wrote in the last years. > > There was the error "Can't find default package 'cica0.languages'. Check > the CLASSPATH environment variable and the access to the archives." > > However, cica0.languages is my own subpackages, which I of course > included in the page 1/3 sources (source, not .class-files). > > --Here's the project file:-------------------- > projectType=ch.mtSystems.javaCompiler.model.projects.ManagedAwtSwingProject > dir=D:\Eigene_Dateien\cica0\src > dir=D:\Eigene_Dateien\cica0\src\cica0 > dir=D:\Eigene_Dateien\cica0\src\cica0\languages > mainClass=cica0.App#D:\Eigene_Dateien\cica0\src > outputDir=D:\Eigene_Dateien\cica0\native > outputName=Cica-native > java5Preprocessing=false > useJni=false > ignoreMissingReferences=false > omitWindows=false > omitLinux=true > omitStripping=false > omitPacking=true > iconFile=null > useIcon=false > hideConsole=false > beepWhenDone=true > --------------------------------------------- > > Do you have any ideas what could be the problem/solution here? Thanks. > > Thanks also in general for this application. > > regards > Ewald > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > javaCompiler-users mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/javacompiler-users > > |