Top "File-structure" questions

Where are the Java System Packages stored?

I want to see all the java packages. Where are the packages stored in my machine? Can anyone help. I …

java packages file-structure
Create Subpage in html

Let's say I have a website http://www.example.com I want to create more subpages to this page i.…

html css web file-structure
Linking back to home page in wordpress

So I have WordPress installed in a subdirectory of my website with permalinks set up. I have my website set …

html wordpress hyperlink hierarchy file-structure
Where are assemblies in .NET physically located?

I am a little confused about where .NET assemblies are physically located. Take good old LINQ. In my web.config …

.net assemblies file-structure
AppConfig file not found in bin directory

I have a App.Config file that users can go to and set some settings to run the program. But …

c# file-structure
Should I provide a LICENSE.txt or COPYING.txt file in my project?

Does it matter? Should I use one or the other? Or both, even? Can the license file be any name? (…

open-source licensing file-structure project-setup
Visual Studio "document outline" for C# file

In Visual Studio (2013/2015/2017), the Document Outline window for C# files is always empty ("There are no items to show for …

c# visual-studio file-structure outline-view
How do I deploy a Servlet in Jetty?

I have created a simple Servlet that I want to deploy in Jetty 7.2. Jetty is running and is able to …

servlets jetty file-structure
Deploy Vue.js app to Apache server

i need some help. I wrote an SPA using VueJs. I ran "npm run build" so i can test my …

file-structure
call functions from separate files with Meteor

I want to create an application in Meteor, from what I understand the manual it first loads which are in …

function meteor file-structure