Hello.

I compile my CDK project in Netbeans:
/////////////////////////////////////////////////////////////////////////////
init:
deps-jar:
Compiling 1277 source files to C:\CDK\cdk-source-20060718\CDK\build\classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
compile:
Building jar: C:\CDK\cdk-source-20060718\CDK\dist\CDK.jar
jar:
BUILD SUCCESSFUL (total time: 50 seconds)

And after I run JChemPaint...
/////////////////////////////////////////////////////////////////////////////



And this is not OK WHY ?:



/////////////////////////////////////////////////////////////////////////////
init:
deps-jar:
Compiling 1276 source files to C:\CDK\cdk-source-20060718\CDK\build\classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
compile:
run:
uncaught exception: java.util.MissingResourceException: Can't find bundle for 
base name org/openscience/cdk/applications/jchempaint/resources/text/JCPBundle, 
locale en_EN
java.util.MissingResourceException: Can't find bundle for base name 
org/openscience/cdk/applications/jchempaint/resources/text/JCPBundle, locale 
en_EN
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1508)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1262)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:789)
        at 
org.openscience.cdk.applications.jchempaint.JCPLocalizationHandler.<init>(JCPLocalizationHandler.java:59)
        at 
org.openscience.cdk.applications.jchempaint.JCPLocalizationHandler.getInstance(JCPLocalizationHandler.java:71)
        at 
org.openscience.cdk.applications.jchempaint.JCPLocalizationHandler.getInstance(JCPLocalizationHandler.java:85)
        at 
org.openscience.cdk.applications.jchempaint.JChemPaintModel.<init>(JChemPaintModel.java:93)
        at 
org.openscience.cdk.applications.jchempaint.JChemPaintModel.<init>(JChemPaintModel.java:82)
        at 
org.openscience.cdk.applications.jchempaint.JChemPaintEditorPanel.getEmptyFrameWithModel(JChemPaintEditorPanel.java:437)
        at 
org.openscience.cdk.applications.jchempaint.application.JChemPaint.<init>(JChemPaint.java:189)
        at 
org.openscience.cdk.applications.jchempaint.application.JChemPaint.getInstance(JChemPaint.java:216)
        at 
org.openscience.cdk.applications.jchempaint.application.JChemPaint.main(JChemPaint.java:170)
BUILD SUCCESSFUL (total time: 29 seconds)


/////////////////////////////////////////////////////////////////////////////


The application doesn't run ????????



Thx
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to