mmrmnhrm Posted August 19, 2012 Report Share Posted August 19, 2012 (edited) Need help compiling some shit... or at least understanding just wtf is going wrong... Case in point: C:\net\vansante\EVEMap\Data>javac EVEObject.java C:\net\vansante\EVEMap\Data> javac Location.java Location.java:25: error: cannot find symbol public abstract class Location extends EVEObject { ^ symbol: class EVEObject 1 error Ok... I just (apparently) successfully compiled the base class, and now you're telling me you can't compile an extension to it?? Edited August 19, 2012 by mmrmnhrm the ^ should be underneath EVEObject, dunno why vbulliten won't let me space it there. Quote Link to comment Share on other sites More sharing options...
unfunnyryan Posted August 19, 2012 Report Share Posted August 19, 2012 Can you post or PM me the code? Looks like a really simple error. Quote Link to comment Share on other sites More sharing options...
mmrmnhrm Posted August 19, 2012 Author Report Share Posted August 19, 2012 The entire project lives at http://evemap.battleclinic.com. It's an out-of-game 3D mapping and planning app for EVE Online that broke a year or so ago. Code is GPL, so we're not breaking any rules by fiddling with it The error we actually get when launching the app is "Found unsigned entry in resource", which to us suggests Sun/Oracle changed something in an underlying library, and all we need to do is recompile the app with that library either statically linked, or with a security bit turned off. Quote Link to comment Share on other sites More sharing options...
mmrmnhrm Posted August 19, 2012 Author Report Share Posted August 19, 2012 Ouch... one of the EVE guys just found this thread on Oracle's dev forums... so it's almost certainly a security signing issue, and a recompile with that bit turned off should make the world happy again. Quote Link to comment Share on other sites More sharing options...
mmrmnhrm Posted August 20, 2012 Author Report Share Posted August 20, 2012 Ryan, saw your note about the source package not looking clean... let me know where to email, and I'll shoot you a .ZIP version Quote Link to comment Share on other sites More sharing options...
Mowgli1647545497 Posted August 21, 2012 Report Share Posted August 21, 2012 java's for indians write that sumbitch in .net or don't be merican commie homo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.