Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have a hostmonster account.
How do I figure out if it supports Java ?
If no how can I install Java on it ?
You have a remote shell access (ssh), so simply connect to hostmonster and type java -version.
OTH - if I look at the feature list, I see that they offer a lot of script language support but I see not indication for Java.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The tutorial at http://www.oracle.com/technetwork/articles/javase/gfandmysql-part2-138537.html, which is about GlassFish and MySQL, Part 2: Building a CRUD Web Application With Data Persistence, points to https://techdayscode.dev.java.net/servlets/ProjectDocumentList?folderID=9891 (petcatalog application package) as the source code.
But the link is broken.
Does anyone know where I can find the source code?
According to this page, it is included in the Java EE bundle of the NetBeans IDE.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone has references to the following numbers?
1) Number of developers using Java as their main language.
2) Percentage of Java developers using Eclipse as an IDE.
3) Percentage of Java/All developers using TDD.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone know what happened in 2004 regarding the use of programming languages? I'm looking at TIOBE statistic and some languages experienced a decrease of usage like Java and other like C++, Python or Visual Basic suffered a large increase. My question is: Why? Specifically in Python and Java.
Thanks.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Glassbox seems to be very promising but wondering if anyone is using it? Also are there any other alternatives to it?
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Is Java 7 already available to do development with?
You can start developing with Java 7 already, just go here.
Please note though that you will be using snapshot builds/sources so there are probably bugs and some unfinished/changing API.