Results 1 to 2 of 2
- 02-11-2011, 01:07 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
How to fetch java function from the internet
Hi i am working on a program.
I do not want some portions of the source code visible (in case there are people that decompile it)
So is there anyway that i could fetch methods from a java program that i, say, have hosted on my website?
ex.
so basically dothat is a function in my other file being called to execute in the current fileJava Code:function dothis() { system.out.println("The function below is being called and the source for that function cannot be viewed in this file") external dothat() }
so basically i dont want dothat()'s source code shown, but i want it to execute
- 02-12-2011, 12:50 AM #2
Member
- Join Date
- Mar 2009
- Posts
- 70
- Rep Power
- 0
Similar Threads
-
how to fetch 20,000 records from excel sheet & insert into access database using Java
By santosh_tamse in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 02-22-2009, 10:24 AM -
How to extract .dat file from the internet using Java?
By burian in forum New To JavaReplies: 3Last Post: 12-09-2008, 08:17 AM -
I want to fetch last 7 days records in java
By rasikow in forum New To JavaReplies: 3Last Post: 12-05-2008, 12:34 PM -
Help - problem with java when using internet
By badabing in forum New To JavaReplies: 1Last Post: 08-07-2007, 01:39 PM -
Internet Explorer java version
By shimer in forum Java AppletsReplies: 2Last Post: 07-31-2007, 07:30 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks