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'm trying to download a compiler for a language called Clojure.
I entered this into the command line:
java -jar compiler.jar
which should put me in interactive mode, but instead I just get a blank line. I'm thinking this has something to do with the version of Java I have installed (1.6_0.45). I'm using a Mac, version 10.8.3.
Any guidance is greatly appreciated.
Java 6 should be OK. Run
java -cp clojure-1.4.0.jar clojure.main
Read Getting Started
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 9 years ago.
I created a system with java and oracle (as database).
I want to run the system on another PC, without having my source code, but oracle and java(JDK) already installed it, so i want an application that creates setup like a program.
If I understand your question rightly, you have built a Java application with Oracle DB and you want to execute it on another computer. You can export your Java application as JAR (Java Archive) and execute it on another computer.
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.
Hello How do I code about Delphi
http://delphi.about.com/cs/adptips2001/a/bltip0801_3.htm
Running on Windows 7.
Because this code only works on windows XP
Thank you, Good Morning
The shown code will work, you just need elevated rights to write to HKEY_CLASSES_ROOT.
Run as administrator or add an appropriate manifest to yout Application.
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 downloaded the new phonegap actually cordova and now my projects dont have th www folder..what's going on? I used phonegap 0.9 and was way easier why thay are messing around and the documentation is sloppy...
please help, where is the real phonegap??
Phonegap's new name is Cordova now(After getting accepted by Apache). So Use Cordova 1.6.0 now and for documentation check this http://docs.phonegap.com/en/1.6.0/index.html
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 am developing a Windows Phone 7 application . My Requirement is to use Java soap services to read the data saved in database. But am not able to read the data as am getting null values by using Java Services.Please help me
Thanks in Advance
You can just use "eval" to invoke the Javacode you need in WebBrowser Control.
Here is the information example which helped me in that case:
http://timoboehme.wordpress.com/2012/03/19/java-code-auf-dem-windows-phone-ausfhren/
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 11 years ago.
I have found in some web article that go has Windows compiler. Can anybody suggest me the web address where I can download it and some information about how to install it and commands for run a code? Thanks in advance.
Go Windows downloads