-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
generic
-
generic
Currently it is mandatory to run JFC Metalworks to be executed from the folder
$JAVA_HOME/demo/jfc/Metalworks in order to work it properly.
This is the only demo which have this dependability in JFC.
Steps to reproduce:
1) Execute demo Metalworks
2) Help --> Open help Window
3) See the console, It will have following exception
"java.io.FileNotFoundException: ../HelpFiles/toc.html (No such file or directory)"
Root cause of this problem is, Executable program needs some html files, So probably it will be good idea to keep resources like html, gif in jar file and thus by this way we can demo users how to access resources like html from jar
file which is under execution.
$JAVA_HOME/demo/jfc/Metalworks in order to work it properly.
This is the only demo which have this dependability in JFC.
Steps to reproduce:
1) Execute demo Metalworks
2) Help --> Open help Window
3) See the console, It will have following exception
"java.io.FileNotFoundException: ../HelpFiles/toc.html (No such file or directory)"
Root cause of this problem is, Executable program needs some html files, So probably it will be good idea to keep resources like html, gif in jar file and thus by this way we can demo users how to access resources like html from jar
file which is under execution.
- duplicates
-
JDK-6209095 Make the demo code more friendly to build
- Resolved