Jump to content

Java programming


mmrmnhrm

Recommended Posts

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 by mmrmnhrm
the ^ should be underneath EVEObject, dunno why vbulliten won't let me space it there.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...