Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.net.MalformedURLException: unknown protocol: https

807598Jul 22 2006 — edited Jul 22 2006
hello guys,

I am facing one problem. I want to access url with https protocol. but when i trying to access it it gives me an error. java.net.MalformedURLException: unkown protocol:https

When i run my code on my pc it will works perfactly. But when i upload my class file on server and try to run it then it gives an error. Unknow protocol : https.

so how i can do that?
example URL url = new URL("https://www.paypal.com");

Waiting for your reply ASAP.

Regards,

Bhavesh Kharwa

Comments

Christian Erlinger
That would entirely depend on

1.) Your Forms Application
2.) What features of Sharepoint you'd use
3.) What you want to integrate of your forms application and sharepoint

which are basically things we do not know. The only thing which comes to my mind would be LDAP, which would allow both forms and sharepoint to have the same login for each user. For everything else your question is way too general.

cheers
Andreas Weiden
If the question is "How can we use Sharepoint instead of Forms?", i would say, you hardly can.

Sharepoint is more or less a collaboration tool, Forms is an application-building tool.

Just my 2 cent.
lake
I don't think getting forms to interact with sharepoint sounds very easy. Forms only talks to oracle and I believe sharepoint only talks to sqlserver. So the only way the two could interact possibly could be with a link between oracle and sqlserver. Which would be?
transparent gateway for sqlserver?

I believe sharepoint can also create some data entry forms. don't know how easily it does them.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 19 2006
Added on Jul 22 2006
3 comments
163 views