[javaCompiler-users] Can't find default package 'xxxx'. Check the CLASSPATH environment variable an
Status: Beta
Brought to you by:
soapy
From: Ewald P. <ewa...@gm...> - 2006-09-01 16:24:55
|
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 |