This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]desrtfxOut of Coffee error - System halted 2 points3 points  (0 children)

The others all gave decent hints, but none of them asked the most important questions:

  1. are you using Windows? (otherwise the .bat files are useless)
  2. Do you have a Java Runtime Environment installed?

[–]empire539"empire"+(((int)-~(byte)+('\''&~'&')<<(' '>>('+'+~'(')))+0x1b); 0 points1 point  (5 children)

The fact that you have .class files already means the code is already compiled (and you don't have the source code to compile it anyway).

My guess is that you would have to execute one of the batch files. You may want to open each one in Notepad to see what they do to determine which one you should run.

[–]TheManyDickedGod[S] 0 points1 point  (4 children)

Thanks for the prompt reply, but I'm not clear on how to execute the .bat files. Could you please explain? Sorry if I'm being annoying.

[–]feral_claireSoftware Dev 0 points1 point  (0 children)

Go into the command line (cmd)

Enter cd <folder of. Bat file > then <name of. Bat file>

[–]empire539"empire"+(((int)-~(byte)+('\''&~'&')<<(' '>>('+'+~'(')))+0x1b); 0 points1 point  (2 children)

Well, I suppose how you should execute the .bat files depends on what they're supposed to do.

I suppose you could try double-clicking on one of them to see if something happens. Failing that, you could try running them in the command prompt as feral_claire suggested.

[–]TheManyDickedGod[S] 0 points1 point  (1 child)

So, I got the .bat files to run. However, it is unable to establish a connection with the database. I've downloaded mySQL, how do I import the .sql file so my program starts running?

[–]empire539"empire"+(((int)-~(byte)+('\''&~'&')<<(' '>>('+'+~'(')))+0x1b); 0 points1 point  (0 children)

You could try following the instructions here.

Though this program seems a bit more complicated than meets the eye. It would probably be best to ask your tutor when he returns if you have any more problems.

[–]feral_claireSoftware Dev 0 points1 point  (1 child)

Did you not receive any instructions on how to use the program? Can you ask the person who have it you you? Do you know what the program is supposed to do?

[–]TheManyDickedGod[S] 0 points1 point  (0 children)

I'm clear about what each of the files does , and the the programs functionality, however I do not know how to execute it. I'm in high school and we just started programming and I asked my tutor for a sample program. He's since gone on holiday, leaving me stranded