| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
There's always an update in the pipeline, but bugs only get fixed in it if somebody files a bug report with detailed information about the setup, a copy and paste of the error message in context. and steps to reproduce it. Starting with...what "Cannot resolve symbol" error message? During editing, compiling, linking, launching, debugging, etc.? Hi Chris, I get the error when compiling. It's very easy to reproduce. Just set up a new java project, I used the 'java tool' template. Adjust the code so there's an undefined symbol and compile (see below) Is there a feedback page for XCode to submit bug reports? === // // dump.java // dump // // Created by James Closs on 31/01/2006. // Copyright (c) 2006 __MyCompanyName__. All rights reserved. // import java.util.*; public class dump { public static void main (String args[]) { undefined_symbol = 0; // insert code here... System.out.println("Hello World!"); } } |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Java Compile Bug - 'Cannot resolve symbol' (From: James Closs <email@hidden>) | |
| >Re: Java Compile Bug - 'Cannot resolve symbol' (From: Chris Espinosa <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.