all groups > vj# > september 2004
JbImp error: Couldn't find class 'java.awt.Paint'
Posted by Fitz at 9/29/2004 4:13:05 PM
JbImp error: Couldn't find class 'java.awt.Paint'
Unresolved class 'java.awt.Paint' is not also present in the CLASSPATH
I am attempting to compile a java file in J# so that I can debug it. The
java file references an Object that is defined in a JAR file. According to
HELP, I need to conve... more >>
hello
Posted by prog3martin1 NO[at]SPAM yahoo.com at 9/29/2004 7:27:23 AM
I am student in a programming 3 class, I hope to learn something about
J# in this group. Have a nice day... more >>
installing an app with a j# lib
Posted by John Mott at 9/27/2004 8:39:05 PM
I have a j# lib in a vb.net application. the target computer didn't have
vjslib.dll on it and the app failed. What needs to be installed on the
target so that a j# application will run?
thanks,
john mott
... more >>
any new version for Supplemental UI Library for Visual J# ?
Posted by Ivan at 9/26/2004 3:40:55 PM
Hi all,
Is there new version for Supplemental UI Library for Visual J# ?
Thanks
... more >>
InstallUtil Error
Posted by daroo NO[at]SPAM sympatico.ca at 9/24/2004 11:47:17 AM
Hello
I have been working on a service application in J# for a while now.
Since we are starting to test it, we are attempting to install it on a
test box. The first test went fine (as far as installing as a
service) but now it will not install at all. When I am trying to test
a new version... more >>
Java.Util.zip unzipping anyone?
Posted by Phil at 9/21/2004 4:48:18 PM
Hi, just wondered if anyone has sucessfully managed a file unzip with the
java.util.zip class
I get as far as
ZipFile zipfile = new ZipFile(path);
before I receive a java.util.zip.zipexception.
Dont really want to rewrite my zipping routines if it can be helped.
Any ideas??
Thanks ... more >>
writing excel files
Posted by Jeff Goble at 9/17/2004 5:24:05 PM
Currently I'm using the Jakarta POI project to write data in Excel file
format. Is there something equivalent available in .NET as we're thinking
of converting to J#?
Or, can I use third-party jar files in J#?
Thanks.
Jeff
... more >>
WinForms: System.exit() doesn't work from 'main'
Posted by BGU at 9/16/2004 3:59:02 AM
Quick question:
I am writing a WinForms program that terminates itself from the 'main'
method:
public static void main(String[] args)
{
Application.Run(new Form1()) ;
// a Thread.sleep() call sits here
System.exit( 0 ) ;
}
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
J# behavior in regards to Regional Settings (HELP!)
Posted by sjk NO[at]SPAM nccn.net at 9/15/2004 5:51:50 PM
Hi,
The following behavior when using J# vs. C# is really bothering me.
When I have the regional settings on my workstation set to a non-US
settings [to test software behavior for international users](eg:
Danish); it seems that J# disregards the regional settings. Where-as
C# automatically ... more >>
Java vs. .NET
Posted by Arich Chanachai at 9/15/2004 5:49:23 PM
How does Java measure up to DotNET?
1. Speed
2. Depth of Features (libraries/packages)
Also, does support exist in the opensource community for DotNET
libraries? As far as emulation and the like? I mean, people talk about
DotNET accomedating to Java users but what about the other way ... more >>
is vjredist required if I don't import java.*?
Posted by Jeff Goble at 9/15/2004 11:14:48 AM
I'm wondering if the vjredist.exe is required for a .net application written
in j# but without importing any "java" libraries. For example, would the
following hello world program run on a computer with the regular .net
framework installed?
Thanks.
Jeff
code to follow:
import System.Co... more >>
'VJ#' is not a supported language error
Posted by jeramy NO[at]SPAM jeramy.us at 9/15/2004 8:47:23 AM
This error occurs on one of our test servers with Win2k3/iis6. We
have had J# web apps running on it before (a couple of weeks ago we
were testing out another app without issue). However, this week we
are recieving the following error:
----ERROR MESSAGE----
'VJ#' is not a supported langua... more >>
System.Windows.Forms from J# Browser Controls
Posted by Alexey Tarasevich at 9/15/2004 8:00:52 AM
Hello.
Does anybody know how to use .Net UI controls from JBC?
Thank you in advance... more >>
New Google group - Visual Studio Express
Posted by Bootstrap Bill at 9/9/2004 12:54:45 PM
A new Google group has been formed for the purpose of discussing the new
Visual Studio Express products.
http://groups-beta.google.com/group/Visual-Studio-Express
The products are currently in beta testing and include Visual Basic 2005
Express, Visual C# 2005 Express, Visual C++ 2005 Expre... more >>
Java Applets
Posted by WStoreyII at 9/8/2004 3:49:06 PM
Can you Create java applets in visual java?
WStoreyII... more >>
openConnection() different in java & J#
Posted by Raza at 9/8/2004 6:47:34 AM
Following read function does not return in J#, while if
following code is written in java, read() returns
immediately.
It looks in J# read() expects end of html tag.
I want read to return immediately as it returns in Java
any clue??
URL url = new URL("http://localhost/filename");
... more >>
sending byte array from vb.net to j#
Posted by Asaf Seri at 9/2/2004 6:17:08 PM
Hello
I have j# project that is transferring files with Ftp.
The upload method is receiving the uploaded file as byte array.
I’m trying to use the upload method from another project, vb.net project,
but I can not send byte array because the byte in j# in sign and in vb.net
is unsigned... more >>
|