A Personal Data Storage Application With Embedded Java DB


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS A Personal Data Storage Application With Embedded Java DB
# 1  
Old 11-21-2008
A Personal Data Storage Application With Embedded Java DB

Use the NetBeans IDE to create a simple music collection desktop application that uses Java DB in embedded mode.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Odd behavior from GDB while trying to cross-debug an embedded Linux application.

Some background: The application normally runs on an embedded platform. Currently, for development purposes, I have the rootfs located @ /exports and the target is communicating over NFS. That way I can make a change on my local system, save the application @ /exports, and run the altered... (4 Replies)
Discussion started by: Circuits
4 Replies

2. Shell Programming and Scripting

Handling embedded double quotes within column data

I have a text file where each field is enclosed in double quotes and separated by a comma. But in certain rows we have embedded double quotes within column data For e.g """TRUSPICE CENTRE"" CLAYTON AU" The above value is for a single column but there are embedded quotes within... (2 Replies)
Discussion started by: abhilashnair
2 Replies

3. Solaris

How to give sudo access to the personal id's to that of application id in Solaris 10?

Hi, I am using solaris 10. Requirement is I need to give sudo access to the normal id's to the application userid. Example:I have an personal id calle "rzynv5" on the solaris server.I have an application id called "gmdidp".Requirement here is when user logged in as rzynv5 next thing he... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

4. AIX

moving data from FS from one storage to FS in another storage

Hello, I need to move 5TB of data from DS8100 to DS3400 storage.This 5TB of data is spread across 5 file system and mounted on one AIX server. Same file system structure is created on DS3400 storage and mounted on the same AIX server. Can anyone provide the best way of moving data from... (16 Replies)
Discussion started by: kmvinay
16 Replies
Login or Register to Ask a Question
javaws(1)						      General Commands Manual							 javaws(1)

NAME
javaws - Java Web Start launcher command SYNOPSIS
javaws [ options ] [ URL ] PARAMETERS
options Command-line options. Options many be in any order. For a discussion of the various options, see OPTIONS below. URL Uniform Resource Locator (URL) of the JNLP (Java Network Launching Protocol) file. DESCRIPTION
The javaws command launches Java Web Start, which is the reference implementation of the Java Network Launching Protocol (JNLP). Java Web Start launches java application/applets hosted on a network. Without any options javaws will launch the Java JNLP Application Manager, from which users can launch applications/applet or configure Java Web Start. If a URL for a JNLP file is specified, javaws will launch the Java application/applet specified in the JNLP file. OPTIONS
The javaws launcher has a set of options that are supported in the current release. However, the options may be removed in a future release. All -X options are non-standard and subject to change. -offline Runs Java Web Start in offline mode. -uninstall URL Removes a specific application/applet from the user's cache, as indicated by the URL for the JNLP file. Java Web Start will exit after the command has completed. -updateVersions Updates the Java Web Start configuration file based on the current machine's settings. Java Web Start will exit when the command is completed. -Xclearcache Clears the user's cache. Java Web Start will exit after the command has completed. -Xnosplash Disables the display of the initial splash screen. -import Imports the application specified by the URL into the user's cache but does not run it.. -silent When used with the -import option, imports in silent mode; i.e., there will be no UI pop up. The process exit code will be either 0 if successful or 1 if not. -codebase URL Replaces the codebase with URL in the jnlp file specified when importing the resources. URL must be a valid URL. -system Uses the system cache instead of the user cache. -shortcut Allows the creation of shortcuts during silent import. -association Allows the creation of associations during silent import. -open arguments If specified, replaces the arguments in the jnlp file with -open arguments. -print arguments If specified, replaces the arguments in the jnlp file with -print arguments. -online Runs in online mode (default behavior). -viewer Runs the Java Application Cache Viewer (default if no URL is specified). -userConfig property-name Clears the specified deployment property. -userConfig property-name property-value Sets the specified deployment property to the specified value. -wait If specified, the javaws process will not exit until the application exits. FILES
For more information about the user and system cache and deployment.properties files, see http://java.sun.com/j2se/1.5.0/docs/guide/deploy- ment/deployment-guide/properties.html MORE INFORMATION
For more information about Java Web Start, see http://java.sun.com/j2se/1.5.0/docs/guide/javaws/index.html. 09 April 2004 javaws(1)