i created app with java and oracle [closed] - installation

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.

Related

Downloading and running a jar file [closed]

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

Associate an application with a file extension on Windows 7 + Delphi [closed]

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.

Accessing MS Access from ruby in windows7 [closed]

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 want to access MS Access database from my ruby. Am using window platform. Could anyone help me out of this??
You will need to use the win32ole library This site shows you how to connect to access 2003 database http://rubyonwindows.blogspot.com/2007/06/using-ruby-ado-to-work-with-ms-access.html, if you are using a newer version of office you might have to change a few things

How to break the .exe application? [closed]

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 requirment to create application based on exiting application.But we don't any document or source code of that exiting application.So, i would like to know how that application is working.For that is there any way to break .exe application ? looks like its created by VB.
Just i would like to see the program , Please advise is there any way to break .exe application and see the program ?
What you are looking for is basically a decompiler. Depending upon how the program was compiled, you can recover various pieces, but not necessarily everything.
More details in the answers to this question.

How to call Java soap Services In Windows Phone 7 [closed]

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/

Resources