473,507 Members | 2,776 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is the best way to some one else to run my java project

59 New Member
i have a java project for my resume that i put it on github. and i want a fastest way to some one else to run my project.

should i just put all my files there? like src, bin, .setting, etc...
or should i just put 'src' files.

or should i put 'bunder' file and 'src' folder?
Oct 8 '13 #1
1 1323
Nepomuk
3,112 Recognized Expert Specialist
If you want a simple way to compile your project, I'd make it a maven or gradle project; both will allow simple building of the code. Then to run it you may also want to include a shell script (or even two; one for Windows and one for *NIX) that will allow starting it.

If you follow this advice, you'll only need to upload:
  • the src directory
  • any non-compiled binaries (e.g. pictures or audio files) and
  • the pom.xml (when using maven) or build.gradle (when using gradle)
The bin directory includes the files compiled by your system (so while you can upload them they'll take up more space and aren't required). The .settings and .project files are from Eclipse and not required for the project. And I don't know what the bunder file is supposed to be.
Oct 9 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
2553
by: news | last post by:
Where can I find a site that have the best and most java programs with their source codes provided. I am looking for sites where developer submit their codes for others to see and be rated. like...
5
2103
by: Grey Hangman | last post by:
Hi. I'm a veteran mainfamer, MQ'er, etc, with a little Java that I've picked up here & there over the last few years. I'm planning on taking the Sun Certified Business Component Developer exam...
5
2390
by: xiebopublic | last post by:
Hi all, I want to build a corresponding c++ version for a big java project (e.g. Geotools(www.geotools.org))? Which is the quickest/easiest way? I don't want to use the Java VM, then JNI is not...
1
2236
by: Ronald S. Cook | last post by:
We are about to undertake a an app dev project at our company. The overall project has a name (let's say "DBD - Digital Business Design"). Within the scope of the project will be several...
1
1468
by: Meiaad | last post by:
I have a java project. this project is stock market monitoring system. our jop is to download the source of the html page using eclips. and i success to do that but the problem is how can i search...
4
1095
by: mrityunjay11 | last post by:
hi iam starting to learn java can anybody suggest me good java project topic
0
794
by: srikanta | last post by:
hi, when I am trying to run a java project in J#(Visual Studio 2005).the project compile successfully without any error but at run time "UnsatisfiedLinkError " what is the solution of this please...
1
1859
by: SquatterMadras | last post by:
Hi there, My friend and I (both completely new to Java, but programmers in other languages) have inherited a large Java project and we are not sure where to start on it. The author has passed...
0
1630
by: ycinar | last post by:
hey all, i am working on a Java project using JBuilder.. when i build my code its fine, but when comes to run, it doesnt run and displays the following logs.. i think there is JDK conflict.. ...
7
1980
by: javaprojectreq | last post by:
hi, as a part of my java project ihave to encode voice,compress it,decode voice,decompress .can anyone help me to write code for the same.Its urgent
0
7221
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7029
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5039
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1537
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
411
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.