jcryptool / core

JCrypTool Core Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
161 stars 42 forks source link

in built product, the javascript integration does not work #216

Closed simlei closed 4 years ago

simlei commented 4 years ago

@tassadarius

This is what I get when I try to view the javascript file that's supposed to be served by the JCTJS jetty instance in org.jcryptool.core.help:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /javascript/bootstrap_jct_utilities.js. Reason:
<pre>    Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.20.v20190813</a><hr/>

</body>
</html>

I'll try and fix it asap