Jul 31, 2004 #1 ravdp Technical User Jul 31, 2004 1 GB I am building an application for my Msc project using jdeveloper. when I try to use #sql the "#" comes up as a illegal character. I'm certain that I have imported the correct classes. I would be grateful for any help.
I am building an application for my Msc project using jdeveloper. when I try to use #sql the "#" comes up as a illegal character. I'm certain that I have imported the correct classes. I would be grateful for any help.
Jun 6, 2005 #2 Adkron Programmer Jun 6, 2005 39 US I'm having the same problem. Has anyone figured this out? Upvote 0 Downvote
Jun 6, 2005 #3 Adkron Programmer Jun 6, 2005 39 US I feel like a big idiot. you don't save the program as a .java. Save it as .sqlj and then run >sqlj <filename>.sqlj this will create a .java file, and a .class file. Amos Computer Science U of MO - Rolla Upvote 0 Downvote
I feel like a big idiot. you don't save the program as a .java. Save it as .sqlj and then run >sqlj <filename>.sqlj this will create a .java file, and a .class file. Amos Computer Science U of MO - Rolla