No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Been out in the non-NetBeans world for a while and I'm trying/needing to get back but having a problem. My app dir structure looked like this: /conf /log /data /src/com/myapp/myapp.java /src/com/myutils/myutils.java I used new project and selected import from existing sources in NetBeans. OK so far so good. The myapp.java … | |
Just a concept that has eluded me... Anyone who can help make this understandable would be a God send. in the directory c:/dev/myapp I have the subdir src/com/mycompany/myapp/MyApp.java which consists of [CODE] package com.mycompany.myapp import com.mycompany.MyUtil public class MyApp { public static void main(String args[]) { new MyApp(); MyUtil.Say(); } … | |
A group has been using a VB app for a while and it uses an access db as its data storage. I've been tasked with completely redoing this in java. The application will be self-contained with the data local (with internet updates), but not a central connection to a db. … |
The End.