![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jun 2006
Posts: 15
Rep Power: 0
![]() |
-Xlint compile note
I know two people have posted somewhat similar threads, but no one seems to hit the answer. After I compile, it get a note:
Note: C:/ .... .java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. It has been said that it's not a warning or error, but what is Xlint? How can I recompile with Xlint? What can cause it? |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
You're using JCreator right? I'm not sure what that exactly means (I never bothered to investigate) but I usually just copy the files and recompile it in a new project, that seems to work for me.
![]()
__________________
Pain is just weakness leaving the body.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jun 2006
Posts: 15
Rep Power: 0
![]() |
I use jGRASP. I think it's from transfering the file between two computers daily because it suddenly appeared.
|
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() |
not sure if jGRASP can handle cvs, but if it does it might be something you want to look into, rather than manually transfering the files back and forth.
__________________
Profanity is the one language that all programmers understand. |
|
|
|
|
|
#5 |
|
Professional PFO Lurker
|
Do the two computers have the same versions of the SDK?
http://java.sun.com/j2se/1.5.0/docs/...ris/javac.html -Xlint:unchecked is a compiler option javac -Xlint:unchecked
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#6 |
|
Newbie
Join Date: Jun 2006
Posts: 15
Rep Power: 0
![]() |
I don't think they are, my home computer has a year old version, while the other has the most current. Good point.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Java socket Server compile errors.. | n3o_X | Java | 3 | Nov 18th, 2007 12:39 AM |
| please help me to compile | cwl157 | C++ | 37 | Mar 6th, 2006 6:12 PM |
| can't compile code | lloydkirk | Java | 17 | Oct 6th, 2005 2:07 AM |
| Fahrenheit / Celsius compile problem | andrewgray | C++ | 20 | Jul 8th, 2005 11:04 PM |
| C++ Compile | gebreil | C++ | 6 | May 29th, 2005 1:30 PM |