Click here to Skip to main content
15,905,073 members
Home / Discussions / Java
   

Java

 
AnswerRe: Package structure best practices? Pin
jschell10-Aug-14 7:31
jschell10-Aug-14 7:31 
AnswerRe: Package structure best practices? Pin
TorstenH.13-Aug-14 20:14
TorstenH.13-Aug-14 20:14 
QuestionAnt customized folder Pin
Member 105135978-Aug-14 2:55
Member 105135978-Aug-14 2:55 
AnswerRe: Ant customized folder Pin
jschell10-Aug-14 7:36
jschell10-Aug-14 7:36 
QuestionJAVA Pin
Shyam Chowdary29-Jul-14 21:35
Shyam Chowdary29-Jul-14 21:35 
AnswerRe: JAVA Pin
Richard MacCutchan29-Jul-14 22:21
mveRichard MacCutchan29-Jul-14 22:21 
AnswerRe: JAVA Pin
TorstenH.1-Aug-14 2:20
TorstenH.1-Aug-14 2:20 
Questionjar File for the HP Quick Test Professional 11.0 Pin
Jijesh Ganapathy26-Jul-14 7:27
Jijesh Ganapathy26-Jul-14 7:27 
QuestionRe: jar File for the HP Quick Test Professional 11.0 Pin
Richard MacCutchan29-Jul-14 6:38
mveRichard MacCutchan29-Jul-14 6:38 
QuestionUse an Interface when there are no Implement Classes Pin
Jijesh Ganapathy26-Jul-14 7:16
Jijesh Ganapathy26-Jul-14 7:16 
AnswerRe: Use an Interface when there are no Implement Classes Pin
Richard MacCutchan29-Jul-14 6:37
mveRichard MacCutchan29-Jul-14 6:37 
QuestionNeed a detail describtion of the channel Pin
zcldzh25-Jul-14 21:42
zcldzh25-Jul-14 21:42 
QuestionRe: Need a detail describtion of the channel Pin
Richard MacCutchan29-Jul-14 6:34
mveRichard MacCutchan29-Jul-14 6:34 
AnswerRe: Need a detail describtion of the channel Pin
zcldzh2-Aug-14 4:28
zcldzh2-Aug-14 4:28 
GeneralRe: Need a detail describtion of the channel Pin
Richard MacCutchan2-Aug-14 5:23
mveRichard MacCutchan2-Aug-14 5:23 
QuestionJava project packaging Pin
sebuliba_f22-Jul-14 4:47
sebuliba_f22-Jul-14 4:47 
AnswerRe: Java project packaging Pin
Richard MacCutchan22-Jul-14 5:08
mveRichard MacCutchan22-Jul-14 5:08 
AnswerRe: Java project packaging Pin
TorstenH.24-Jul-14 2:12
TorstenH.24-Jul-14 2:12 
AnswerRe: Java project packaging Pin
Tushar Guru8-Sep-14 21:30
Tushar Guru8-Sep-14 21:30 
QuestionLocal Object Reference escaping Pin
Neo1010118-Jul-14 1:33
Neo1010118-Jul-14 1:33 
AnswerRe: Local Object Reference escaping Pin
jschell18-Jul-14 12:54
jschell18-Jul-14 12:54 
QuestionHow to check PDF is 3D or Normal in JAVA. Pin
Member 1094421913-Jul-14 20:58
Member 1094421913-Jul-14 20:58 
AnswerRe: How to check PDF is 3D or Normal in JAVA. Pin
Richard MacCutchan13-Jul-14 21:57
mveRichard MacCutchan13-Jul-14 21:57 
AnswerRe: How to check PDF is 3D or Normal in JAVA. Pin
jschell14-Jul-14 9:56
jschell14-Jul-14 9:56 
GeneralHow to make a database that is integrated within the application? Pin
extranghero13-Jul-14 4:45
extranghero13-Jul-14 4:45 
I'm fairly new to programming especially ones that use database. I can make software that use database but only with .NET and using MySql with XAMPP. However I'm still trying to figure out how to do that in Java because I'm currently learning the language.

However I saw this application which is an application for saving solve times for rubik's cube speedsolves. The software is called Prisma Puzzle Timer. [Download]
The software generates a file with the .db extension on first run in the same directory of the .jar file. I assume this is the database.

My question is how can this be done? And what type of database is it? (the .db file extension)
Although the said software is open source, I don't have enough knowledge to understand the source to even find where the database creation is implemented (though I'm still trying to read through the source and I'm still in my learning phase in Java programming).

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.