T Dreezy

Greenhorn
+ Follow
since Jan 25, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by T Dreezy

Sorry I'm a total noob at this lol

I understood your earlier point that putting lots of files in a database is not recommended, and managing them in a file system is a better option.

My question is are there any tools out there that help in this file system management, or is this done manually through coding?
Thanks,

Do you have any recommendations for a software that helps do this?
Hi all,

I'm thinking of developing an application in which users can upload/download files (of any type) from a database on a remote server. Any ideas as to which database program I should look at?
Thanks everyone I finally got it to work!
13 years ago
Hi Everyone I'm TOTALLY new to Java/programming in general...

I typed in this source code:




However whenever I try and run it in the Command Prompt I don't get anything (I navigate to C:\(my java source file directory) javac MyFirstApp.java and press enter but nothing happens, the command prompt just shows C:\(java source file directory) again)

I already set the PATH environment variable. Before I did that I was getting an error.

Any help will be appreciated
13 years ago