For example I want to change the :

C:\Users\media\workspace\TESTPROJECT\war\com.media.project.medistart\sc\skins\Enterprise\images\edges

I open them in Paint and draw new one and overwrite the existing.

when i run my application nothing has changed... Someone know how i change the files in the .jar maybe it would work

有帮助吗?

解决方案

Override the file stored under war folder of your project.

Clear the browser cache first (Ctrl+Shift+Delete) and run the application.

Here is the structure of war where images are stored one for each skin or theme

war
|__WEB-INF
|__testproject
   |__sc
      |__skins
         |__Enterprise
            |__Images
               |__edges
                  |__edge_B.png
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top