Re: How to avoid the message "Unknown source"?
- From: "Heiner Kücker" <mail@xxxxxxxxxxxxxxxx>
- Date: Sat, 10 Dec 2005 19:15:56 +0100
Richard wrote
> Before I used the option -classic with java but it is not supported
> anymore.
>
> I would like to know the line that caused the problem in my program
> without using a debugger.
Use the compiler option 'include debug information'
javac -g
The message "Unknown source" raised if the JVM optimized the code.
--
www.heinerkuecker.de
.
- References:
- How to avoid the message "Unknown source"?
- From: Richard
- How to avoid the message "Unknown source"?
- Prev by Date: Need some assistance
- Next by Date: Re: Threads
- Previous by thread: Re: How to avoid the message "Unknown source"?
- Next by thread: Need some assistance
- Index(es):
Relevant Pages
|