Java compile error?

Hey guys!

So, I'm working on this java project.. and I'll cut right to it.

My code works perfectly in the editor (Netbeans).. but as soon as I compile it, it works differently, and is full of bugs that doesn't make any sense what so ever.

I've tried forcing different Java versions on it, and I've tried going after the bugs themselves, but I can't find any errors in the code.. I've also tried to use different compilers. Same result.

Do you guys know anything that might help??

So confusing... thank you in advance!
Mr. Moseng
 
Last edited:
Well, the problem is that I don't get any errors displayed anywhere. The code is just not working outside the IDE enviroment... Perfectly fine inside the IDE, though.
 
Can you record a video or screenshots of what's happening in both? It's about impossible without more specific details. I'm guessing a missing library that's available in the IDE but not in the compiled jar or whatever you are generating. But who knows.
 
Hi again guys. Fooled around a bit with the error handler, and found that it was not very functional... finally got it working, it seems, so now I get the "bootstrap class path not set in conjunction with -source 1.7" error when compiling the code. I'll try to get those screenshots up as well.
 
Back
Top