How Do I Make A Database For My Java Program On Mac

How Do I Make A Database For My Java Program On Mac 3,7/5 3696 reviews
  1. How To Make A Database For Exploit White List
  2. How To Make A Database For Labels For Word
  3. How To Make A Database For Healthcare
  4. Make A Database For Sports Cards

To create a Net Service Name: From the Windows Start menu, select Oracle – OraClient11g_homen. Choose Configuration and Migration Tools. Choose Net Configuration Assistant. Oracle Net Configuration Assistant displays the Welcome page. On the next page, choose Add to add a new Net Service Name. What database software should I use if im gonna do a database where ill make a hyperlink under their names and after I click their names will show all of their records? Comment by Airwolf on November 28, 2016 at 1:06 pm. This article explains how to use the JDBC ODBC bridge to access an MS-Access database from Java applications. Instead of elaborating on the basics of the database, let's get down to the subject. I have table with two columns one is saving word from my program and second column is some value for that word. For Mac OS X 10.6 and below, use the Software Update feature (available on the Apple menu) to check that you have the most up-to-date version of Java 6 for your Mac. For issues related to Apple Java 6 on Mac, contact Apple Support. Java programming is a great thing to learn - and your Mac is the perfect place to get started. Java is by far the most popular programming language in the world, and OS X is a fantastic.

I know that it's a very undesireable scenario, but I need to create a database straight from java code. Yes, a database. Not a table. A database. The database will be dropped at the end of the program and will never be directly touched by the user, so all I'm really concerned with is the actual creation.

Also, using a pre-existing database as a jumping point isn't really an option.

I'm certain there must be some way to do this, but I haven't really found anything yet that sounds very promising..is this actually possible? Talking keys program for mac.

Edited by codeFaceMcGee: n/a
  • 3 Contributors
  • forum11 Replies
  • 398 Views
  • 1 Day Discussion Span
  • commentLatest Postby codeFaceMcGee

Recommended Answers

Sure, with an embedded database it's no trouble. We do this with H2 for every new project when it's first created. You just run a script with your data definition code in it.

Edit: H2 can also create an [URL=' '>

Jump to Post

All 11 Replies

Sure, with an embedded database it's no trouble. We do this with H2 for every new project when it's first created. You just run a script with your data definition code in it.

Edit: H2 can also create an '>in-memory database that does not persist when closed.

Edited by Ezzaral: n/a
Active2 years, 3 months ago

Possible Duplicate:
How can I convert my java program to an .exe file ?

I'd like to create a Windows .exe for a Java program. Previously, I've used JEXECreator for this, but it's not entirely satisfactory because:

  • The executable sometimes works on the machine on which it was created but not on others.
  • The program is commercial; if you use the trial version, it adds a nag screen to your application.

I don't need the generated .exe to work if Java is not installed on the target machine (in fact, I think this is impossible).

How Do I Make A Database For My Java Program On Mac

Any recommendations?

Community
DónalDónal
127k156 gold badges498 silver badges757 bronze badges

marked as duplicate by Tim Stone, Robert HarveyFeb 10 '11 at 20:08

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

What is the best photo program for mac

7 Answers

Launch4j perhaps? Can't say I've used it myself, but it sounds like what you're after.

Jon SkeetJon Skeet
1130k714 gold badges8194 silver badges8581 bronze badges

Most of the programs that convert java applications to .exe files are just wrappers around the program, and the end user will still need the JRE installed to run it. As far as I know there aren't any converters that will make it a native executable from bytecode (There have been attempts, but if any turned out successful you would hear of them by now).

As for wrappers, the best ones i've used (as previously suggested) are:

and

best of luck!

John TJohn T
20.4k10 gold badges46 silver badges82 bronze badges

If you really want an exe Excelsior JET is a professional level product that compiles to native code:

You can also look at JSMooth:

And if your application is compatible with its compatible with AWT/Apache classpath then GCJ compiles to native exe.

tonystonys

I used exe4j to package all java jars into one final .exe file, which user can use it as normal windows application.

ForrestForrest
3842 gold badges7 silver badges16 bronze badges

The Java Service Wrapper might help you, depending on your requirements.

Greg MattesGreg Mattes
21.2k13 gold badges60 silver badges101 bronze badges

How To Make A Database For Exploit White List

You could try exe4j. This is effectively what we use through its cousin install4j.

Brandon DuRetteBrandon DuRette
3,8604 gold badges21 silver badges30 bronze badges

If Java is installed on the target machine, there is no need to create an .exe file. A .jar file should be sufficient.

How To Make A Database For Labels For Word

jon-hanson

How To Make A Database For Healthcare

Mac
6,3312 gold badges29 silver badges51 bronze badges
Ingo

Make A Database For Sports Cards

Not the answer you're looking for? Browse other questions tagged javaexe or ask your own question.