• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Cocoa Java debugging problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cocoa Java debugging problems


  • Subject: Cocoa Java debugging problems
  • From: Tony Byrne <email@hidden>
  • Date: Thu, 1 May 2003 16:52:30 -0500

Hi everyone. I'm new to the list and still pretty new to OSX and Cocoa development. I've worked through a number of obj-C examples and wanted to try my hand at some Cocoa-java apps. My background is in C++, so java feels a little more at home to me. But that's another topic...

I've been able to get some simple apps to run fine, including the Cocoa java tutorial. The problem comes when I try debugging, I always get the same error when the app launches:

Program threw an uncaught exception: java.lang.ClassNotFoundException

The call stack looks like this:

#0 0x00000048 in java.net.URLClassLoader$1.run() at URLClassLoader.java:195
#1 java.security.AccessController.doPrivileged()
#2 0x0000000d in java.net.URLClassLoader.findClass() at URLClassLoader.java:183
#3 0x0000002b in java.lang.ClassLoader.loadClass() at ClassLoader.java:294
#4 0x00000024 in sun.misc.Launcher$AppClassLoader.loadClass() at Launcher.java:281
#5 0x00000003 in java.lang.ClassLoader.loadClass() at ClassLoader.java:250
#6 0x00000002 in java.lang.ClassLoader.loadClassInternal() at ClassLoader.java:310

The argument passed to findClass() is "SUISStartupObject".

Couldn't really find anything related in the archives, so any help here would be greatly appreciated. I'm obviously missing something pretty basic.

TIA,
Tony Byrne
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: getting the window id from anywhere in the program?
  • Next by Date: How to get a list of available browsers
  • Previous by thread: Re: getting the window id from anywhere in the program?
  • Next by thread: How to get a list of available browsers
  • Index(es):
    • Date
    • Thread