Why Flagmaker won't run?

0 votes
asked by about FlagMaker
edited by

I just installed Flagmaker and when I try to play it it says that it needs a condensed Java Runtime Enviroment, which was missing.

2 Answers

0 votes
No avatar answered by (236k points)

Indeed it's not running using the EXE file, but here's a trick. Download the TAR archive instead and extract its contents to a folder of choice.

Go to where it's installed and keep Shift pressed then right click inside the folder and choose Open a Command Prompt/PowerShell here then type java -jar FlagMaker.jar and the software will launch.

Here's a window with the app running as I said above in Windows 10:

App's interface

asked Jul 30, 2018 by (120 points)
edited Nov 9, 2018 by
Program doesn't work for me.
commented by (120 points)
This Doesn't Work for me. Can you tell me why. (I use Windows 10)
edit: I tried to do this and it said i couldn't open FlagMaker.jar with cmd.exe
edit #2: do you need the .exe file for FlagMaker2
0 votes
answered by

give up & uninstall`function FormattedDate(props) {
return

It is {props.date.toLocaleTimeString()}.

;
}

class Clock extends React.Component {
constructor(props) {
super(props);
this.state = {date: new Date()};
}

componentDidMount() {
this.timerID = setInterval(
() => this.tick(),
1000
);
}

componentWillUnmount() {
clearInterval(this.timerID);
}

tick() {
this.setState({
date: new Date()
});
}

render() {
return (


Hello, world!




);
}
}

function App() {
return (






);
}

ReactDOM.render(, document.getElementById('root'));
`

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...