newbie has a projectbuilder question

newToThis

Registered
each time i try to run a java application in pb, i get the following
error message from the Executable Runner:
ObjCJava WARNING:
jobjc_jvm_newObject(): constructor with signature ()V on class ClientController failed (should morph the java exception)
2001-11-07 17:38:56.909 Meilenstein Eins MacOS X v0.5[1109] AppKitJava: uncaught exception OBJCJava_RUNTIME_EXCEPTION ((null))
2001-11-07 17:38:56.909 Meilenstein Eins MacOS X v0.5[1109] AppKitJava: exception = (null description)
2001-11-07 17:38:56.909 Meilenstein Eins MacOS X v0.5[1109] AppKitJava: terminating.

Meilenstein Eins MacOS X v0.5.app has exited with status 1.

what is this supposed to tell me? i just can`t figure out what to try next!
thanx in advance

btw: my app compiles without any error!
 
umm you say it gets that error from the executable runner except ur app compiles without any errors? It looks like ur using Objective C within your application. The best way to check this is make sure your header files have ".h" on the end and your source files have ".java" on the end. Hope that helps.

-whitesaint
 
Back
Top