It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Some of my school computers does not have java install in so I was wondering if anyone knows a "SIMPLE" IDE that already has java in it.
I did some research and I found Dr.Java :) and I wanted to know if anyone knows any others
It sounds like you're looking for an IDE rather than a compiler.
If you're looking for something simple, DrJava is probably the way to go. I personally use Eclipse, which is very good and highly recommended, but I wouldn't call it simple.
That said, you don't strictly need an IDE; you can compose your programs in your favorite plain text editor, compile them with the command-line compiler (javac), and run them with the command-line JVM (java). Both of those are installed with the JDK.
Eclipse, jGRASP, and Netbeans are three decent IDEs; jGRASP being the simplest of them all.
If you're on Linux, you would benefit from Geany as well.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a project that's in the design phase and looking at my options have decided on using Postgresql for the application backend because of licensing and features. I have searched around but I am unable to find any solid information on using Postgresql in Xcode or even with OSX applications. Could someone point me in the right direction any help would be greatly appreciated.
You have not given quite a lot of context.
On the application side there are quite a few pieces of software running under OS X that interface with PostgreSQL, for example the standard GUI pgAdmin.
But I believe you're more concerned about the developers perspective. Probably the most common way is to use the libpq library that comes with PostgreSQL. It is well documented and rather stable. Integration into your software project should be straightforward.
If you are looking for an Objective-C framework, you could try out BaseTen. Never used that one, though.
If you want more specific help, you have to ask more specific questions.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I've downloaded latest nightly builds from official Webkit site. It contains some exes, dlls, and resources. However, none of exes can be performed.
I also tried to google some answers, they all mentioned one run-safari script or run-nightly-webkit.cmd, but both of them didn't get shipped with nightly build. So, how to run this nightly builds?
Thanks.
You could not run them directly outside the building environment, because there are some environment variable should be specified.
The easy way is to run it in the building environment, you could choose MiniBrowser as starting point.
Another way, you many mention each message while you run it outside which may remind you to setup something or missed something, then Google it.
Finally, you also could study run-safari script in detail.
Here is a reference for you to check the building steps:
http://blog.ashodnakashian.com/2012/01/building-webkit-on-windows-7-with-vs2010/
Good Luck!
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Lot of PHP, Perl ones, but very few Java apps? Most of existing ones are very old and use old technologies.
Java is only eCommerce platform as to me ;)
I think java has a higher barrier to entry than php and perl. It requires a lot more infrastructure to get something working. Php, you just need apache and mod_php. Same with perl.
As per Gary, and most hosting providers provide Apache and PHP as a standard part of the package.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How would I make a DLL in VB 6.0?
I assume you mean an ActiveX DLL (in which case this question is a duplicate).
Just work through the step-by-step guide from the VB6 user guide Creating An ActiveX DLL. It's pretty good. It goes through creating the project, building the DLL, and making a client project, and then it explains some underlying concepts and gotchas.
If you mean a standard DLL check out the free tool vbAdvance.
A quick search on google revealed these instructions
Here's an FAQ I wrote on the subject a few years ago: http://www.tek-tips.com/faqs.cfm?fid=5940
# John Sibly: I don't think the OP was looking for how to create a standard (non-COM) DLL, but of course I could be wrong. The OP was pretty vague, after all. :)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
Do you know any book, blog, tutorial which explains in a detailed way the use of some open source projects? Maybe you have written such a tutorial, example of open source libraries, and your final product is great for a beginner to understand it.
I'm in the learning stage of OOP and I really need to learn by examples. I'll like to find some text which explains the use of some open source software/libraries and the good practices. Beign honestly I feel scared to use the open source libraries as I wish/think at this moment. I feel like as I still write procedural code and not OOP.
Do you know such tutorials, links, blogs, stories, pages?
PS: I know C and PHP. I can't say that I know C++ yet, and that's why I need your help.
Start with one of the most popular Stack Overflow questions.
Then head over to the FLOSS Manuals site for manuals about all sorts of open-source tools.
If you still have questions, use the Stack Overflow search box liberally!
Enjoy!
Many open source projects have their own documentation pages. So if you are willing to use a library or a project you can refer to the documentation.
Or else you want to get involved in any open source projects.
Read these things,
http://www.kegel.com/academy/opensource.html
http://jakarta.apache.org/site/understandingopensource.html