-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
8Questions
-
6Replies
open a file using a wil or hyperlink function?
Also I am trying to open it using the hyperlink function using the file://c:/file.ext but it doesnt work.
As always I appreciate all the help on this issue.
Regards
TRF
-
- beta1beta.ax97
- December 27, 2005
- Like
- 0
- Continue reading or reply
Dataloader uploads times
Is there a record limit per file when loading records in the dataloader?
What are the estimated times when performing insertion or updates , i mean if a have a 60.000 record file how much time it will take ?
As always thanks
-
- beta1beta.ax97
- November 11, 2005
- Like
- 0
- Continue reading or reply
Ajax toolkit debugger
-
- beta1beta.ax97
- November 02, 2005
- Like
- 0
- Continue reading or reply
Ajax toolkit and custom objects
If yes, what we want to do is to to build an s-control in a new object in order to update (automatically) a set of value(fields) in that object, and then clone/duplicate it into a new record and pass a set of field form the first into the new record (cloned one).
the s-control has not to be build necessarly using ajax, in order words is this s-control possible to be build ? and if yes, more or less in how much time (average)?
Finally and of course, if anyone has something likely and would like to share it, i will very much appreciate it (i am kind of new in this programming world)
As always thanks for the support.
TRF
-
- beta1beta.ax97
- November 01, 2005
- Like
- 0
- Continue reading or reply
Dataloader config file
As always thanks for your support.
TRF
-
- beta1beta.ax97
- October 27, 2005
- Like
- 0
- Continue reading or reply
How to keep track of data changes (audit)
As always thanks for your support.
TRF
-
- beta1beta.ax97
- October 20, 2005
- Like
- 0
- Continue reading or reply
email to case problems
Hello, I am trying the new released email to case feature. First I am doing the agent configuration and so far no been so lucky (what is incredible is there is no info for this config !!!).
I am kind of a stuck with an error message every time the agent is trying to polling my mailbox. I had a look in my log file and this is the error than I am getting (my commento to this are at the end of the error message) :
"2005-06-29 19:08:39,187 0 [main] INFO com.sforce.SalesforceAgent - Starting EmailToCase Agent ...
2005-06-29 19:08:39,187 0 [main] INFO com.sforce.SalesforceAgent - Parsing config file: sfdcConfig.txt
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Config successfully parsed
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Loading configuration file sfdcConfig.txt
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - No email account set up for system notifications, this feature suppressed.
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Parsing config file: C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:39,453 266 [main] INFO com.sforce.SalesforceAgent - Config successfully parsed
2005-06-29 19:08:39,453 266 [main] INFO com.sforce.SalesforceAgent - Attempting to start service com.sforce.mail.EmailService with configuration file C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.GenericClient - LoginURL: https://www.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.GenericClient - Agent will connect to: https://na1-api.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Scheduling poll process against ms01.mailstreet2003.net
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - UserID : tricaurte
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Password:
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Interval: 1 minute(s)
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - InBox : Inbox
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - ReadBox : Sent Items
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - ErrorBox: Inbox
2005-06-29 19:08:41,968 2781 [main] INFO com.sforce.SalesforceAgent - com.sforce.mail.EmailService loaded as a timer service.
2005-06-29 19:08:42,812 3625 [Thread-0] INFO com.sforce.mail.GenericClient - Polling mailbox (ms01.mailstreet2003.net:tricaurte) ...
2005-06-29 19:08:58,406 19219 [Thread-0] ERROR com.sforce.mail.GenericClient - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault
faultCode: {urn:fault.partner.soap.sforce.com}INSUFFICIENT_ACCESS
faultSubcode:
faultString: INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
faultActor:
faultNode:
faultDetail:
{urn:fault.partner.soap.sforce.com}fault:
<sf:exceptionCode>INSUFFICIENT_ACCESS</sf:exceptionCode>
<sf:exceptionMessage>insufficient access rights on cross-reference id</sf:exceptionMessage>
INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:125)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:111)
at com.sforce.soap.partner.fault.UnexpectedErrorFault.getDeserializer(UnexpectedErrorFault.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:176)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:117)
at org.apache.axis.encoding.DeserializationContextImpl.getDeserializer(DeserializationContextImpl.java:466)
at org.apache.axis.encoding.DeserializationContextImpl.getDeserializerForType(DeserializationContextImpl.java:481)
at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:172)
at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:963)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at com.sforce.soap.partner.SoapBindingStub.handleEmailMessage(SoapBindingStub.java:1810)
at com.sforce.mail.GenericClient.handleMessage(GenericClient.java:366)
at com.sforce.mail.GenericClient.receive(GenericClient.java:322)
at com.sforce.mail.EmailService$EmailWorker.run(EmailService.java:113)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
2005-06-29 19:09:20,187 41000 [Thread-0] ERROR com.sforce.mail.GenericClient - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault"
Sorry for the long text message.... ok going on.... As far has you can see the saleforce login and the email account login are been succesfully done (futhermore I know there are good because if i change the user or pass I get an inmediate bas user/pass message).
At the beginning i thought that I had some kind of security issue with that email account but I tryed the configuration with two different email account and alway got the same error message !!!
I dont know what is happening as I am not an java expert, any one can please tell what may be causing this error ? or anyone has already been able to config the agent ??
Is there any technical documentation for this config ?
I appreciate your help in this.. As always thanks for your continued asistence.
TRF
-
- beta1beta.ax97
- June 30, 2005
- Like
- 0
- Continue reading or reply
Enterprise4.0 compile
Hello I not sure want I am doing wrong but, but i havent been able to make the enterprise 4.0 example run.
When I run it form the Sample directory it gives me wrong name error o something like that.
I tryed to run it from the bin directory with command "java com.salesforce.sample.Sample " but I get this error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ax
ault
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
I am new in Java, and I am not sure if I have missed something or maybe I am not declaring the classpath well. Where can I Start to check ?
Thanks for the help. I will appreciate a hand on this.
Regards
-
- beta1beta.ax97
- August 09, 2004
- Like
- 0
- Continue reading or reply
Ajax toolkit and custom objects
If yes, what we want to do is to to build an s-control in a new object in order to update (automatically) a set of value(fields) in that object, and then clone/duplicate it into a new record and pass a set of field form the first into the new record (cloned one).
the s-control has not to be build necessarly using ajax, in order words is this s-control possible to be build ? and if yes, more or less in how much time (average)?
Finally and of course, if anyone has something likely and would like to share it, i will very much appreciate it (i am kind of new in this programming world)
As always thanks for the support.
TRF
- beta1beta.ax97
- November 01, 2005
- Like
- 0
- Continue reading or reply
Dataloader config file
As always thanks for your support.
TRF
- beta1beta.ax97
- October 27, 2005
- Like
- 0
- Continue reading or reply
How to keep track of data changes (audit)
As always thanks for your support.
TRF
- beta1beta.ax97
- October 20, 2005
- Like
- 0
- Continue reading or reply
email to case problems
Hello, I am trying the new released email to case feature. First I am doing the agent configuration and so far no been so lucky (what is incredible is there is no info for this config !!!).
I am kind of a stuck with an error message every time the agent is trying to polling my mailbox. I had a look in my log file and this is the error than I am getting (my commento to this are at the end of the error message) :
"2005-06-29 19:08:39,187 0 [main] INFO com.sforce.SalesforceAgent - Starting EmailToCase Agent ...
2005-06-29 19:08:39,187 0 [main] INFO com.sforce.SalesforceAgent - Parsing config file: sfdcConfig.txt
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Config successfully parsed
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Loading configuration file sfdcConfig.txt
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - No email account set up for system notifications, this feature suppressed.
2005-06-29 19:08:39,437 250 [main] INFO com.sforce.SalesforceAgent - Parsing config file: C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:39,453 266 [main] INFO com.sforce.SalesforceAgent - Config successfully parsed
2005-06-29 19:08:39,453 266 [main] INFO com.sforce.SalesforceAgent - Attempting to start service com.sforce.mail.EmailService with configuration file C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.GenericClient - LoginURL: https://www.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.GenericClient - Agent will connect to: https://na1-api.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Scheduling poll process against ms01.mailstreet2003.net
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - UserID : tricaurte
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Password:
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - Interval: 1 minute(s)
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - InBox : Inbox
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - ReadBox : Sent Items
2005-06-29 19:08:41,953 2766 [main] INFO com.sforce.mail.EmailService - ErrorBox: Inbox
2005-06-29 19:08:41,968 2781 [main] INFO com.sforce.SalesforceAgent - com.sforce.mail.EmailService loaded as a timer service.
2005-06-29 19:08:42,812 3625 [Thread-0] INFO com.sforce.mail.GenericClient - Polling mailbox (ms01.mailstreet2003.net:tricaurte) ...
2005-06-29 19:08:58,406 19219 [Thread-0] ERROR com.sforce.mail.GenericClient - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault
faultCode: {urn:fault.partner.soap.sforce.com}INSUFFICIENT_ACCESS
faultSubcode:
faultString: INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
faultActor:
faultNode:
faultDetail:
{urn:fault.partner.soap.sforce.com}fault:
<sf:exceptionCode>INSUFFICIENT_ACCESS</sf:exceptionCode>
<sf:exceptionMessage>insufficient access rights on cross-reference id</sf:exceptionMessage>
INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:125)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:111)
at com.sforce.soap.partner.fault.UnexpectedErrorFault.getDeserializer(UnexpectedErrorFault.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:176)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:117)
at org.apache.axis.encoding.DeserializationContextImpl.getDeserializer(DeserializationContextImpl.java:466)
at org.apache.axis.encoding.DeserializationContextImpl.getDeserializerForType(DeserializationContextImpl.java:481)
at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:172)
at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:963)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
at org.apache.axis.client.Call.invoke(Call.java:2553)
at org.apache.axis.client.Call.invoke(Call.java:2248)
at org.apache.axis.client.Call.invoke(Call.java:2171)
at org.apache.axis.client.Call.invoke(Call.java:1691)
at com.sforce.soap.partner.SoapBindingStub.handleEmailMessage(SoapBindingStub.java:1810)
at com.sforce.mail.GenericClient.handleMessage(GenericClient.java:366)
at com.sforce.mail.GenericClient.receive(GenericClient.java:322)
at com.sforce.mail.EmailService$EmailWorker.run(EmailService.java:113)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
2005-06-29 19:09:20,187 41000 [Thread-0] ERROR com.sforce.mail.GenericClient - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault"
Sorry for the long text message.... ok going on.... As far has you can see the saleforce login and the email account login are been succesfully done (futhermore I know there are good because if i change the user or pass I get an inmediate bas user/pass message).
At the beginning i thought that I had some kind of security issue with that email account but I tryed the configuration with two different email account and alway got the same error message !!!
I dont know what is happening as I am not an java expert, any one can please tell what may be causing this error ? or anyone has already been able to config the agent ??
Is there any technical documentation for this config ?
I appreciate your help in this.. As always thanks for your continued asistence.
TRF
- beta1beta.ax97
- June 30, 2005
- Like
- 0
- Continue reading or reply
Enterprise4.0 compile
Hello I not sure want I am doing wrong but, but i havent been able to make the enterprise 4.0 example run.
When I run it form the Sample directory it gives me wrong name error o something like that.
I tryed to run it from the bin directory with command "java com.salesforce.sample.Sample " but I get this error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ax
ault
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
I am new in Java, and I am not sure if I have missed something or maybe I am not declaring the classpath well. Where can I Start to check ?
Thanks for the help. I will appreciate a hand on this.
Regards
- beta1beta.ax97
- August 09, 2004
- Like
- 0
- Continue reading or reply
how to compile/run Enterprise Samples 4.0
Please bear with my noob question:
I installed Axis, import enterprise.wsdl, then I copied Samples.java from \EnterpriseSamples4_0\EnterpriseSamples\src\com\salesforce\samples to my working directory.
I try to compile Enterprise Samples4.0 using "javac Samples.java" and it went fine. I got "Samples.class" file but I can't run it. I got following error:
D:\My Documents\SalesForce>java Samples
Exception in thread "main" java.lang.NoClassDefFoundError: Samples (wrong name:
com/salesforce/samples/Samples)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
I appreciate for any comments.
BTW, I can run "QuickStart4_0" sample using the batch file, but if I compiles quickstart.java and try to run it, I got the same error.
- hokie_high
- August 03, 2004
- Like
- 0
- Continue reading or reply