User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 397,635 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,394 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 34 of 34
Search took 0.01 seconds.
Posts Made By: Joncamp
Forum: Oracle May 13th, 2007
Replies: 0
Views: 1,838
Posted By Joncamp
ORA-12157 error when installing Oracle 10g on Fedora 5

Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
got this error on the last part of the install...

ORA-12157: TNS: internal network communication...
Forum: Java Apr 24th, 2007
Replies: 1
Views: 1,000
Posted By Joncamp
Problem upgrading RedHat to Sun Java 5 JRE

I have RedHat Fedora 4/5/6, they all have IBM Java 1.4 which doesn't do GUI correctly, and is not supported in FireFox browser for Applets.

Anybody know how to setup Sun Java 5 and FireFox browser...
Forum: Java Dec 24th, 2006
Replies: 2
Views: 1,596
Posted By Joncamp
Help Anyone know how to use "enum" in Java?

The following code compiles, but I don't have any documentation on how to use the "enum" structure. I cant find any info on it in my books or Sun's language documentation...

class Test {

enum...
Forum: Java Dec 24th, 2006
Replies: 4
Views: 2,404
Posted By Joncamp
Help How is colon : used in for{} loop?

Taking a Java test I found a for{} loop which had a : character in it?... like this...
for { : }
I was supposed to fill in some objects, but I have no idea how a : character does in a for loop?
Any...
Forum: Java Dec 15th, 2006
Replies: 2
Views: 2,725
Posted By Joncamp
Help How to dynamically add Nodes to JTree?

I can add nodes to my JTree, but after expanding a node, I can not add any child nodes to that node, or at least they dont show on the screen? Actually I can use the .add(new...
Forum: Java Nov 21st, 2006
Replies: 14
Views: 13,832
Posted By Joncamp
Re: How get Image byte size & transfer Image over Socket?

I cant read from a file stream, because the client application is an Applet (browser applet) in this client/server image transrfer program. You can't access files from an Applet in Java.

I can...
Forum: Java Nov 20th, 2006
Replies: 14
Views: 13,832
Posted By Joncamp
Help How get Image byte size & transfer Image over Socket?

I am trying to transmit an Image object through a Socket connection in Java. The only thing I may be missing is how to get an image size in bytes so I know how many bytes are being transferred over...
Forum: Java Nov 5th, 2006
Replies: 1
Views: 3,873
Posted By Joncamp
Help How to execute shell command form Java servlet?

In many languages (like PHP/Perl) you can execute shell commands, what package or method do you use in Java2 to execute a shell command?

Thanks,
Jon
Forum: *nix Software Oct 22nd, 2006
Replies: 0
Views: 871
Posted By Joncamp
Help PPPd and IPsec on Linux VPN - how to?

I can't get IPsec (for a VPN) to start on Linux because it doesn't recognize the interface, which should be PPP I believe, I have PPPd installed and my question is...

Does a ppp connection such as...
Forum: C++ Oct 13th, 2006
Replies: 0
Views: 1,481
Posted By Joncamp
Help How to do 64bit fstream file access in Linux

In Visual C++ you can create a 64 bit int like this...

long long int xyz;

But in Linux with GNU C++ you can't seem to do it. I need to manage files larger then 9 gigs, how can you get fstream to...
Forum: C++ Jul 15th, 2006
Replies: 3
Views: 905
Posted By Joncamp
Where can you get a C++ reference free on the WEB

I can't buy a c++ reference, and need one for programming in Linux. Does anyone know of a good reference free on the Web?

Thanx,
Jon:cheesy:
Forum: PHP Jun 15th, 2006
Replies: 2
Views: 1,668
Posted By Joncamp
Help Trying to get PHP to send smtp through sendmail 8

I don't know how to configure my sendmail8 system, is sendmail a mail server? Why don't PHP send mail() through the sendmail8 system?

Thanks:mrgreen:
Forum: JavaScript / DHTML / AJAX Jun 11th, 2006
Replies: 3
Views: 2,711
Posted By Joncamp
Help Where do you get this WYSIWYG editor on DaniWeb

I really need this WYSIWYG editor here on DaniWeb, with the smileys and rich text editing, does anyone know where to get it?

Thanks,
jon
Forum: *nix Software Jun 8th, 2006
Replies: 3
Views: 1,414
Posted By Joncamp
Re: Linux Samba help needed...

#======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGROUP

# server string is the equivalent of...
Forum: *nix Software Jun 5th, 2006
Replies: 3
Views: 1,414
Posted By Joncamp
Help Linux Samba help needed...

I have tried the instructions from Red Hat, the instructions from a guy on JustLinux.org and I cant get Samba to work. I downloaded the latest version of Samba and it installed ok. I can view shares...
Forum: C++ Jun 2nd, 2006
Replies: 4
Views: 1,202
Posted By Joncamp
Re: My c++ cgi-bin program wont allow access to files

I checked directory information in c++, the program had no directory information at all, no current working directory, nothing.
Forum: C++ Jun 1st, 2006
Replies: 2
Views: 1,352
Posted By Joncamp
Re: How to make Linux c++ link-modules like DLLs

Can these "shared libraries" in Unix be loaded into the same process space of Apache for instance, and executed from PHP possibly? Or can "shared libraries" be used with Apache in any manner?
...
Forum: *nix Software Jun 1st, 2006
Replies: 2
Views: 1,205
Posted By Joncamp
Re: Bench-marks of MySQL compared to Oracle

I have a database which I developed that is 10 times faster then MySQL! No joke!
Forum: C++ Jun 1st, 2006
Replies: 4
Views: 1,202
Posted By Joncamp
Re: My c++ cgi-bin program wont allow access to files

I checked the read/write/execute permissions on the directory, they are all set ok. All including user, group, and other.
Forum: C++ May 31st, 2006
Replies: 4
Views: 1,202
Posted By Joncamp
Help My c++ cgi-bin program wont allow access to files

I'm running Apache 3.0, and have a c++ cgi-bin program working fine with Apache... except the cgi-bin program wont create or even read from files it uses as a database? Anybody know the answer to...
Forum: *nix Software May 31st, 2006
Replies: 1
Views: 975
Posted By Joncamp
Help Samba problem!

I'm setting up Linux with Samba on a small LAN for a friend. I got everything working except on the Windows computers I can't go to the files under a shared folder (shared on the Samba computer), I...
Forum: *nix Software May 31st, 2006
Replies: 2
Views: 1,205
Posted By Joncamp
Bench-marks of MySQL compared to Oracle

I would like to know if anyone has bench marked MySQL server, compared to Oracle. I have developed a database that will sort 1,000,000 records in less then 22 seconds (100 byte record sorting on 2...
Forum: Linux Servers and Apache May 31st, 2006
Replies: 2
Views: 2,945
Posted By Joncamp
Re: Getting CGI-BIN to work in Apache

The cgi-bin program has all execute permissions, I log on as root in Linux when I use Firefox and try to view the output of the cgi-bin program. The cgi-bin program returns all output through Apache...
Forum: Kernels and Modules May 30th, 2006
Replies: 2
Views: 3,203
Posted By Joncamp
Kernel modules vs. common program-process

In Linux you have what I belive are called Kernel-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a Kernel module if I am correct?

How do...
Forum: C++ May 30th, 2006
Replies: 2
Views: 1,352
Posted By Joncamp
Help How to make Linux c++ link-modules like DLLs

I am wanting to create C++ modules to load with Linux Apache web server, to give it additional functionality while not requiring a new process to be executed. I want to do this because I believe it...
Forum: Oracle May 24th, 2006
Replies: 4
Views: 3,818
Posted By Joncamp
Question How many records does Oracle allow?

What is the limit on how many records you can have in a table in Oracle? It must have a limit.

Also, has anyone ever benchmarked Oracle on sorting records... say 1,000,000 records of a small...
Forum: C++ May 24th, 2006
Replies: 1
Views: 1,749
Posted By Joncamp
Help Apache & c++ cgi-bin programs on Linux

I wrote a cgi-bin program to run with Apache/Linux. When I do a form-post operation from a web page to my cgi-bin program, the form fields are not passed to the cgi-bin program? The cgi-bin program...
Forum: Assembly May 24th, 2006
Replies: 1
Views: 2,749
Posted By Joncamp
Help What is the best book to learn x86/64bit Assembly?

I used to program in 68x assembly many years ago, I would like to learn x86 64bit assembly, any suggestions on a good book to purchase?
:mrgreen:
Forum: Linux Servers and Apache May 22nd, 2006
Replies: 2
Views: 2,945
Posted By Joncamp
Help Getting CGI-BIN to work in Apache

I was writing a C++ CGI-BIN program, but couldn't get it to work in Linux Apache web server. It just seemed to display the c++ program as binary garbage in the Firefox browser, it didn't execute it...
Forum: *nix Software May 20th, 2006
Replies: 0
Views: 1,151
Posted By Joncamp
Help Apache vs. TUX web servers

Does the Linux TUX web server support CGI-Bin executables? I know it doesn't have some of the scripting support that Apache has, but what about just straight CGI executibles that support form-submit...
Forum: *nix Software May 9th, 2006
Replies: 1
Views: 1,157
Posted By Joncamp
Help Linux and NAT...Network Address Translation

I need to setup Network Address Translation (NAT) for a LAN, which uses Samba to support Windows clients. There is only one DSL IP address, but about 4 computers on the LAN. They all need to have...
Forum: C++ Apr 22nd, 2006
Replies: 4
Views: 801
Posted By Joncamp
Re: Help with classes

It may be your compiler, you should try putting the class constructor and other members in the same file as the class declaration.

Personally I declare the member functions in the class {}...
Forum: C++ Apr 22nd, 2006
Replies: 0
Views: 1,086
Posted By Joncamp
Help jwSMTP c++ email routines, worked with it?

Has anybody use the jwSMTP c++ email routines, or do you know of a better freeware email c++ app?
Forum: C++ Apr 22nd, 2006
Replies: 10
Views: 1,101
Posted By Joncamp
Re: string?

First declare a C standard char string..
char str1[100];

Once you create your input file object...
ifstream fin("filename");

Then you do the fin >>...
fin >> str1;
Showing results 1 to 34 of 34

 
All times are GMT -4. The time now is 10:15 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC